Searched refs:init_wait (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/ |
| H A D | fs_pin.c | 38 init_wait(&wait); in pin_kill()
|
| H A D | dax.c | 219 init_wait(&ewait.wait); in get_next_unlocked_entry() 252 init_wait(&ewait.wait); in wait_entry_unlocked_exclusive() 283 init_wait(&ewait.wait); in wait_entry_unlocked()
|
| H A D | aio.c | 1344 init_wait(&w.w); in read_events()
|
| /linux/rust/kernel/sync/ |
| H A D | condvar.rs | 123 unsafe { bindings::init_wait(wait.get()) }; in wait_internal()
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_msgq.c | 44 bfa_fsm_state_decl(cmdq, init_wait, struct bfa_msgq_cmdq, enum cmdq_event); 321 bfa_fsm_state_decl(rspq, init_wait, struct bfa_msgq_rspq,
|
| /linux/drivers/gpu/drm/xlnx/ |
| H A D | zynqmp_dp.c | 1308 u32 bw, vid_kbytes, avg_bytes_per_tu, init_wait; in zynqmp_dp_encoder_mode_set_transfer_unit() local 1323 init_wait = 0; in zynqmp_dp_encoder_mode_set_transfer_unit() 1325 init_wait = tu; in zynqmp_dp_encoder_mode_set_transfer_unit() 1327 init_wait = tu - avg_bytes_per_tu / 1000; in zynqmp_dp_encoder_mode_set_transfer_unit() 1329 zynqmp_dp_write(dp, ZYNQMP_DP_INIT_WAIT, init_wait); in zynqmp_dp_encoder_mode_set_transfer_unit()
|
| /linux/drivers/md/bcache/ |
| H A D | btree.h | 244 init_wait(&op->wait); in bch_btree_op_init()
|
| /linux/include/linux/ |
| H A D | wait.h | 1235 #define init_wait(wait) init_wait_func(wait, autoremove_wake_function) macro
|
| /linux/mm/ |
| H A D | filemap.c | 1262 init_wait(wait); in folio_wait_bit_common() 1415 init_wait(wait); in migration_entry_wait_on_locked()
|
| /linux/fs/nilfs2/ |
| H A D | segment.c | 2236 init_wait(&wait_req.wq); in nilfs_segctor_sync()
|
| /linux/fs/nfs/ |
| H A D | nfs4proc.c | 7835 init_wait(&waiter.wait); in nfs4_retry_setlk()
|