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

/external/mksh/src/
H A Djobs.c115 static Job *job_list; /* job list */ variable
284 for (j = job_list; j != NULL; j = j->next) {
719 for (j = job_list; j; j = j->next)
914 for (j = job_list; j != NULL; j = j->next) {
965 j = job_list;
978 for (j = job_list; j; j = tmp) {
999 for (j = job_list; j; j = j->next) {
1011 for (j = job_list; j; j = tmp) {
1062 for (jl = job_list; jl; jl = jl->next)
1331 for (j = job_list;
[all...]
/external/fio/
H A Dserver.c499 static void fio_server_add_job_pid(struct flist_head *job_list, pid_t pid) argument
502 fio_server_add_fork_item(pid, job_list);
557 static void fio_server_check_jobs(struct flist_head *job_list) argument
559 fio_server_check_fork_items(job_list);
589 static int handle_run_cmd(struct flist_head *job_list, struct fio_net_cmd *cmd) argument
599 fio_server_add_job_pid(job_list, pid);
798 static int handle_command(struct flist_head *job_list, struct fio_net_cmd *cmd) argument
829 ret = handle_run_cmd(job_list, cmd);
874 FLIST_HEAD(job_list);
891 if (!flist_empty(&job_list))
[all...]

Completed in 327 milliseconds