/linux-6.14.4/fs/bcachefs/ |
D | six.c | 351 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/ |
D | iosm_ipc_task_queue.c | 81 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/ |
D | meson-rng.c | 35 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()
|
D | mtk-rng.c | 70 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()
|
D | atmel-rng.c | 43 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/ |
D | bcm2835-vchiq.c | 42 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/ |
D | rocker_main.c | 48 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/ |
D | vmci_transport.c | 118 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/ |
D | ael1002.c | 153 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()
|
D | aq100x.c | 65 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/ |
D | event.c | 98 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/ |
D | qp.c | 411 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()
|
D | vnic_sdma.c | 187 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/ |
D | dvb_vb2.h | 127 #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/ |
D | irqfd.c | 33 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/ |
D | condvar.rs | 121 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/ |
D | ibmasm.h | 81 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/ |
D | drm_syncobj.c | 266 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/ |
D | umh.c | 401 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/ |
D | espi.c | 305 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/ |
D | inode.c | 35 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/ |
D | omap-headsmp.S | 43 wait: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0 label
|
/linux-6.14.4/drivers/md/bcache/ |
D | journal.h | 98 struct closure_waitlist wait; member 110 struct closure_waitlist wait; member
|
/linux-6.14.4/drivers/isdn/mISDN/ |
D | timerdev.c | 31 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/ |
D | xgbe-i2c.c | 146 unsigned int wait = XGBE_ABORT_COUNT; in xgbe_i2c_abort() local 166 unsigned int wait = XGBE_DISABLE_COUNT; in xgbe_i2c_set_enable() local
|