Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/read_all/
Dread_all.c140 static int queue_push(struct queue *q, const char *buf) in queue_push() function
307 TST_RETRY_FUNC(queue_push(workers[i].q, stop_code), 1); in stop_workers()
325 TST_RETRY_FUNC(queue_push(workers[j].q, path), 1); in rep_sched_work()
/external/selinux/checkpolicy/
Dqueue.h33 int queue_push(queue_t, queue_element_t);
Dqueue.c50 int queue_push(queue_t q, queue_element_t e) in queue_push() function
Dpolicy_define.c108 error = queue_push(id_queue, 0); in insert_separator()
131 error = queue_push(id_queue, (queue_element_t) newid); in insert_id()