| /linux/net/mac802154/ |
| H A D | driver-ops.h | 22 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 D | virtio_config.h | 470 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 D | clk.h | 367 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 D | rcutiny.h | 54 might_sleep(); in cond_synchronize_rcu()
|
| /linux/security/landlock/ |
| H A D | ruleset.c | 157 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 D | object.c | 48 might_sleep(); in landlock_put_object()
|
| /linux/rust/kernel/io/ |
| H A D | poll.rs | 10 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 D | checksum_32.h | 49 might_sleep(); in csum_and_copy_from_user() 177 might_sleep(); in csum_and_copy_to_user()
|
| /linux/fs/ext4/ |
| H A D | ext4_jbd2.c | 77 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 D | cfg.c | 65 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 D | bpf_lsm.c | 184 .might_sleep = true, 203 .might_sleep = true,
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | papr-sysparm.c | 103 might_sleep(); in papr_sysparm_get() 159 might_sleep(); in papr_sysparm_set()
|
| H A D | rtas-work-area.c | 86 might_sleep(); in __rtas_work_area_alloc()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_wait_util.h | 25 might_sleep(); \
|
| /linux/kernel/sched/ext/ |
| H A D | arena.c | 103 might_sleep(); in scx_arena_alloc()
|
| /linux/net/wireless/ |
| H A D | wext-proc.c | 76 might_sleep(); in wireless_dev_seq_show()
|
| /linux/drivers/firewire/ |
| H A D | core-iso.c | 243 might_sleep(); in fw_iso_context_flush_completions() 267 might_sleep(); in fw_iso_context_stop()
|
| /linux/crypto/asymmetric_keys/ |
| H A D | pkcs7_trust.c | 73 might_sleep(); in pkcs7_validate_trust_one()
|
| /linux/tools/virtio/linux/ |
| H A D | kernel.h | 153 #define might_sleep() do { } while (0) 147 #define might_sleep( global() macro
|
| /linux/drivers/net/ovpn/ |
| H A D | socket.c | 71 might_sleep(); in ovpn_socket_release()
|
| /linux/drivers/usb/core/ |
| H A D | urb.c | 705 might_sleep(); in usb_kill_urb() 752 might_sleep(); in usb_poison_urb()
|
| /linux/virt/kvm/ |
| H A D | async_pf.c | 56 might_sleep(); in async_pf_execute()
|
| /linux/kernel/sched/ |
| H A D | completion.c | 116 might_sleep(); in __wait_for_common()
|
| /linux/rust/kernel/ |
| H A D | task.rs | 415 /// 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 D | irq_work.c | 289 might_sleep(); in irq_work_sync()
|