Searched refs:job_list (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | cli_hush.c | 299 static struct pipe *job_list; variable 660 for (pi = job_list; pi; pi = pi->next) { in builtin_fg_bg() 674 for (pi = job_list; pi; pi = pi->next) { in builtin_fg_bg() 728 for (job = job_list; job; job = job->next) { in builtin_jobs() 1359 for (thejob = job_list; thejob; thejob = thejob->next) 1364 if (!job_list) { 1365 thejob = job_list = xmalloc(sizeof(*thejob)); 1367 for (thejob = job_list; thejob->next; thejob = thejob->next) /* nothing */; 1400 if (pi == job_list) { 1401 job_list = pi->next; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/ |
| H A D | command_submission.c | 276 list_for_each_entry_safe(job, tmp, &cs->job_list, cs_node) in cs_do_release() 413 INIT_LIST_HEAD(&cs->job_list); in allocate_cs() 482 list_for_each_entry_safe(job, tmp, &cs->job_list, cs_node) in cs_rollback() 704 list_add_tail(&job->cs_node, &cs->job_list); in cs_ioctl_default() 961 list_add_tail(&job->cs_node, &cs->job_list); in cs_ioctl_signal_wait()
|
| H A D | hw_queue.c | 410 job = list_first_entry(&cs->job_list, struct hl_cs_job, in init_signal_wait_cs() 564 list_for_each_entry_safe(job, tmp, &cs->job_list, cs_node) in hl_hw_queue_schedule_cs()
|
| H A D | habanalabs.h | 970 struct list_head job_list; member
|