Home
last modified time | relevance | path

Searched refs:remove_from_queue (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-s390/
Dqueue.h145 static __inline__ int remove_from_queue(qheader *qhead,queue *member) in remove_from_queue() function
/linux-2.4.37.9/include/asm-s390x/
Dqueue.h145 static __inline__ int remove_from_queue(qheader *qhead,queue *member) in remove_from_queue() function
/linux-2.4.37.9/ipc/
Dsem.c228 static inline void remove_from_queue (struct sem_array * sma, in remove_from_queue() function
336 remove_from_queue(sma,q); in update_queue()
989 remove_from_queue(sma,&queue); in sys_semtimedop()
1031 remove_from_queue(q->sma,q); in sem_exit()
/linux-2.4.37.9/drivers/s390/misc/
Dchandev.c437 retval=remove_from_queue(qhead,member); in chandev_remove_from_queue()