posix_clock_operations
Regular
4.4
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec *);
int (*clock_getres)(struct posix_clock *, struct timespec *);
int (*clock_settime)(struct posix_clock *, const struct timespec *);
int (*timer_create)(struct posix_clock *, struct k_itimer *);
int (*timer_delete)(struct posix_clock *, struct k_itimer *);
void (*timer_gettime)(struct posix_clock *, struct k_itimer *, struct itimerspec *);
int (*timer_settime)(struct posix_clock *, struct k_itimer *, int, struct itimerspec *, struct itimerspec *);
int (*fasync)(struct posix_clock *, int, struct file *, int);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*mmap)(struct posix_clock *, struct vm_area_struct *);
int (*open)(struct posix_clock *, fmode_t);
uint (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
4.8
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec *);
int (*clock_getres)(struct posix_clock *, struct timespec *);
int (*clock_settime)(struct posix_clock *, const struct timespec *);
int (*timer_create)(struct posix_clock *, struct k_itimer *);
int (*timer_delete)(struct posix_clock *, struct k_itimer *);
void (*timer_gettime)(struct posix_clock *, struct k_itimer *, struct itimerspec *);
int (*timer_settime)(struct posix_clock *, struct k_itimer *, int, struct itimerspec *, struct itimerspec *);
int (*fasync)(struct posix_clock *, int, struct file *, int);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*mmap)(struct posix_clock *, struct vm_area_struct *);
int (*open)(struct posix_clock *, fmode_t);
uint (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
4.10
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec *);
int (*clock_getres)(struct posix_clock *, struct timespec *);
int (*clock_settime)(struct posix_clock *, const struct timespec *);
int (*timer_create)(struct posix_clock *, struct k_itimer *);
int (*timer_delete)(struct posix_clock *, struct k_itimer *);
void (*timer_gettime)(struct posix_clock *, struct k_itimer *, struct itimerspec *);
int (*timer_settime)(struct posix_clock *, struct k_itimer *, int, struct itimerspec *, struct itimerspec *);
int (*fasync)(struct posix_clock *, int, struct file *, int);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*mmap)(struct posix_clock *, struct vm_area_struct *);
int (*open)(struct posix_clock *, fmode_t);
uint (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
4.13
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec *);
int (*clock_getres)(struct posix_clock *, struct timespec *);
int (*clock_settime)(struct posix_clock *, const struct timespec *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
uint (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
4.15
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec *);
int (*clock_getres)(struct posix_clock *, struct timespec *);
int (*clock_settime)(struct posix_clock *, const struct timespec *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
uint (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
4.18
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
5.0
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
5.3
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
5.4
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
5.8
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
5.11
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
5.13
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
5.15
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
5.19
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
6.2
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
6.5
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
6.8
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock_context *, unsigned int, long unsigned int);
int (*open)(struct posix_clock_context *, fmode_t);
__poll_t (*poll)(struct posix_clock_context *, struct file *, poll_table *);
int (*release)(struct posix_clock_context *);
ssize_t (*read)(struct posix_clock_context *, uint, char *, size_t);
};
arm64
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
armhf
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
ppc64el
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
riscv64
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
aws
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
azure
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
gcp
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
lowlatency
: ✅struct posix_clock_operations {
struct module *owner;
int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *);
int (*clock_gettime)(struct posix_clock *, struct timespec64 *);
int (*clock_getres)(struct posix_clock *, struct timespec64 *);
int (*clock_settime)(struct posix_clock *, const struct timespec64 *);
long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int);
int (*open)(struct posix_clock *, fmode_t);
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *);
int (*release)(struct posix_clock *);
ssize_t (*read)(struct posix_clock *, uint, char *, size_t);
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️int (*timer_create)(struct posix_clock *, struct k_itimer *)
int (*timer_delete)(struct posix_clock *, struct k_itimer *)
void (*timer_gettime)(struct posix_clock *, struct k_itimer *, struct itimerspec *)
int (*timer_settime)(struct posix_clock *, struct k_itimer *, int, struct itimerspec *, struct itimerspec *)
int (*fasync)(struct posix_clock *, int, struct file *, int)
int (*mmap)(struct posix_clock *, struct vm_area_struct *)
4.13
and 4.15
✅
4.15
and 4.18
⚠️int (*clock_gettime)(struct posix_clock *, struct timespec *)
➡️ int (*clock_gettime)(struct posix_clock *, struct timespec64 *)
int (*clock_getres)(struct posix_clock *, struct timespec *)
➡️ int (*clock_getres)(struct posix_clock *, struct timespec64 *)
int (*clock_settime)(struct posix_clock *, const struct timespec *)
➡️ int (*clock_settime)(struct posix_clock *, const struct timespec64 *)
uint (*poll)(struct posix_clock *, struct file *, poll_table *)
➡️ __poll_t (*poll)(struct posix_clock *, struct file *, poll_table *)
4.18
and 5.0
✅
5.0
and 5.3
⚠️int (*clock_adjtime)(struct posix_clock *, struct timex *)
➡️ int (*clock_adjtime)(struct posix_clock *, struct __kernel_timex *)
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
⚠️long int (*ioctl)(struct posix_clock *, unsigned int, long unsigned int)
➡️ long int (*ioctl)(struct posix_clock_context *, unsigned int, long unsigned int)
int (*open)(struct posix_clock *, fmode_t)
➡️ int (*open)(struct posix_clock_context *, fmode_t)
__poll_t (*poll)(struct posix_clock *, struct file *, poll_table *)
➡️ __poll_t (*poll)(struct posix_clock_context *, struct file *, poll_table *)
int (*release)(struct posix_clock *)
➡️ int (*release)(struct posix_clock_context *)
ssize_t (*read)(struct posix_clock *, uint, char *, size_t)
➡️ ssize_t (*read)(struct posix_clock_context *, uint, char *, size_t)
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅