Home
last modified time | relevance | path

Searched refs:waits (Results 1 – 25 of 106) sorted by relevance

12345

/openbmc/linux/fs/afs/
H A Dvl_probe.c213 struct wait_queue_entry *waits; in afs_wait_for_vl_probes() local
234 waits = kmalloc(array_size(vllist->nr_servers, sizeof(*waits)), GFP_KERNEL); in afs_wait_for_vl_probes()
235 if (!waits) in afs_wait_for_vl_probes()
241 init_waitqueue_entry(&waits[i], current); in afs_wait_for_vl_probes()
242 add_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_vl_probes()
278 remove_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_vl_probes()
282 kfree(waits); in afs_wait_for_vl_probes()
H A Dfs_probe.c236 struct wait_queue_entry *waits; in afs_wait_for_fs_probes() local
257 waits = kmalloc(array_size(slist->nr_servers, sizeof(*waits)), GFP_KERNEL); in afs_wait_for_fs_probes()
258 if (!waits) in afs_wait_for_fs_probes()
264 init_waitqueue_entry(&waits[i], current); in afs_wait_for_fs_probes()
265 add_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_fs_probes()
301 remove_wait_queue(&server->probe_wq, &waits[i]); in afs_wait_for_fs_probes()
305 kfree(waits); in afs_wait_for_fs_probes()
/openbmc/linux/drivers/fpga/
H A Daltera-ps-spi.c111 int min, max, waits; in altera_ps_write_init() local
135 waits = max / min; in altera_ps_write_init()
137 waits++; in altera_ps_write_init()
140 for (i = 0; i < waits; i++) { in altera_ps_write_init()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-poll.rst35 When streaming I/O has been negotiated this function waits until a
38 function waits until the device is ready to accept a new buffer to be
69 it waits until data has been captured and can be read. When the driver
76 it waits until the driver is ready for a non-blocking
H A Dfunc-select.rst51 When streaming I/O has been negotiated this function waits until a
76 :c:func:`select()` function just waits until the driver is ready for a
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/files/
H A D2895.patch3 Subject: [PATCH] Mosquitto now waits for network-online when starting
/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/
H A Drail.md18 during the power on sequence and the power sequencer device waits indefinitely
23 sequence and the power sequencer device waits indefinitely for it to power on.
/openbmc/phosphor-host-ipmid/docs/
H A Dipmitool-commands-cheatsheet.md35 NOTE: The user can group multiple set operations since the IPMI daemon waits for
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dti,tas5086.txt17 waits for this period of time before starting the
/openbmc/pldm/
H A Dmeson.options49 description: '''The amount of time pldm waits to get a response for a dbus
57 description: '''The amount of time host waits for BMC to respond to pings
/openbmc/linux/Documentation/RCU/
H A Drcubarrier.rst55 than waiting for a grace period to elapse, rcu_barrier() waits for all
157 RCU callbacks will be posted. The rcu_barrier() call on line 53 waits
191 callback queues, and then waits until they have all started executing, at
219 line 11 then waits (if needed) for the completion.
339 RCU once again waits on nonpreemptible regions of code.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-picolcd21 Description: Delay PicoLCD waits before restarting in new mode when
/openbmc/linux/Documentation/accounting/
H A Dtaskstats-struct.rst132 * from the kernel in involuntary waits due to virtualization.
140 * for kernel's involuntary waits due to virtualization.
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dbrcm,iproc-touchscreen.txt21 the tsc waits to allow the voltage to settle after
/openbmc/linux/Documentation/driver-api/usb/
H A Danchors.rst67 This function waits for all URBs associated with an anchor to finish
/openbmc/linux/Documentation/networking/device_drivers/atm/
H A Dcxacru.rst109 - "restart" (stops, waits 1.5s, then starts)
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A D0001-Fix-intermittent-failure-of-test-t-op-sigsystem.t.patch10 test waits a hard-coded amount of time in the parent process for the
/openbmc/linux/Documentation/devicetree/bindings/clock/ti/
H A Dgate.txt19 "ti,wait-gate-clock" - gate clock which waits until clock is active before
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dsdma.c1726 struct iowait *waits[SDMA_WAIT_BATCH_SIZE]; in sdma_desc_avail() local
1750 if (n == ARRAY_SIZE(waits)) in sdma_desc_avail()
1759 twait = waits[tidx]; in sdma_desc_avail()
1767 waits[n++] = wait; in sdma_desc_avail()
1776 waits[tidx]->wakeup(waits[tidx], SDMA_AVAIL_REASON); in sdma_desc_avail()
1780 waits[i]->wakeup(waits[i], SDMA_AVAIL_REASON); in sdma_desc_avail()
/openbmc/linux/drivers/rapidio/
H A DKconfig23 Amount of time a discovery node waits for a host to complete
/openbmc/linux/Documentation/userspace-api/
H A Dfutex2.rst54 return ``-EAGAIN``. If all tests and verifications succeeds, syscall waits until
/openbmc/linux/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst48 truly non-blocking. If there is an ongoing async request it waits
/openbmc/linux/Documentation/usb/
H A Draw-gadget.rst76 Every Raw Gadget endpoint read/write ioctl submits a USB request and waits
/openbmc/linux/Documentation/hwmon/
H A Dmax31827.rst76 requested, one-shot is triggered, the device waits for 140 (conversion time) + 1
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_bcm7271.c292 int waits; in brcmuart_arbitration() local
299 waits = 1; in brcmuart_arbitration()
305 if (waits-- == 0) in brcmuart_arbitration()

12345