| /OK3568_Linux_fs/external/mpp/doc/design/ |
| H A D | 2.kernel_driver.txt | 25 waiting done waiting done waiting done 38 waiting running done 65 When client commits a task to kernel the task will be set to waiting status and 66 link to both session waiting list and service waiting list. Then service will 67 get task from waiting list to running list and run. When hardware finishs a task
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | incfs.rst | 58 waiting for a pending read. 62 waiting for a pending read. 77 waiting is split between reads_delayed_pending_us, which is increased by the 78 time spent waiting for the pending read, and reads_delayed_min_us, which is 79 increased by the remainder of the time spent waiting.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-waiting_for_supplier | 10 or 1) reflects whether the device is waiting for one or more 14 A value of 0 means the device is not waiting for any suppliers 16 is waiting for one or more suppliers to be added before it can
|
| H A D | sysfs-class-scsi_tape | 16 Shows the total amount of time spent waiting for all I/O 23 To determine the amount of time spent waiting for other I/O 64 Shows the total amount of time in nanoseconds waiting for 95 Shows the total amount of time in nanoseconds waiting for
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | completion.rst | 22 until the result is actually needed, and both the waiting and the signalling 26 the Linux scheduler. The event the threads on the waitqueue are waiting for 39 - the waiting part through a call to one of the variants of wait_for_completion(), 43 Note that while initialization must happen first, the waiting and signaling 57 This provides the ->wait waitqueue to place tasks on for waiting (if any), and 122 must not return to a calling context until all activities (such as waiting 125 To emphasise this again: in particular when using some of the waiting API variants 164 to wait_for_completion() then the waiting side simply will continue 181 time depending on the nature of the activity they are waiting for, so in 206 This function marks the task TASK_INTERRUPTIBLE while it is waiting. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | ppa.c | 41 wait_queue_head_t *waiting; member 61 wake_up(dev->waiting); in got_it() 1016 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(waiting); in __ppa_attach() 1030 init_waitqueue_head(&waiting); in __ppa_attach() 1048 dev->waiting = &waiting; in __ppa_attach() 1049 prepare_to_wait(&waiting, &wait, TASK_UNINTERRUPTIBLE); in __ppa_attach() 1057 dev->waiting = NULL; in __ppa_attach() 1058 finish_wait(&waiting, &wait); in __ppa_attach() 1061 dev->waiting = NULL; in __ppa_attach() 1062 finish_wait(&waiting, &wait); in __ppa_attach()
|
| H A D | imm.c | 48 wait_queue_head_t *waiting; member 71 wake_up(dev->waiting); in got_it() 1150 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(waiting); in __imm_attach() 1157 init_waitqueue_head(&waiting); in __imm_attach() 1185 dev->waiting = &waiting; in __imm_attach() 1186 prepare_to_wait(&waiting, &wait, TASK_UNINTERRUPTIBLE); in __imm_attach() 1194 dev->waiting = NULL; in __imm_attach() 1195 finish_wait(&waiting, &wait); in __imm_attach() 1198 dev->waiting = NULL; in __imm_attach() 1199 finish_wait(&waiting, &wait); in __imm_attach()
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-rgb13h.c | 55 bool waiting; member 101 if (led->waiting) { in rgb13h_set_output() 102 led->waiting = false; in rgb13h_set_output() 117 wait_event_timeout(led->done, !led->waiting, in rgb13h_timeout_work() 119 if (led->waiting) { in rgb13h_timeout_work() 120 led->waiting = false; in rgb13h_timeout_work() 163 led->waiting = true; in rgb13h_led_flash_strobe_set() 547 led->waiting = false; in rgb13h_led_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/muxes/ |
| H A D | i2c-arb-gpio-challenge.c | 49 int waiting = 0; in i2c_arbitrator_select() local 68 if (!waiting) in i2c_arbitrator_select() 69 waiting = 1; in i2c_arbitrator_select()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-async.c | 164 list_for_each_entry(asd, ¬ifier->waiting, list) { in v4l2_async_find_match() 249 if (!list_empty(¬ifier->waiting)) in v4l2_async_notifier_can_complete() 272 if (!list_empty(¬ifier->waiting)) in v4l2_async_notifier_try_complete() 413 list_for_each_entry(asd_y, ¬ifier->waiting, list) in __v4l2_async_notifier_has_async_subdev() 500 INIT_LIST_HEAD(¬ifier->waiting); in __v4l2_async_notifier_register() 510 list_add_tail(&asd->list, ¬ifier->waiting); in __v4l2_async_notifier_register() 574 list_for_each_entry_safe(sd, tmp, ¬ifier->waiting, async_list) { in __v4l2_async_notifier_clr_unready_dev() 884 list_add(&sd->asd->list, ¬ifier->waiting); in v4l2_async_unregister_subdev()
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | csf_sync_state_dump.txt | 75 is in Queue Group (CSG) 0, and has Queue ID 0. It has started and is waiting on 77 as is the arg value. However, the operation "op" is GT, indicating it's waiting 89 is waiting on the object at address 0x0000007f81ffc800, while the SYNC SET will 91 The operation "op" is GT for the SYNC WAIT, indicating it's waiting for the 104 a KCTX ID of 0 and has Queue ID 1. It has started and is waiting on the 106 the "op" being GT indicating it is waiting on the live value to
|
| /OK3568_Linux_fs/kernel/drivers/parport/ |
| H A D | share.c | 753 par_dev->waiting = 0; in parport_register_dev_model() 1012 if (dev->waiting & 1) { in parport_claim() 1013 dev->waiting = 0; in parport_claim() 1062 if (dev->waiting & 2 || dev->wakeup) { in parport_claim() 1064 if (test_and_set_bit(0, &dev->waiting) == 0) { in parport_claim() 1099 dev->waiting = 2; in parport_claim_or_block() 1121 if (dev->waiting) { in parport_claim_or_block() 1123 !dev->waiting); in parport_claim_or_block() 1142 dev->waiting = 0; in parport_claim_or_block() 1197 if (pd->waiting & 2) { /* sleeping in claim_or_block */ in parport_release()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-exec.c | 22 struct completion *waiting = rq->end_io_data; in blk_end_sync_rq() local 30 complete(waiting); in blk_end_sync_rq()
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | run-command.c | 172 pid_t waiting = waitpid(pid, &status, 0); in wait_or_whine() local 174 if (waiting < 0) { in wait_or_whine() 181 if (waiting != pid) in wait_or_whine()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/ |
| H A D | rga_drv.c | 455 if (!list_empty(&rga_service.waiting)) in rga_dump() 459 next = &rga_service.waiting; in rga_dump() 499 list_for_each_entry_safe(reg, reg_tmp, &session->waiting, session_link) in rga_dump() 769 list_add_tail(®->status_link, &rga_service.waiting); in rga_reg_init() 770 list_add_tail(®->session_link, &session->waiting); in rga_reg_init() 799 list_for_each_entry_safe(reg, n, &session->waiting, session_link) in rga_service_session_clear() 817 if (!list_empty(&rga_service.waiting)) in rga_try_set_reg() 820 reg = list_entry(rga_service.waiting.next, struct rga_reg, status_link); in rga_try_set_reg() 935 if(list_empty(®->session->waiting)) in rga_del_running_list() 987 if(list_empty(®->session->waiting)) in rga_del_running_list_timeout() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/ |
| H A D | kutf_resultset.c | 133 static struct kutf_result waiting = { in kutf_remove_result() local 136 result = &waiting; in kutf_remove_result()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/ |
| H A D | iep_drv.h | 97 struct list_head waiting; member 113 struct list_head waiting; /* link to link_reg in struct iep_reg */ member
|
| H A D | iep_drv.c | 140 if (list_empty(®->session->waiting)) { in iep_del_running_list() 194 if (list_empty(®->session->waiting)) { in iep_del_running_list_timeout() 481 if (!list_empty(&iep_service.waiting)) { in iep_try_set_reg() 482 reg = list_entry(iep_service.waiting.next, struct iep_reg, status_link); in iep_try_set_reg() 532 if (list_empty(&iep_service.waiting)) { in iep_isr() 566 list_for_each_entry_safe(reg, n, &session->waiting, session_link) { in iep_service_session_clear() 589 INIT_LIST_HEAD(&session->waiting); in iep_open() 923 INIT_LIST_HEAD(&iep_service.waiting); in iep_drv_probe() 1237 INIT_LIST_HEAD(&session.waiting); in iep_test_case0()
|
| /OK3568_Linux_fs/kernel/drivers/sbus/char/ |
| H A D | bbc_i2c.c | 129 bp->waiting = 1; in wait_for_pin() 145 bp->waiting = 0; in wait_for_pin() 278 if (bp->waiting && in bbc_i2c_interrupt() 317 bp->waiting = 0; in attach_one_i2c()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/debug/ |
| H A D | samsung.S | 63 @ busy waiting for non fifo 87 @ idle waiting for non fifo
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.22/ |
| H A D | 0004-gst-launch-Fix-random-hang-when-EOS.patch | 29 PRINT (_("Prerolled, waiting for progress to finish...\n")); 33 + PRINT (_("Prerolled, waiting for async message to finish...\n"));
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.20/ |
| H A D | 0004-gst-launch-Fix-random-hang-when-EOS.patch | 29 PRINT (_("Prerolled, waiting for progress to finish...\n")); 33 + PRINT (_("Prerolled, waiting for async message to finish...\n"));
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1/ |
| H A D | 0004-gst-launch-Fix-random-hang-when-EOS.patch | 29 PRINT (_("Prerolled, waiting for progress to finish...\n")); 33 + PRINT (_("Prerolled, waiting for async message to finish...\n"));
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0031-kmssink-Support-setting-prefered-frame-syncing-mode.patch | 39 - gboolean waiting; 40 + gboolean waiting, pageflip; 58 waiting = TRUE;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0031-kmssink-Support-setting-prefered-frame-syncing-mode.patch | 39 - gboolean waiting; 40 + gboolean waiting, pageflip; 58 waiting = TRUE;
|