Lines Matching refs:tasks
1092 struct list_head tasks; in freeary() local
1107 INIT_LIST_HEAD(&tasks); in freeary()
1110 wake_up_sem_queue_prepare(&tasks, q, -EIDRM); in freeary()
1115 wake_up_sem_queue_prepare(&tasks, q, -EIDRM); in freeary()
1121 wake_up_sem_queue_prepare(&tasks, q, -EIDRM); in freeary()
1125 wake_up_sem_queue_prepare(&tasks, q, -EIDRM); in freeary()
1134 wake_up_sem_queue_do(&tasks); in freeary()
1274 struct list_head tasks; in semctl_setval() local
1287 INIT_LIST_HEAD(&tasks); in semctl_setval()
1331 do_smart_update(sma, NULL, 0, 0, &tasks); in semctl_setval()
1334 wake_up_sem_queue_do(&tasks); in semctl_setval()
1346 struct list_head tasks; in semctl_main() local
1348 INIT_LIST_HEAD(&tasks); in semctl_main()
1457 do_smart_update(sma, NULL, 0, 0, &tasks); in semctl_main()
1493 wake_up_sem_queue_do(&tasks); in semctl_main()
1804 struct list_head tasks; in SYSCALL_DEFINE4() local
1844 INIT_LIST_HEAD(&tasks); in SYSCALL_DEFINE4()
1911 do_smart_update(sma, sops, nsops, 1, &tasks); in SYSCALL_DEFINE4()
2020 wake_up_sem_queue_do(&tasks); in SYSCALL_DEFINE4()
2081 struct list_head tasks; in exit_sem() local
2168 INIT_LIST_HEAD(&tasks); in exit_sem()
2169 do_smart_update(sma, NULL, 0, 1, &tasks); in exit_sem()
2172 wake_up_sem_queue_do(&tasks); in exit_sem()