Home
last modified time | relevance | path

Searched defs:wait (Results 26 – 50 of 920) sorted by relevance

12345678910>>...37

/linux-6.14.4/fs/bcachefs/
Dsix.c351 struct six_lock_waiter *wait, in six_optimistic_spin()
401 struct six_lock_waiter *wait, in six_optimistic_spin()
411 struct six_lock_waiter *wait, in six_lock_slowpath()
544 struct six_lock_waiter *wait, in six_lock_ip_waiter()
/linux-6.14.4/drivers/net/wwan/iosm/
Diosm_ipc_task_queue.c81 size_t size, bool is_copy, bool wait) in ipc_task_queue_add_task()
143 int arg, void *msg, size_t size, bool wait) in ipc_task_queue_send_task()
/linux-6.14.4/drivers/char/hw_random/
Dmeson-rng.c35 static int meson_rng_read(struct hwrng *rng, void *buf, size_t max, bool wait) in meson_rng_read()
59 static int meson_s4_rng_read(struct hwrng *rng, void *buf, size_t max, bool wait) in meson_s4_rng_read()
Dmtk-rng.c70 static bool mtk_rng_wait_ready(struct hwrng *rng, bool wait) in mtk_rng_wait_ready()
83 static int mtk_rng_read(struct hwrng *rng, void *buf, size_t max, bool wait) in mtk_rng_read()
Datmel-rng.c43 static bool atmel_trng_wait_ready(struct atmel_trng *trng, bool wait) in atmel_trng_wait_ready()
56 bool wait) in atmel_trng_read()
/linux-6.14.4/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835-vchiq.c42 struct vc_audio_msg *m, bool wait) in bcm2835_audio_send_msg_locked()
78 struct vc_audio_msg *m, bool wait) in bcm2835_audio_send_msg()
89 int type, bool wait) in bcm2835_audio_send_simple()
/linux-6.14.4/drivers/net/ethernet/rocker/
Drocker_main.c48 wait_queue_head_t wait; member
53 static void rocker_wait_reset(struct rocker_wait *wait) in rocker_wait_reset()
59 static void rocker_wait_init(struct rocker_wait *wait) in rocker_wait_init()
67 struct rocker_wait *wait; in rocker_wait_create() local
75 static void rocker_wait_destroy(struct rocker_wait *wait) in rocker_wait_destroy()
80 static bool rocker_wait_event_timeout(struct rocker_wait *wait, in rocker_wait_event_timeout()
89 static void rocker_wait_wake_up(struct rocker_wait *wait) in rocker_wait_wake_up()
156 struct rocker_wait *wait, u32 test_type, in rocker_dma_test_one()
185 struct rocker_wait *wait, int offset) in rocker_dma_test_offset()
245 struct rocker_wait *wait) in rocker_dma_test()
[all …]
/linux-6.14.4/net/vmw_vsock/
Dvmci_transport.c118 struct vmci_transport_waiting_info *wait, in vmci_transport_packet_init()
191 struct vmci_transport_waiting_info *wait, in __vmci_transport_send_control_pkt()
212 struct vmci_transport_waiting_info *wait, in vmci_transport_reply_control_pkt_fast()
236 struct vmci_transport_waiting_info *wait, in vmci_transport_send_control_pkt_bh()
258 struct vmci_transport_waiting_info *wait, in vmci_transport_alloc_send_control_pkt()
282 struct vmci_transport_waiting_info *wait, in vmci_transport_send_control_pkt()
433 struct vmci_transport_waiting_info *wait) in vmci_transport_send_waiting_write()
442 struct vmci_transport_waiting_info *wait) in vmci_transport_send_waiting_read()
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb3/
Dael1002.c153 static int ael1002_reset(struct cphy *phy, int wait) in ael1002_reset()
222 static int ael1006_reset(struct cphy *phy, int wait) in ael1006_reset()
394 static int ael2005_reset(struct cphy *phy, int wait) in ael2005_reset()
722 static int ael2020_reset(struct cphy *phy, int wait) in ael2020_reset()
885 static int xaui_direct_reset(struct cphy *phy, int wait) in xaui_direct_reset()
Daq100x.c65 static int aq100x_reset(struct cphy *phy, int wait) in aq100x_reset()
269 unsigned int v, v2, gpio, wait; in t3_aq100x_phy_prep() local
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/core/
Devent.c98 nvkm_event_ntfy_block_(struct nvkm_event_ntfy *ntfy, bool wait) in nvkm_event_ntfy_block_()
146 nvkm_event_ntfy_add(struct nvkm_event *event, int id, u32 bits, bool wait, nvkm_event_func func, in nvkm_event_ntfy_add()
/linux-6.14.4/drivers/infiniband/hw/hfi1/
Dqp.c411 void hfi1_qp_unbusy(struct rvt_qp *qp, struct iowait_work *wait) in hfi1_qp_unbusy()
438 struct iowait_work *wait, in iowait_sleep()
493 static void iowait_wakeup(struct iowait *wait, int reason) in iowait_wakeup()
501 static void iowait_sdma_drained(struct iowait *wait) in iowait_sdma_drained()
Dvnic_sdma.c187 struct iowait_work *wait, in hfi1_vnic_sdma_sleep()
217 static void hfi1_vnic_sdma_wakeup(struct iowait *wait, int reason) in hfi1_vnic_sdma_wakeup()
/linux-6.14.4/include/media/
Ddvb_vb2.h127 #define dvb_vb2_fill_buffer(ctx, file, wait, flags) (0) argument
131 poll_table *wait) in dvb_vb2_poll()
/linux-6.14.4/drivers/virt/acrn/
Dirqfd.c33 wait_queue_entry_t wait; member
76 static int hsm_irqfd_wakeup(wait_queue_entry_t *wait, unsigned int mode, in hsm_irqfd_wakeup()
/linux-6.14.4/rust/kernel/sync/
Dcondvar.rs121 let wait = Opaque::<bindings::wait_queue_entry>::uninit(); in wait_internal() localVariable
146 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait() method
/linux-6.14.4/drivers/misc/ibmasm/
Dibmasm.h81 wait_queue_head_t wait; member
123 wait_queue_head_t wait; member
130 wait_queue_head_t wait; member
/linux-6.14.4/drivers/gpu/drm/
Ddrm_syncobj.c266 struct syncobj_wait_entry *wait) in drm_syncobj_fence_add_wait()
291 struct syncobj_wait_entry *wait) in drm_syncobj_remove_wait()
440 struct syncobj_wait_entry wait; in drm_syncobj_find_fence() local
1002 struct syncobj_wait_entry *wait = in syncobj_wait_fence_func() local
1009 struct syncobj_wait_entry *wait) in syncobj_wait_syncobj_func()
1226 struct drm_syncobj_wait *wait, in drm_syncobj_array_wait()
/linux-6.14.4/kernel/
Dumh.c401 int call_usermodehelper_exec(struct subprocess_info *sub_info, int wait) in call_usermodehelper_exec()
482 int call_usermodehelper(const char *path, char **argv, char **envp, int wait) in call_usermodehelper()
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb/
Despi.c305 u32 t1_espi_get_mon(adapter_t *adapter, u32 addr, u8 wait) in t1_espi_get_mon()
336 int t1_espi_get_mon_t204(adapter_t *adapter, u32 *valp, u8 wait) in t1_espi_get_mon_t204()
/linux-6.14.4/fs/sysv/
Dinode.c35 static int sysv_sync_fs(struct super_block *sb, int wait) in sysv_sync_fs()
227 static int __sysv_write_inode(struct inode *inode, int wait) in __sysv_write_inode()
/linux-6.14.4/arch/arm/mach-omap2/
Domap-headsmp.S43 wait: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0 label
/linux-6.14.4/drivers/md/bcache/
Djournal.h98 struct closure_waitlist wait; member
110 struct closure_waitlist wait; member
/linux-6.14.4/drivers/isdn/mISDN/
Dtimerdev.c31 wait_queue_head_t wait; member
136 mISDN_poll(struct file *filep, poll_table *wait) in mISDN_poll()
/linux-6.14.4/drivers/net/ethernet/amd/xgbe/
Dxgbe-i2c.c146 unsigned int wait = XGBE_ABORT_COUNT; in xgbe_i2c_abort() local
166 unsigned int wait = XGBE_DISABLE_COUNT; in xgbe_i2c_set_enable() local

12345678910>>...37