Searched refs:do_smart_update (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/ipc/ |
D | sem.c | 973 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, in do_smart_update() function 1331 do_smart_update(sma, NULL, 0, 0, &tasks); in semctl_setval() 1457 do_smart_update(sma, NULL, 0, 0, &tasks); in semctl_main() 1911 do_smart_update(sma, sops, nsops, 1, &tasks); in SYSCALL_DEFINE4() 2169 do_smart_update(sma, NULL, 0, 1, &tasks); in exit_sem()
|