Symbol: sigevent
arch/um/os-Linux/time.c
48
struct sigevent sev = {
include/linux/audit.h
438
extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification);
include/linux/audit.h
509
static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification)
include/linux/audit.h
683
const struct sigevent *notification)
include/linux/compat.h
441
int get_compat_sigevent(struct sigevent *event,
include/linux/syscalls.h
614
struct sigevent __user *timer_event_spec,
include/linux/syscalls.h
743
asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
ipc/mqueue.c
1266
static int do_mq_notify(mqd_t mqdes, const struct sigevent *notification)
ipc/mqueue.c
1376
const struct sigevent __user *, u_notification)
ipc/mqueue.c
1378
struct sigevent n, *p = NULL;
ipc/mqueue.c
1380
if (copy_from_user(&n, u_notification, sizeof(struct sigevent)))
ipc/mqueue.c
143
struct sigevent notify;
ipc/mqueue.c
1509
struct sigevent n, *p = NULL;
kernel/auditsc.c
2535
void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification)
kernel/compat.c
179
int get_compat_sigevent(struct sigevent *event,
kernel/time/posix-timers.c
466
static int do_timer_create(clockid_t which_clock, struct sigevent *event,
kernel/time/posix-timers.c
575
struct sigevent __user *, timer_event_spec,
tools/include/nolibc/time.h
144
int _sys_timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid)
tools/include/nolibc/time.h
150
int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid)
tools/power/x86/turbostat/turbostat.c
6782
struct sigevent sev;
tools/power/x86/turbostat/turbostat.c
6792
memset(&sev, 0, sizeof(struct sigevent));
tools/testing/selftests/bpf/test_progs.c
258
struct sigevent watchdog_sev = {
tools/testing/selftests/net/netlink-dumps.c
238
struct sigevent sigev;
tools/testing/selftests/nolibc/nolibc-test.c
1096
struct sigevent evp;
tools/testing/selftests/timens/timer.c
29
struct sigevent sevp = {.sigev_notify = SIGEV_NONE};
tools/testing/selftests/timers/alarmtimer-suspend.c
109
struct sigevent se;
tools/testing/selftests/timers/leap-a-day.c
179
struct sigevent se;
tools/testing/selftests/timers/posix_timers.c
274
struct sigevent sev;
tools/testing/selftests/timers/posix_timers.c
359
struct sigevent sev;
tools/testing/selftests/timers/posix_timers.c
415
struct sigevent sev;
tools/testing/selftests/timers/posix_timers.c
462
struct sigevent sev;
tools/testing/selftests/timers/posix_timers.c
500
struct sigevent sev;
tools/testing/selftests/timers/posix_timers.c
555
struct sigevent sev;
tools/testing/selftests/timers/set-timer-lat.c
113
struct sigevent se;