Symbol: sigevent
arch/um/os-Linux/time.c
48
struct sigevent sev = {
include/linux/audit.h
429
extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification);
include/linux/audit.h
500
static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification)
include/linux/audit.h
674
const struct sigevent *notification)
include/linux/compat.h
437
int get_compat_sigevent(struct sigevent *event,
include/linux/syscalls.h
610
struct sigevent __user *timer_event_spec,
include/linux/syscalls.h
739
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
458
static int do_timer_create(clockid_t which_clock, struct sigevent *event,
kernel/time/posix-timers.c
567
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
6768
struct sigevent sev;
tools/power/x86/turbostat/turbostat.c
6778
memset(&sev, 0, sizeof(struct sigevent));
tools/testing/selftests/bpf/test_progs.c
256
struct sigevent watchdog_sev = {
tools/testing/selftests/net/netlink-dumps.c
238
struct sigevent sigev;
tools/testing/selftests/nolibc/nolibc-test.c
997
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
264
struct sigevent sev;
tools/testing/selftests/timers/posix_timers.c
349
struct sigevent sev;
tools/testing/selftests/timers/posix_timers.c
405
struct sigevent sev;
tools/testing/selftests/timers/posix_timers.c
461
struct sigevent sev;
tools/testing/selftests/timers/posix_timers.c
499
struct sigevent sev;
tools/testing/selftests/timers/posix_timers.c
554
struct sigevent sev;
tools/testing/selftests/timers/set-timer-lat.c
113
struct sigevent se;