/Linux-v4.19/drivers/isdn/gigaset/ |
D | proc.c | 43 cs->waiting = 1; in set_cidmode() 46 cs->waiting = 0; in set_cidmode() 52 wait_event(cs->waitqueue, !cs->waiting); in set_cidmode()
|
D | common.c | 526 at_state->waiting = 0; in gigaset_at_init() 708 cs->waiting = 0; in gigaset_initcs() 860 if (cs->waiting) { in cleanup_cs() 862 cs->waiting = 0; in cleanup_cs() 897 cs->waiting = 1; in gigaset_start() 900 cs->waiting = 0; in gigaset_start() 905 wait_event(cs->waitqueue, !cs->waiting); in gigaset_start() 935 cs->waiting = 1; in gigaset_shutdown() 941 wait_event(cs->waitqueue, !cs->waiting); in gigaset_shutdown() 962 cs->waiting = 1; in gigaset_stop() [all …]
|
D | interface.c | 42 cs->waiting = 1; in if_lock() 45 cs->waiting = 0; in if_lock() 50 wait_event(cs->waitqueue, !cs->waiting); in if_lock() 76 cs->waiting = 1; in if_version() 79 cs->waiting = 0; in if_version() 84 wait_event(cs->waitqueue, !cs->waiting); in if_version()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-async.c | 98 list_for_each_entry(asd, ¬ifier->waiting, list) { in v4l2_async_find_match() 158 if (!list_empty(¬ifier->waiting)) in v4l2_async_notifier_can_complete() 181 if (!list_empty(¬ifier->waiting)) in v4l2_async_notifier_try_complete() 318 list_for_each_entry(asd, ¬ifier->waiting, list) { in __v4l2_async_notifier_fwnode_has_async_subdev() 383 INIT_LIST_HEAD(¬ifier->waiting); in __v4l2_async_notifier_register() 411 list_add_tail(&asd->list, ¬ifier->waiting); in __v4l2_async_notifier_register() 611 list_add(&sd->asd->list, ¬ifier->waiting); in v4l2_async_unregister_subdev()
|
/Linux-v4.19/drivers/scsi/ |
D | ppa.c | 41 wait_queue_head_t *waiting; member 61 wake_up(dev->waiting); in got_it() 1019 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(waiting); in __ppa_attach() 1033 init_waitqueue_head(&waiting); in __ppa_attach() 1051 dev->waiting = &waiting; in __ppa_attach() 1052 prepare_to_wait(&waiting, &wait, TASK_UNINTERRUPTIBLE); in __ppa_attach() 1060 dev->waiting = NULL; in __ppa_attach() 1061 finish_wait(&waiting, &wait); in __ppa_attach() 1064 dev->waiting = NULL; in __ppa_attach() 1065 finish_wait(&waiting, &wait); in __ppa_attach()
|
D | imm.c | 47 wait_queue_head_t *waiting; member 70 wake_up(dev->waiting); in got_it() 1152 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(waiting); in __imm_attach() 1159 init_waitqueue_head(&waiting); in __imm_attach() 1187 dev->waiting = &waiting; in __imm_attach() 1188 prepare_to_wait(&waiting, &wait, TASK_UNINTERRUPTIBLE); in __imm_attach() 1196 dev->waiting = NULL; in __imm_attach() 1197 finish_wait(&waiting, &wait); in __imm_attach() 1200 dev->waiting = NULL; in __imm_attach() 1201 finish_wait(&waiting, &wait); in __imm_attach()
|
/Linux-v4.19/block/ |
D | blk-exec.c | 21 struct completion *waiting = rq->end_io_data; in blk_end_sync_rq() local 29 complete(waiting); in blk_end_sync_rq()
|
/Linux-v4.19/drivers/parport/ |
D | share.c | 756 tmp->waiting = 0; in parport_register_device() 886 par_dev->waiting = 0; in parport_register_dev_model() 1148 if (dev->waiting & 1) { in parport_claim() 1149 dev->waiting = 0; in parport_claim() 1198 if (dev->waiting & 2 || dev->wakeup) { in parport_claim() 1200 if (test_and_set_bit(0, &dev->waiting) == 0) { in parport_claim() 1235 dev->waiting = 2; in parport_claim_or_block() 1256 if (dev->waiting) { in parport_claim_or_block() 1258 !dev->waiting); in parport_claim_or_block() 1277 dev->waiting = 0; in parport_claim_or_block() [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
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
|
D | sysfs-bus-iio-distance-srf08 | 16 This setting limits the time the driver is waiting for a
|
/Linux-v4.19/tools/lib/subcmd/ |
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()
|
/Linux-v4.19/arch/arm/include/debug/ |
D | samsung.S | 63 @ busy waiting for non fifo 84 @ idle waiting for non fifo
|
/Linux-v4.19/Documentation/scheduler/ |
D | completion.txt | 24 struct completion that tells the waiting threads of execution if they 35 struct completion, the waiting part through a call to one of the variants of 49 providing the wait queue to place tasks on for waiting and the flag for 118 to wait_for_completion() then the waiting side simply will continue 161 while waiting it will return -ERESTARTSYS; 0 otherwise. 190 variants, except for accounting waiting time as waiting on IO, which has 212 a thread starts waiting. This is achieved by the waiter "consuming"
|
/Linux-v4.19/drivers/sbus/char/ |
D | bbc_i2c.c | 128 bp->waiting = 1; in wait_for_pin() 144 bp->waiting = 0; in wait_for_pin() 277 if (bp->waiting && in bbc_i2c_interrupt() 316 bp->waiting = 0; in attach_one_i2c()
|
D | bbc_i2c.h | 63 volatile int waiting; member
|
/Linux-v4.19/drivers/gpu/drm/savage/ |
D | savage_state.c | 50 dev_priv->waiting = 1; in savage_emit_clip_rect_s3d() 76 dev_priv->waiting = 1; in savage_emit_clip_rect_s4() 253 dev_priv->waiting = 1; in savage_dispatch_state() 359 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) { in savage_dispatch_dma_prim() 368 dev_priv->waiting = 0; in savage_dispatch_dma_prim() 609 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) { in savage_dispatch_dma_idx() 618 dev_priv->waiting = 0; in savage_dispatch_dma_idx() 1034 dev_priv->waiting = 1; in savage_bci_cmdbuf()
|
/Linux-v4.19/Documentation/block/ |
D | stat.txt | 62 waited on this block device. If there are multiple I/O requests waiting, 84 on this block device. If there are multiple I/O requests waiting, this 86 number of requests waiting (see "read ticks" above for an example).
|
/Linux-v4.19/Documentation/accounting/ |
D | taskstats-struct.txt | 100 /* Delay waiting for cpu, while runnable 108 /* Delay waiting for synchronous block I/O to complete 114 /* Delay waiting for page fault I/O (swap in only) */ 177 /* Delay waiting for memory reclaim */
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_interval.h | 14 unsigned int waiting:1; /* someone is waiting for completion */ member
|
/Linux-v4.19/kernel/locking/ |
D | rwsem-xadd.c | 498 bool waiting = true; /* any queued threads before us */ in __rwsem_down_write_failed_common() local 521 waiting = false; in __rwsem_down_write_failed_common() 526 if (waiting) { in __rwsem_down_write_failed_common()
|
/Linux-v4.19/Documentation/ |
D | robust-futex-ABI.txt | 24 call, and handles contested locking by maintaining a list of waiting 26 waiting on a particular futex, and waking up the next waiter on a 34 waiting on the same locks. 82 waiting for a lock on a threads exit if that next thread used the futex 90 indicating their holder died, and wakeup the next thread waiting for 168 they were waiting, and bit 30 is set by the kernel to indicate that the
|
D | futex-requeue-pi.txt | 17 pthread_cond_broadcast() must resort to waking all the tasks waiting 90 is necessary for both the requeue code, as well as the waiting code, 113 possibly wake the waiting tasks. Internally, this system call is
|
/Linux-v4.19/include/media/ |
D | v4l2-async.h | 142 struct list_head waiting; member
|
/Linux-v4.19/arch/x86/platform/uv/ |
D | uv_nmi.c | 590 int last_k = 0, waiting = 0; in uv_nmi_wait_cpus() local 623 waiting = 0; in uv_nmi_wait_cpus() 624 } else if (++waiting > uv_nmi_wait_count) in uv_nmi_wait_cpus() 628 if (waiting && (n - k) == 1 && in uv_nmi_wait_cpus()
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | sleep.S | 33 20: b 20b @ waiting for sleep 171 20: b 20b @ loop waiting for sleep
|