Home
last modified time | relevance | path

Searched refs:might_sleep (Results 1 – 25 of 144) sorted by relevance

123456

/linux/net/mac802154/
H A Ddriver-ops.h22 might_sleep(); in drv_xmit_sync()
32 might_sleep(); in drv_set_pan_id()
54 might_sleep(); in drv_set_extended_addr()
76 might_sleep(); in drv_set_short_addr()
98 might_sleep(); in drv_set_pan_coord()
119 might_sleep(); in drv_set_promiscuous_mode()
138 might_sleep(); in drv_start()
217 might_sleep(); in drv_stop()
237 might_sleep(); in drv_set_channel()
249 might_sleep(); in drv_set_tx_power()
[all …]
/linux/include/linux/
H A Dvirtio_config.h470 might_sleep(); \
500 might_sleep(); \
534 might_sleep(); \
563 might_sleep(); \
582 might_sleep(); in __virtio_cread_many()
606 might_sleep(); in virtio_cread8()
614 might_sleep(); in virtio_cwrite8()
623 might_sleep(); in virtio_cread16()
633 might_sleep(); in virtio_cwrite16()
643 might_sleep(); in virtio_cread32()
[all …]
H A Dclk.h367 might_sleep(); in clk_prepare()
373 might_sleep(); in clk_unprepare()
379 might_sleep(); in clk_bulk_prepare()
386 might_sleep(); in clk_bulk_unprepare()
H A Drcutiny.h54 might_sleep(); in cond_synchronize_rcu()
/linux/security/landlock/
H A Druleset.c157 might_sleep(); in get_root()
207 might_sleep(); in insert_rule()
329 might_sleep(); in merge_tree()
343 might_sleep(); in merge_tree()
351 might_sleep(); in merge_tree()
H A Dobject.c48 might_sleep(); in landlock_put_object()
/linux/rust/kernel/io/
H A Dpoll.rs10 task::might_sleep,
84 // Unlike the C version, we always call `might_sleep()` unconditionally, in read_poll_timeout()
88 might_sleep(); in read_poll_timeout()
/linux/arch/x86/include/asm/
H A Dchecksum_32.h49 might_sleep(); in csum_and_copy_from_user()
177 might_sleep(); in csum_and_copy_to_user()
/linux/fs/ext4/
H A Dext4_jbd2.c77 might_sleep(); in ext4_journal_check_start()
246 might_sleep(); in __ext4_journal_get_write_access()
281 might_sleep(); in __ext4_forget()
382 might_sleep(); in __ext4_handle_dirty_metadata()
/linux/kernel/bpf/
H A Dcfg.c65 subprog->might_sleep = true; in mark_subprog_might_sleep()
89 caller->might_sleep |= callee->might_sleep; in merge_callee_effects()
509 if (ret == 0 && fp->might_sleep) in visit_insn()
675 env->prog->aux->might_sleep = env->subprog_info[0].might_sleep; in bpf_check_cfg()
H A Dbpf_lsm.c184 .might_sleep = true,
203 .might_sleep = true,
/linux/arch/powerpc/platforms/pseries/
H A Dpapr-sysparm.c103 might_sleep(); in papr_sysparm_get()
159 might_sleep(); in papr_sysparm_set()
H A Drtas-work-area.c86 might_sleep(); in __rtas_work_area_alloc()
/linux/drivers/gpu/drm/i915/
H A Di915_wait_util.h25 might_sleep(); \
/linux/kernel/sched/ext/
H A Darena.c103 might_sleep(); in scx_arena_alloc()
/linux/net/wireless/
H A Dwext-proc.c76 might_sleep(); in wireless_dev_seq_show()
/linux/drivers/firewire/
H A Dcore-iso.c243 might_sleep(); in fw_iso_context_flush_completions()
267 might_sleep(); in fw_iso_context_stop()
/linux/crypto/asymmetric_keys/
H A Dpkcs7_trust.c73 might_sleep(); in pkcs7_validate_trust_one()
/linux/tools/virtio/linux/
H A Dkernel.h153 #define might_sleep() do { } while (0)
147 #define might_sleep( global() macro
/linux/drivers/net/ovpn/
H A Dsocket.c71 might_sleep(); in ovpn_socket_release()
/linux/drivers/usb/core/
H A Durb.c705 might_sleep(); in usb_kill_urb()
752 might_sleep(); in usb_poison_urb()
/linux/virt/kvm/
H A Dasync_pf.c56 might_sleep(); in async_pf_execute()
/linux/kernel/sched/
H A Dcompletion.c116 might_sleep(); in __wait_for_common()
/linux/rust/kernel/
H A Dtask.rs415 /// Equivalent to the C side [`might_sleep()`], this function serves as
420 /// [`might_sleep()`]: https://docs.kernel.org/driver-api/basics.html#c.might_sleep
423 pub fn might_sleep() { in might_sleep() function
/linux/kernel/
H A Dirq_work.c289 might_sleep(); in irq_work_sync()

123456