Home
last modified time | relevance | path

Searched defs:posix_clock_operations (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dposix-clock.h51 struct posix_clock_operations { struct
52 struct module *owner;
54 int (*clock_adjtime)(struct posix_clock *pc, struct timex *tx);
56 int (*clock_gettime)(struct posix_clock *pc, struct timespec64 *ts);
58 int (*clock_getres) (struct posix_clock *pc, struct timespec64 *ts);
60 int (*clock_settime)(struct posix_clock *pc,
66 long (*ioctl) (struct posix_clock *pc,
69 int (*open) (struct posix_clock *pc, fmode_t f_mode);
71 __poll_t (*poll) (struct posix_clock *pc,
96 struct posix_clock_operations ops; argument