Home
last modified time | relevance | path

Searched refs:in_softirq (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/arch/s390/lib/
H A Ddelay.c85 if (in_softirq()) { in __udelay()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpreempt.h99 #define in_softirq() (softirq_count()) macro
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dcomedi_test.c407 if (in_softirq()) { in waveform_ai_cancel()
607 if (in_softirq()) { in waveform_ao_cancel()
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dupdate.c334 return in_softirq() || irqs_disabled(); in rcu_read_lock_bh_held()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_algo.c780 BUG_ON(in_softirq()); in xfrm_probe_algs()
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dtime.c626 if (!irqs_disabled() && !in_interrupt() && !in_softirq()) in timer_read()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dfpsimd.c1133 WARN_ON(!in_softirq() && !irqs_disabled()); in fpsimd_bind_state_to_cpu()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dcall_object.c673 if (in_softirq()) { in rxrpc_rcu_destroy_call()
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_wr.c195 if (in_softirq() || lgr->terminating) { in smc_wr_tx_get_free_slot()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A Dorinoco_usb.c677 if (in_softirq()) { in ezusb_req_ctx_wait()
/OK3568_Linux_fs/kernel/lib/
H A Dlocking-selftest.c203 WARN_ON(!in_softirq());
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h2408 return in_softirq() ? GFP_ATOMIC : GFP_KERNEL; in gfp_any()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_rtt.c1807 kflags = in_softirq()? GFP_ATOMIC : GFP_KERNEL; in dhd_rtt_event_handler()
/OK3568_Linux_fs/kernel/Documentation/kernel-hacking/
H A Dhacking.rst119 :c:func:`in_softirq()` macro (``include/linux/preempt.h``).
H A Dlocking.rst1422 in_softirq() returns true. Tasklets and softirqs both
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst136 macro :c:func:`in_softirq()` (``include/linux/preempt.h``).
H A Dlocking.rst1471 in_softirq() ritorna vero. I tasklet e le softirq sono entrambi
/OK3568_Linux_fs/kernel/mm/
H A Dmemcontrol.c7128 if (in_softirq()) in mem_cgroup_charge_skmem()