Searched defs:posix_clock_operations (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | posix-clock.h | 38 struct posix_clock_operations { struct 39 struct module *owner; 41 int (*clock_adjtime)(struct posix_clock *pc, struct __kernel_timex *tx); 43 int (*clock_gettime)(struct posix_clock *pc, struct timespec64 *ts); 45 int (*clock_getres) (struct posix_clock *pc, struct timespec64 *ts); 47 int (*clock_settime)(struct posix_clock *pc, 53 long (*ioctl) (struct posix_clock *pc, 56 int (*open) (struct posix_clock *pc, fmode_t f_mode); 58 __poll_t (*poll) (struct posix_clock *pc, 61 int (*release) (struct posix_clock *pc); [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | posix-clock.h | 38 struct posix_clock_operations { struct 39 struct module *owner; 41 int (*clock_adjtime)(struct posix_clock *pc, struct __kernel_timex *tx); 43 int (*clock_gettime)(struct posix_clock *pc, struct timespec64 *ts); 45 int (*clock_getres) (struct posix_clock *pc, struct timespec64 *ts); 47 int (*clock_settime)(struct posix_clock *pc, 53 long (*ioctl) (struct posix_clock *pc, 56 int (*open) (struct posix_clock *pc, fmode_t f_mode); 58 __poll_t (*poll) (struct posix_clock *pc, 61 int (*release) (struct posix_clock *pc); [all …]
|