Home
last modified time | relevance | path

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

123456789

/Linux-v5.15/net/mac802154/
Ddriver-ops.h22 might_sleep(); in drv_xmit_sync()
31 might_sleep(); in drv_start()
43 might_sleep(); in drv_stop()
63 might_sleep(); in drv_set_channel()
75 might_sleep(); in drv_set_tx_power()
93 might_sleep(); in drv_set_cca_mode()
110 might_sleep(); in drv_set_lbt_mode()
128 might_sleep(); in drv_set_cca_ed_level()
146 might_sleep(); in drv_set_pan_id()
168 might_sleep(); in drv_set_extended_addr()
[all …]
/Linux-v5.15/net/mac80211/
Ddriver-ops.h94 might_sleep(); in drv_suspend()
106 might_sleep(); in drv_resume()
117 might_sleep(); in drv_set_wakeup()
142 might_sleep(); in drv_config()
155 might_sleep(); in drv_bss_info_changed()
201 might_sleep(); in drv_configure_filter()
215 might_sleep(); in drv_config_iface_filter()
245 might_sleep(); in drv_set_key()
285 might_sleep(); in drv_hw_scan()
299 might_sleep(); in drv_cancel_hw_scan()
[all …]
Ddriver-ops.c14 might_sleep(); in drv_start()
34 might_sleep(); in drv_stop()
57 might_sleep(); in drv_add_interface()
81 might_sleep(); in drv_change_interface()
95 might_sleep(); in drv_remove_interface()
115 might_sleep(); in drv_sta_state()
148 might_sleep(); in drv_sta_set_txpwr()
188 might_sleep(); in drv_conf_tx()
217 might_sleep(); in drv_get_tsf()
233 might_sleep(); in drv_set_tsf()
[all …]
/Linux-v5.15/include/linux/
Dwait_bit.h73 might_sleep(); in wait_on_bit()
98 might_sleep(); in wait_on_bit_io()
125 might_sleep(); in wait_on_bit_timeout()
153 might_sleep(); in wait_on_bit_action()
181 might_sleep(); in wait_on_bit_lock()
205 might_sleep(); in wait_on_bit_lock_io()
232 might_sleep(); in wait_on_bit_lock_action()
275 might_sleep(); \
288 might_sleep(); \
302 might_sleep(); \
[all …]
Dwait.h316 might_sleep(); \
331 might_sleep(); \
356 might_sleep(); \
389 might_sleep(); \
407 might_sleep(); \
473 might_sleep(); \
507 might_sleep(); \
557 might_sleep(); \
583 might_sleep(); \
597 might_sleep(); \
[all …]
Dvirtio_config.h332 might_sleep(); \
362 might_sleep(); \
396 might_sleep(); \
425 might_sleep(); \
444 might_sleep(); in __virtio_cread_many()
468 might_sleep(); in virtio_cread8()
476 might_sleep(); in virtio_cwrite8()
485 might_sleep(); in virtio_cread16()
495 might_sleep(); in virtio_cwrite16()
505 might_sleep(); in virtio_cread32()
[all …]
Dhighmem-internal.h44 might_sleep(); in kmap()
55 might_sleep(); in kunmap()
155 might_sleep(); in kmap()
Drcutiny.h23 might_sleep(); in cond_synchronize_rcu()
49 might_sleep(); in kvfree_call_rcu()
Dclk.h273 might_sleep(); in clk_prepare()
280 might_sleep(); in clk_bulk_prepare()
305 might_sleep(); in clk_unprepare()
310 might_sleep(); in clk_bulk_unprepare()
Dgpio.h132 might_sleep(); in gpio_free()
140 might_sleep(); in gpio_free_array()
/Linux-v5.15/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
Dtest.c19 might_sleep(); in rcu_reader()
31 might_sleep(); in rcu_reader()
40 might_sleep(); in thread_update()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/
Diwl-op-mode.h131 might_sleep(); in iwl_op_mode_stop()
172 might_sleep(); in iwl_op_mode_hw_rf_kill()
196 might_sleep(); in iwl_op_mode_nic_config()
202 might_sleep(); in iwl_op_mode_wimax_active()
Diwl-trans.h1014 might_sleep(); in iwl_trans_start_hw()
1021 might_sleep(); in iwl_trans_op_mode_leave()
1033 might_sleep(); in iwl_trans_fw_alive()
1046 might_sleep(); in iwl_trans_start_fw()
1060 might_sleep(); in iwl_trans_stop_device()
1070 might_sleep(); in iwl_trans_d3_suspend()
1081 might_sleep(); in iwl_trans_d3_resume()
1157 might_sleep(); in iwl_trans_txq_enable_cfg()
1193 might_sleep(); in iwl_trans_txq_alloc()
/Linux-v5.15/security/landlock/
Druleset.c106 might_sleep(); in free_rule()
153 might_sleep(); in insert_rule()
265 might_sleep(); in merge_ruleset()
318 might_sleep(); in inherit_ruleset()
360 might_sleep(); in free_ruleset()
370 might_sleep(); in landlock_put_ruleset()
408 might_sleep(); in landlock_merge_ruleset()
/Linux-v5.15/kernel/locking/
Dsemaphore.c57 might_sleep(); in down()
81 might_sleep(); in down_interruptible()
108 might_sleep(); in down_killable()
163 might_sleep(); in down_timeout()
Dmutex.c277 might_sleep(); in mutex_lock()
573 might_sleep(); in __mutex_lock_common()
774 might_sleep(); in mutex_lock_io_nested()
814 might_sleep(); in ww_mutex_lock()
829 might_sleep(); in ww_mutex_lock_interruptible()
923 might_sleep(); in mutex_lock_interruptible()
947 might_sleep(); in mutex_lock_killable()
1043 might_sleep(); in ww_mutex_lock()
1058 might_sleep(); in ww_mutex_lock_interruptible()
Drwsem.c1463 might_sleep(); in down_read()
1472 might_sleep(); in down_read_interruptible()
1486 might_sleep(); in down_read_killable()
1516 might_sleep(); in down_write()
1527 might_sleep(); in down_write_killable()
1588 might_sleep(); in down_read_nested()
1596 might_sleep(); in down_read_killable_nested()
1610 might_sleep(); in _down_write_nest_lock()
1618 might_sleep(); in down_read_non_owner()
1626 might_sleep(); in down_write_nested()
[all …]
/Linux-v5.15/virt/lib/
Dirqbypass.c93 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-v5.15/arch/x86/lib/
Dcsum-wrappers_64.c28 might_sleep(); in csum_and_copy_from_user()
53 might_sleep(); in csum_and_copy_to_user()
/Linux-v5.15/drivers/tty/
Dtty_ldsem.c339 might_sleep(); in ldsem_down_read()
365 might_sleep(); in ldsem_down_write()
419 might_sleep(); in ldsem_down_read_nested()
426 might_sleep(); in ldsem_down_write_nested()
/Linux-v5.15/include/asm-generic/
Dgpio.h160 might_sleep(); in gpio_get_value_cansleep()
166 might_sleep(); in gpio_set_value_cansleep()
/Linux-v5.15/arch/x86/include/asm/
Dchecksum_32.h49 might_sleep(); in csum_and_copy_from_user()
177 might_sleep(); in csum_and_copy_to_user()
/Linux-v5.15/fs/ext4/
Dext4_jbd2.c68 might_sleep(); in ext4_journal_check_start()
227 might_sleep(); in __ext4_journal_get_write_access()
263 might_sleep(); in __ext4_forget()
342 might_sleep(); in __ext4_handle_dirty_metadata()
/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_wakeref.h83 might_sleep(); in intel_wakeref_get()
155 might_sleep(); in intel_wakeref_put()
/Linux-v5.15/include/linux/gpio/
Dconsumer.h246 might_sleep(); in gpiod_put()
255 might_sleep(); in devm_gpiod_unhinge()
263 might_sleep(); in gpiod_put_array()
316 might_sleep(); in devm_gpiod_put()
325 might_sleep(); in devm_gpiod_put_array()

123456789