Home
last modified time | relevance | path

Searched refs:check_qop (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/ipc/
H A Dsem.c1068 * check_qop: Test if a queued operation sleeps on the semaphore semnum
1070 static int check_qop(struct sem_array *sma, int semnum, struct sem_queue *q, in check_qop() function
1127 semcnt += check_qop(sma, semnum, q, count_zero); in count_semcnt()
1131 semcnt += check_qop(sma, semnum, q, count_zero); in count_semcnt()
/kernel/linux/linux-6.6/ipc/
H A Dsem.c1070 * check_qop: Test if a queued operation sleeps on the semaphore semnum
1072 static int check_qop(struct sem_array *sma, int semnum, struct sem_queue *q, in check_qop() function
1129 semcnt += check_qop(sma, semnum, q, count_zero); in count_semcnt()
1133 semcnt += check_qop(sma, semnum, q, count_zero); in count_semcnt()

Completed in 6 milliseconds