Home
last modified time | relevance | path

Searched refs:q_forw (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/search/
A Dinsremque.c31 ((struct qelem *) elem)->q_forw = NULL; in insque()
36 struct qelem *next = ((struct qelem *) prev)->q_forw; in insque()
37 ((struct qelem *) prev)->q_forw = (struct qelem *) elem; in insque()
40 ((struct qelem *) elem)->q_forw = next; in insque()
53 struct qelem *next = ((struct qelem *) elem)->q_forw; in remque()
58 prev->q_forw = (struct qelem *) next; in remque()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dsearch.h36 struct qelem *q_forw; member
/l4re-core-master/uclibc/lib/contrib/uclibc/test/
A Dtest-skeleton.c96 temp_name_list = (struct temp_name_list *) temp_name_list->q.q_forw; in delete_temp_files()

Completed in 3 milliseconds