Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/RCU/
DarrayRCU.txt48 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-2.6.39/ipc/
Dmsg.c197 ipc_rcu_putref(msq); in newque()
207 ipc_rcu_putref(msq); in newque()
299 ipc_rcu_putref(msq); in freeque()
690 ipc_rcu_putref(msq); in do_msgsnd()
Dutil.h122 void ipc_rcu_putref(void *ptr);
Dsem.c175 ipc_rcu_putref(sma); in sem_lock_and_putref()
187 ipc_rcu_putref(sma); in sem_putref()
267 ipc_rcu_putref(sma); in newary()
274 ipc_rcu_putref(sma); in newary()
734 ipc_rcu_putref(sma); in freeary()
Dshm.c186 ipc_rcu_putref(shp); in shm_destroy()
369 ipc_rcu_putref(shp); in newseg()
424 ipc_rcu_putref(shp); in newseg()
Dutil.c595 void ipc_rcu_putref(void *ptr) in ipc_rcu_putref() function