Searched refs:ipc_rcu_putref (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/Documentation/RCU/ |
D | arrayRCU.txt | 48 the new array, and invokes ipc_rcu_putref() to free up the old array. 85 ipc_rcu_putref(old); 89 The ipc_rcu_putref() function decrements the array's reference count
|
/linux-4.1.27/ipc/ |
D | sem.c | 445 ipc_rcu_putref(sma, ipc_rcu_free); in sem_lock_and_putref() 523 ipc_rcu_putref(sma, ipc_rcu_free); in newary() 544 ipc_rcu_putref(sma, sem_rcu_free); in newary() 1136 ipc_rcu_putref(sma, sem_rcu_free); in freeary() 1388 ipc_rcu_putref(sma, ipc_rcu_free); in semctl_main() 1422 ipc_rcu_putref(sma, ipc_rcu_free); in semctl_main() 1428 ipc_rcu_putref(sma, ipc_rcu_free); in semctl_main() 1435 ipc_rcu_putref(sma, ipc_rcu_free); in semctl_main() 1725 ipc_rcu_putref(sma, ipc_rcu_free); in find_alloc_undo()
|
D | msg.c | 136 ipc_rcu_putref(msq, ipc_rcu_free); in newque() 152 ipc_rcu_putref(msq, msg_rcu_free); in newque() 228 ipc_rcu_putref(msq, msg_rcu_free); in freeque() 681 ipc_rcu_putref(msq, ipc_rcu_free); in do_msgsnd()
|
D | util.h | 131 void ipc_rcu_putref(void *ptr, void (*func)(struct rcu_head *head));
|
D | shm.c | 243 ipc_rcu_putref(shp, shm_rcu_free); in shm_destroy() 551 ipc_rcu_putref(shp, ipc_rcu_free); in newseg() 622 ipc_rcu_putref(shp, shm_rcu_free); in newseg()
|
D | util.c | 456 void ipc_rcu_putref(void *ptr, void (*func)(struct rcu_head *head)) in ipc_rcu_putref() function
|