hrtimer_setup() replaces hrtimer_init() in Linux 6.15. The API and the role are the same, except:
- it takes the function callback as argument
- if function is NULL, it assigns a default callback
Sponsored by: The FreeBSD Foundation
Differential D58757
linuxkpi: Add `hrtimer_setup()` Authored by dumbbell on Mon, Aug 10, 5:26 PM. Tags None Referenced Files
Details
hrtimer_setup() replaces hrtimer_init() in Linux 6.15. The API and the role are the same, except:
Sponsored by: The FreeBSD Foundation
Diff Detail
|