Home
last modified time | relevance | path

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

12345678910

/linux/net/mac80211/
H A Ddriver-ops.h44 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 Ddriver-ops.c17 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 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 Dwait_bit.h74 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 Dwait.h347 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 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 Dpwm.h515 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 Dkernel.h93 # 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 Dhighmem-internal.h44 might_sleep(); in kmap()
55 might_sleep(); in kunmap()
172 might_sleep(); in kmap()
H A Dclk.h330 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 Diwl-op-mode.h199 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 Diwl-trans.c406 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 Druleset.c166 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 Dmutex.c271 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 Dsemaphore.c95 might_sleep(); in down()
119 might_sleep(); in down_interruptible()
146 might_sleep(); in down_killable()
201 might_sleep(); in down_timeout()
H A Drwsem.c1536 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 Dpoll.rs10 task::might_sleep,
81 might_sleep(); in read_poll_timeout()
/linux/tools/testing/selftests/bpf/progs/
H A Dsummarization.c41 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 Dcsum-wrappers_64.c26 might_sleep(); in csum_and_copy_from_user()
48 might_sleep(); in csum_and_copy_to_user()
/linux/drivers/tty/
H A Dtty_ldsem.c339 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 Dchecksum_32.h49 might_sleep(); in csum_and_copy_from_user()
177 might_sleep(); in csum_and_copy_to_user()
/linux/include/linux/gpio/
H A Dconsumer.h242 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 Dext4_jbd2.c70 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 Di915_gem_wait.c168 might_sleep(); in i915_gem_object_wait()
286 might_sleep(); in i915_gem_object_wait_migration()
/linux/drivers/gpu/drm/i915/
H A Dintel_wakeref.h93 might_sleep(); in intel_wakeref_get()
169 might_sleep(); in intel_wakeref_put()

12345678910