Home
last modified time | relevance | path

Searched refs:notif (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns30.c47 struct sigevent notif; in child_func() local
61 notif.sigev_notify = SIGEV_SIGNAL; in child_func()
62 notif.sigev_signo = SIGUSR1; in child_func()
63 notif.sigev_value.sival_int = mqd_child; in child_func()
65 SAFE_MQ_NOTIFY(mqd_child, &notif); in child_func()
H A Dpidns31.c73 struct sigevent notif; in run() local
92 notif.sigev_notify = SIGEV_SIGNAL; in run()
93 notif.sigev_signo = SIGUSR1; in run()
95 SAFE_MQ_NOTIFY(mqd, &notif); in run()
/third_party/mesa3d/src/asahi/lib/
H A Dagx_device.c402 queue.notif = agx_create_notification_queue(dev->fd); in agx_create_command_queue()
407 queue.notif.id in agx_create_command_queue()
481 IOReturn ret = IODataQueueWaitForAvailableData(queue.notif.queue, queue.notif.port); in agx_wait_queue()
488 while (IODataQueueDequeue(queue.notif.queue, data, &sz) == kIOReturnSuccess) { in agx_wait_queue()
H A Dio.h255 struct agx_notification_queue notif; member
/third_party/NuttX/drivers/usbdev/gadget/
H A Drndis.c1181 FAR struct rndis_notification *notif = in rndis_send_encapsulated_response() local
1184 notif->notification = RNDIS_NOTIFICATION_RESPONSE_AVAILABLE; in rndis_send_encapsulated_response()
1185 notif->reserved = 0; in rndis_send_encapsulated_response()

Completed in 6 milliseconds