/linux-6.6.21/kernel/irq/ |
D | dummychip.c | 29 static void noop(struct irq_data *data) { } in noop() function 42 .irq_shutdown = noop, 43 .irq_enable = noop, 44 .irq_disable = noop, 56 .irq_shutdown = noop, 57 .irq_enable = noop, 58 .irq_disable = noop, 59 .irq_ack = noop, 60 .irq_mask = noop, 61 .irq_unmask = noop,
|
/linux-6.6.21/drivers/irqchip/ |
D | irq-jcore-aic.c | 61 static void noop(struct irq_data *data) in noop() function 100 jcore_aic.irq_mask = noop; in aic_irq_of_init() 101 jcore_aic.irq_unmask = noop; in aic_irq_of_init()
|
/linux-6.6.21/arch/sh/boards/ |
D | of-generic.c | 101 static void noop(void) in noop() function 160 .mv_mem_init = noop,
|
/linux-6.6.21/drivers/gpio/ |
D | gpio-pcf857x.c | 216 static void noop(struct irq_data *data) { } in noop() function 261 .irq_ack = noop, 262 .irq_mask = noop, 263 .irq_unmask = noop,
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | genericirq.rst | 202 noop(struct irq_data *data))
|
/linux-6.6.21/kernel/ |
D | kthread.c | 1136 bool noop = false; in kthread_flush_work() local 1152 noop = true; in kthread_flush_work() 1156 if (!noop) in kthread_flush_work()
|
/linux-6.6.21/arch/alpha/kernel/ |
D | Makefile | 81 obj-$(CONFIG_ALPHA_JENSEN) += sys_jensen.o pci-noop.o irq_i8259.o
|
/linux-6.6.21/drivers/ata/ |
D | libata-transport.c | 367 static int noop(int x) { return x; } in noop() function 385 ata_link_linkspeed_attr(sata_spd, noop);
|
/linux-6.6.21/tools/testing/kunit/test_data/ |
D | test_is_test_passed-no_tests_run_no_header.log | 33 io scheduler noop registered
|
/linux-6.6.21/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 480 goto noop; in nouveau_display_hpd_work() 538 noop: in nouveau_display_hpd_work()
|
/linux-6.6.21/drivers/net/hippi/ |
D | rrunner.h | 676 u32 noop; member
|
/linux-6.6.21/Documentation/networking/ |
D | vrf.rst | 241 …7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN mode DEFAULT group defaul… 298 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN group default qlen 1000
|
/linux-6.6.21/Documentation/core-api/ |
D | genericirq.rst | 213 noop(struct irq_data *data))
|
/linux-6.6.21/Documentation/admin-guide/mm/ |
D | ksm.rst | 155 scan. It's a noop if not a single KSM page hit the
|
/linux-6.6.21/drivers/mfd/ |
D | db8500-prcmu.c | 2534 static void noop(struct irq_data *d) in noop() function 2541 .irq_ack = noop,
|
/linux-6.6.21/net/ipv4/ |
D | tcp_input.c | 1609 goto noop; in tcp_shift_skb_data() 1615 goto noop; in tcp_shift_skb_data() 1652 goto noop; in tcp_shift_skb_data() 1691 noop: in tcp_shift_skb_data()
|
/linux-6.6.21/drivers/watchdog/ |
D | Kconfig | 125 bool "noop" 128 Use noop watchdog pretimeout governor by default. If noop
|
/linux-6.6.21/Documentation/admin-guide/ |
D | cgroup-v2.rst | 631 Limits are in the range [0, max] and defaults to "max", which is noop. 653 noop.
|