Home
last modified time | relevance | path

Searched refs:ipc_rcu_putref (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/Documentation/RCU/
DarrayRCU.txt60 the new array, and invokes ipc_rcu_putref() to free up the old array.
97 ipc_rcu_putref(old);
101 The ipc_rcu_putref() function decrements the array's reference count
/linux-4.4.14/ipc/
Dsem.c445 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()
Dmsg.c136 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()
683 ipc_rcu_putref(msq, ipc_rcu_free); in do_msgsnd()
Dutil.h131 void ipc_rcu_putref(void *ptr, void (*func)(struct rcu_head *head));
Dshm.c243 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()
Dutil.c456 void ipc_rcu_putref(void *ptr, void (*func)(struct rcu_head *head)) in ipc_rcu_putref() function