| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0015-posix-Fix-Warray-bounds-instances-building-timer_cre.patch | 12 83 | newp->sigev_notify = (evp != NULL 21 fields (sigev_notify and ktimerid) and the offsetof trick tries minimize 35 remove the 'sigev_notify' field from 'struct timer'. 64 - int sigev_notify; 144 local_evp.sigev_notify = SIGEV_SIGNAL; 158 - newp->sigev_notify = (evp != NULL 159 - ? evp->sigev_notify : SIGEV_SIGNAL); 192 - newp->sigev_notify = SIGEV_THREAD; 271 - if (kt->sigev_notify == SIGEV_THREAD)
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | mqueue.c | 646 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file() 648 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file() 791 switch (info->notify.sigev_notify) { in __do_notify() 856 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification() 1331 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify() 1332 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify() 1333 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify() 1335 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify() 1339 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify() 1404 switch (notification->sigev_notify) { in do_mq_notify() [all …]
|
| /OK3568_Linux_fs/kernel/tools/build/feature/ |
| H A D | test-libaio.c | 13 aiocb.aio_sigevent.sigev_notify = 1 /*SIGEV_NONE*/; in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/ |
| H A D | sigevent_t.h | 26 int sigev_notify; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/ |
| H A D | sigevent_t.h | 26 int sigev_notify; member
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | compat.c | 187 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timens/ |
| H A D | timer.c | 29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | alarmtimer-suspend.c | 135 se.sigev_notify = SIGEV_SIGNAL; in main()
|
| H A D | set-timer-lat.c | 131 se.sigev_notify = SIGEV_SIGNAL; in setup_timer()
|
| H A D | leap-a-day.c | 293 se.sigev_notify = SIGEV_SIGNAL; in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | siginfo.h | 323 int sigev_notify; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | siginfo.h | 323 int sigev_notify; member
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | siginfo.h | 325 int sigev_notify; member
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-timers.c | 436 switch (event->sigev_notify) { in good_sigevent() 536 new_timer->it_sigev_notify = event->sigev_notify; in do_timer_create()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compat.h | 305 compat_int_t sigev_notify; member
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-record.c | 188 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()
|
| /OK3568_Linux_fs/kernel/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 3295 sev.sigev_notify = SIGEV_THREAD; in msr_sum_record()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-6 | 3482 once the operation terminates. If the ‘sigev_notify’ element 3485 sent. Otherwise, ‘sigev_notify’ must be ‘SIGEV_THREAD’. In 3558 once the operation terminates. If the ‘sigev_notify’ element 3561 sent. Otherwise, ‘sigev_notify’ must be ‘SIGEV_THREAD’ in
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-6 | 3482 once the operation terminates. If the ‘sigev_notify’ element 3485 sent. Otherwise, ‘sigev_notify’ must be ‘SIGEV_THREAD’. In 3558 once the operation terminates. If the ‘sigev_notify’ element 3561 sent. Otherwise, ‘sigev_notify’ must be ‘SIGEV_THREAD’ in
|