OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:queue_push
(Results
1 - 4
of
4
) sorted by null
/external/selinux/checkpolicy/
queue.h
33
int
queue_push
(queue_t, queue_element_t);
queue.c
50
int
queue_push
(queue_t q, queue_element_t e)
function
policy_define.c
108
error =
queue_push
(id_queue, 0);
131
error =
queue_push
(id_queue, (queue_element_t) newid);
[
all
...]
/external/ltp/testcases/kernel/fs/read_all/
read_all.c
140
static int
queue_push
(struct queue *q, const char *buf)
function
307
TST_RETRY_FUNC(
queue_push
(workers[i].q, stop_code), 1);
325
TST_RETRY_FUNC(
queue_push
(workers[j].q, path), 1);
Completed in 427 milliseconds