Searched refs:do_smart_update (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/ipc/ |
D | sem.c | 621 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, in do_smart_update() function 950 do_smart_update(sma, NULL, 0, 0, &tasks); in semctl_main() 992 do_smart_update(sma, NULL, 0, 0, &tasks); in semctl_main() 1401 do_smart_update(sma, sops, nsops, 1, &tasks); in SYSCALL_DEFINE4() 1611 do_smart_update(sma, NULL, 0, 1, &tasks); in exit_sem()
|