| /linux/kernel/irq/ |
| H A 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,
|
| H A D | irq_test.c | 20 static void noop(struct irq_data *data) { } in noop() function 34 .irq_shutdown = noop, 35 .irq_enable = noop, 36 .irq_disable = noop, 37 .irq_ack = noop, 38 .irq_mask = noop, 39 .irq_unmask = noop,
|
| /linux/drivers/irqchip/ |
| H A 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/arch/sh/boards/ |
| H A D | of-generic.c | 103 static void noop(void) in noop() function 162 .mv_mem_init = noop,
|
| /linux/drivers/gpio/ |
| H A D | gpio-pcf857x.c | 221 static void noop(struct irq_data *data) { } in noop() function 266 .irq_ack = noop, 267 .irq_mask = noop, 268 .irq_unmask = noop,
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | genericirq.rst | 202 noop(struct irq_data *data))
|
| /linux/kernel/ |
| H A D | kthread.c | 1321 bool noop = false; in kthread_flush_work() local 1337 noop = true; in kthread_flush_work() 1341 if (!noop) in kthread_flush_work()
|
| /linux/drivers/ata/ |
| H A D | libata-transport.c | 605 static int noop(int x) in noop() function 627 ata_link_linkspeed_attr(sata_spd, noop);
|
| /linux/tools/testing/kunit/test_data/ |
| H A D | test_is_test_passed-no_tests_run_no_header.log | 33 io scheduler noop registered
|
| /linux/drivers/net/hippi/ |
| H A D | rrunner.h | 676 u32 noop; member
|
| /linux/Documentation/networking/ |
| H A 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/tools/testing/selftests/bpf/progs/ |
| H A D | iters.c | 1719 static int noop(void) in noop() function
|
| /linux/Documentation/core-api/ |
| H A D | genericirq.rst | 213 noop(struct irq_data *data)
|
| /linux/drivers/mfd/ |
| H A D | db8500-prcmu.c | 2534 static void noop(struct irq_data *d) in noop() function 2541 .irq_ack = noop,
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | ksm.rst | 158 scan. It's a noop if not a single KSM page hit the
|
| /linux/net/ipv4/ |
| H A D | tcp_input.c | 1798 goto noop; in tcp_shift_skb_data() 1804 goto noop; in tcp_shift_skb_data() 1841 goto noop; in tcp_shift_skb_data() 1880 noop: in tcp_shift_skb_data()
|
| /linux/drivers/watchdog/ |
| H A D | Kconfig | 125 bool "noop" 128 Use noop watchdog pretimeout governor by default. If noop
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 692 Limits are in the range [0, max] and defaults to "max", which is noop. 714 noop.
|