Searched defs:job_list (Results 1 – 4 of 4) sorted by relevance
251 def get_job_timestamps(job_list, job_info_dict): argument276 def get_job_tasks(job_list, job_info_dict): argument
499 static void fio_server_add_job_pid(struct flist_head *job_list, pid_t pid) in fio_server_add_job_pid()557 static void fio_server_check_jobs(struct flist_head *job_list) in fio_server_check_jobs()589 static int handle_run_cmd(struct flist_head *job_list, struct fio_net_cmd *cmd) in handle_run_cmd()798 static int handle_command(struct flist_head *job_list, struct fio_net_cmd *cmd) in handle_command()
104 class job_list(job_list_stat): class
115 static Job *job_list; /* job list */ variable