| /linux/net/mac80211/ |
| H A D | driver-ops.h | 44 might_sleep(); in drv_sync_rx_queues() 100 might_sleep(); in drv_suspend() 113 might_sleep(); in drv_resume() 125 might_sleep(); in drv_set_wakeup() 152 might_sleep(); in drv_config() 165 might_sleep(); in drv_vif_cfg_changed() 205 might_sleep(); in drv_configure_filter() 220 might_sleep(); in drv_config_iface_filter() 277 might_sleep(); in drv_hw_scan() 292 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/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 | 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 | 347 might_sleep(); \ 362 might_sleep(); \ 387 might_sleep(); \ 420 might_sleep(); \ 438 might_sleep(); \ 504 might_sleep(); \ 538 might_sleep(); \ 589 might_sleep(); \ 615 might_sleep(); \ 629 might_sleep(); \ [all …]
|
| 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 | pwm.h | 515 might_sleep(); in pwm_apply_might_sleep() 538 might_sleep(); in pwm_config() 544 might_sleep(); in pwm_enable() 550 might_sleep(); in pwm_disable() 589 might_sleep(); in pwm_get() 595 might_sleep(); in pwm_put() 601 might_sleep(); in devm_pwm_get() 609 might_sleep(); in devm_fwnode_pwm_get()
|
| H A D | kernel.h | 93 # define might_sleep() \ macro 136 # define might_sleep() do { might_resched(); } while (0) macro 144 #define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0)
|
| H A D | highmem-internal.h | 44 might_sleep(); in kmap() 55 might_sleep(); in kunmap() 172 might_sleep(); in kmap()
|
| 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/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-op-mode.h | 199 might_sleep(); in iwl_op_mode_stop() 233 might_sleep(); in iwl_op_mode_hw_rf_kill() 254 might_sleep(); in iwl_op_mode_dump_error() 265 might_sleep(); in iwl_op_mode_nic_config() 272 might_sleep(); in iwl_op_mode_wimax_active()
|
| H A D | iwl-trans.c | 406 might_sleep(); in iwl_trans_start_hw() 416 might_sleep(); in iwl_trans_op_mode_leave() 508 might_sleep(); in iwl_trans_d3_suspend() 516 might_sleep(); in iwl_trans_d3_resume() 566 might_sleep(); in iwl_trans_fw_alive() 583 might_sleep(); in iwl_trans_start_fw() 607 might_sleep(); in iwl_trans_stop_device() 688 might_sleep(); in iwl_trans_txq_enable_cfg() 760 might_sleep(); in iwl_trans_txq_alloc()
|
| /linux/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/kernel/locking/ |
| H A D | mutex.c | 271 might_sleep(); in mutex_lock() 575 might_sleep(); in __mutex_lock_common() 844 might_sleep(); in mutex_lock_io_nested() 884 might_sleep(); in ww_mutex_lock() 899 might_sleep(); in ww_mutex_lock_interruptible() 993 might_sleep(); in mutex_lock_interruptible() 1017 might_sleep(); in mutex_lock_killable() 1121 might_sleep(); in ww_mutex_lock() 1136 might_sleep(); in ww_mutex_lock_interruptible()
|
| H A D | semaphore.c | 95 might_sleep(); in down() 119 might_sleep(); in down_interruptible() 146 might_sleep(); in down_killable() 201 might_sleep(); in down_timeout()
|
| H A D | rwsem.c | 1536 might_sleep(); in down_read() 1545 might_sleep(); in down_read_interruptible() 1559 might_sleep(); in down_read_killable() 1589 might_sleep(); in down_write() 1600 might_sleep(); in down_write_killable() 1661 might_sleep(); in down_read_nested() 1669 might_sleep(); in down_read_killable_nested() 1683 might_sleep(); in _down_write_nest_lock() 1691 might_sleep(); in down_read_non_owner() 1705 might_sleep(); in down_write_nested() [all …]
|
| /linux/rust/kernel/io/ |
| H A D | poll.rs | 10 task::might_sleep, 81 might_sleep(); in read_poll_timeout()
|
| /linux/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()
|
| /linux/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/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/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/include/linux/gpio/ |
| H A D | consumer.h | 242 might_sleep(); in gpiod_put() 251 might_sleep(); in devm_gpiod_unhinge() 259 might_sleep(); in gpiod_put_array() 312 might_sleep(); in devm_gpiod_put() 321 might_sleep(); in devm_gpiod_put_array()
|
| /linux/fs/ext4/ |
| H A D | ext4_jbd2.c | 70 might_sleep(); in ext4_journal_check_start() 239 might_sleep(); in __ext4_journal_get_write_access() 274 might_sleep(); in __ext4_forget() 360 might_sleep(); in __ext4_handle_dirty_metadata()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_wait.c | 168 might_sleep(); in i915_gem_object_wait() 286 might_sleep(); in i915_gem_object_wait_migration()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | intel_wakeref.h | 93 might_sleep(); in intel_wakeref_get() 169 might_sleep(); in intel_wakeref_put()
|