| /linux-6.15/net/mac80211/ |
| H A D | driver-ops.h | 43 might_sleep(); in drv_sync_rx_queues() 99 might_sleep(); in drv_suspend() 112 might_sleep(); in drv_resume() 124 might_sleep(); in drv_set_wakeup() 150 might_sleep(); in drv_config() 163 might_sleep(); in drv_vif_cfg_changed() 203 might_sleep(); in drv_configure_filter() 218 might_sleep(); in drv_config_iface_filter() 275 might_sleep(); in drv_hw_scan() 290 might_sleep(); in drv_cancel_hw_scan() [all …]
|
| H A D | driver-ops.c | 17 might_sleep(); in drv_start() 38 might_sleep(); in drv_stop() 62 might_sleep(); in drv_add_interface() 96 might_sleep(); in drv_change_interface() 111 might_sleep(); in drv_remove_interface() 142 might_sleep(); in drv_sta_state() 176 might_sleep(); in drv_sta_set_txpwr() 219 might_sleep(); in drv_conf_tx() 252 might_sleep(); in drv_get_tsf() 269 might_sleep(); in drv_set_tsf() [all …]
|
| /linux-6.15/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-6.15/include/linux/ |
| H A D | wait_bit.h | 74 might_sleep(); in wait_on_bit() 102 might_sleep(); in wait_on_bit_io() 134 might_sleep(); in wait_on_bit_timeout() 164 might_sleep(); in wait_on_bit_action() 191 might_sleep(); in wait_on_bit_lock() 218 might_sleep(); in wait_on_bit_lock_io() 243 might_sleep(); in wait_on_bit_lock_action() 305 might_sleep(); \ 333 might_sleep(); \ 364 might_sleep(); \ [all …]
|
| H A D | wait.h | 345 might_sleep(); \ 360 might_sleep(); \ 385 might_sleep(); \ 418 might_sleep(); \ 436 might_sleep(); \ 502 might_sleep(); \ 536 might_sleep(); \ 587 might_sleep(); \ 613 might_sleep(); \ 627 might_sleep(); \ [all …]
|
| H A D | virtio_config.h | 398 might_sleep(); \ 428 might_sleep(); \ 462 might_sleep(); \ 510 might_sleep(); in __virtio_cread_many() 534 might_sleep(); in virtio_cread8() 542 might_sleep(); in virtio_cwrite8() 551 might_sleep(); in virtio_cread16() 561 might_sleep(); in virtio_cwrite16() 571 might_sleep(); in virtio_cread32() 581 might_sleep(); in virtio_cwrite32() [all …]
|
| H A D | pwm.h | 505 might_sleep(); in pwm_apply_might_sleep() 528 might_sleep(); in pwm_config() 534 might_sleep(); in pwm_enable() 540 might_sleep(); in pwm_disable() 579 might_sleep(); in pwm_get() 585 might_sleep(); in pwm_put() 591 might_sleep(); in devm_pwm_get() 599 might_sleep(); in devm_fwnode_pwm_get()
|
| H A D | highmem-internal.h | 44 might_sleep(); in kmap() 55 might_sleep(); in kunmap() 164 might_sleep(); in kmap()
|
| H A D | kernel.h | 105 # define might_sleep() \ macro 148 # define might_sleep() do { might_resched(); } while (0) macro 156 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0)
|
| H A D | clk.h | 330 might_sleep(); in clk_prepare() 337 might_sleep(); in clk_bulk_prepare() 362 might_sleep(); in clk_unprepare() 367 might_sleep(); in clk_bulk_unprepare()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-op-mode.h | 188 might_sleep(); in iwl_op_mode_stop() 222 might_sleep(); in iwl_op_mode_hw_rf_kill() 243 might_sleep(); in iwl_op_mode_dump_error() 251 might_sleep(); in iwl_op_mode_nic_config() 258 might_sleep(); in iwl_op_mode_wimax_active()
|
| H A D | iwl-trans.c | 409 might_sleep(); in iwl_trans_start_hw() 417 might_sleep(); in iwl_trans_op_mode_leave() 500 might_sleep(); in iwl_trans_d3_suspend() 509 might_sleep(); in iwl_trans_d3_resume() 563 might_sleep(); in iwl_trans_fw_alive() 579 might_sleep(); in iwl_trans_start_fw() 599 might_sleep(); in iwl_trans_stop_device() 680 might_sleep(); in iwl_trans_txq_enable_cfg() 753 might_sleep(); in iwl_trans_txq_alloc()
|
| /linux-6.15/virt/lib/ |
| H A D | irqbypass.c | 93 might_sleep(); in irq_bypass_register_producer() 143 might_sleep(); in irq_bypass_unregister_producer() 189 might_sleep(); in irq_bypass_register_consumer() 239 might_sleep(); in irq_bypass_unregister_consumer()
|
| /linux-6.15/security/landlock/ |
| H A D | ruleset.c | 166 might_sleep(); in free_rule() 213 might_sleep(); in insert_rule() 320 might_sleep(); in merge_tree() 359 might_sleep(); in merge_ruleset() 405 might_sleep(); in inherit_tree() 434 might_sleep(); in inherit_ruleset() 479 might_sleep(); in free_ruleset() 496 might_sleep(); in landlock_put_ruleset() 538 might_sleep(); in landlock_merge_ruleset()
|
| /linux-6.15/kernel/locking/ |
| H A D | semaphore.c | 59 might_sleep(); in down() 83 might_sleep(); in down_interruptible() 110 might_sleep(); in down_killable() 165 might_sleep(); in down_timeout()
|
| H A D | mutex.c | 274 might_sleep(); in mutex_lock() 578 might_sleep(); in __mutex_lock_common() 829 might_sleep(); in mutex_lock_io_nested() 869 might_sleep(); in ww_mutex_lock() 884 might_sleep(); in ww_mutex_lock_interruptible() 977 might_sleep(); in mutex_lock_interruptible() 1001 might_sleep(); in mutex_lock_killable() 1097 might_sleep(); in ww_mutex_lock() 1112 might_sleep(); in ww_mutex_lock_interruptible()
|
| H A D | rwsem.c | 1523 might_sleep(); in down_read() 1532 might_sleep(); in down_read_interruptible() 1546 might_sleep(); in down_read_killable() 1576 might_sleep(); in down_write() 1587 might_sleep(); in down_write_killable() 1648 might_sleep(); in down_read_nested() 1656 might_sleep(); in down_read_killable_nested() 1670 might_sleep(); in _down_write_nest_lock() 1678 might_sleep(); in down_read_non_owner() 1692 might_sleep(); in down_write_nested() [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | summarization.c | 41 long might_sleep(struct pt_regs *ctx __arg_ctx) in might_sleep() function 58 might_sleep(ctx); in main_might_sleep_with_subprogs()
|
| H A D | summarization_freplace.c | 19 long might_sleep(struct pt_regs *ctx) in might_sleep() function
|
| /linux-6.15/arch/x86/lib/ |
| H A D | csum-wrappers_64.c | 26 might_sleep(); in csum_and_copy_from_user() 48 might_sleep(); in csum_and_copy_to_user()
|
| /linux-6.15/drivers/tty/ |
| H A D | tty_ldsem.c | 339 might_sleep(); in ldsem_down_read() 365 might_sleep(); in ldsem_down_write() 402 might_sleep(); in ldsem_down_read_nested() 409 might_sleep(); in ldsem_down_write_nested()
|
| /linux-6.15/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-6.15/include/linux/gpio/ |
| H A D | consumer.h | 239 might_sleep(); in gpiod_put() 248 might_sleep(); in devm_gpiod_unhinge() 256 might_sleep(); in gpiod_put_array() 309 might_sleep(); in devm_gpiod_put() 318 might_sleep(); in devm_gpiod_put_array()
|
| /linux-6.15/fs/ext4/ |
| H A D | ext4_jbd2.c | 69 might_sleep(); in ext4_journal_check_start() 238 might_sleep(); in __ext4_journal_get_write_access() 273 might_sleep(); in __ext4_forget() 352 might_sleep(); in __ext4_handle_dirty_metadata()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | intel_wakeref.h | 96 might_sleep(); in intel_wakeref_get() 172 might_sleep(); in intel_wakeref_put()
|