Home
last modified time | relevance | path

Searched defs:ignore (Results 1 – 25 of 107) sorted by relevance

12345

/kernel/linux/linux-5.10/kernel/trace/
Dblktrace.c849 static void blk_add_trace_rq_insert(void *ignore, struct request *rq) in blk_add_trace_rq_insert()
855 static void blk_add_trace_rq_issue(void *ignore, struct request *rq) in blk_add_trace_rq_issue()
861 static void blk_add_trace_rq_merge(void *ignore, struct request *rq) in blk_add_trace_rq_merge()
867 static void blk_add_trace_rq_requeue(void *ignore, struct request *rq) in blk_add_trace_rq_requeue()
873 static void blk_add_trace_rq_complete(void *ignore, struct request *rq, in blk_add_trace_rq_complete()
909 static void blk_add_trace_bio_bounce(void *ignore, in blk_add_trace_bio_bounce()
915 static void blk_add_trace_bio_complete(void *ignore, in blk_add_trace_bio_complete()
922 static void blk_add_trace_bio_backmerge(void *ignore, in blk_add_trace_bio_backmerge()
930 static void blk_add_trace_bio_frontmerge(void *ignore, in blk_add_trace_bio_frontmerge()
938 static void blk_add_trace_bio_queue(void *ignore, in blk_add_trace_bio_queue()
[all …]
Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
38 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup()
Dtrace_sched_wakeup.c366 probe_wakeup_migrate_task(void *ignore, struct task_struct *task, int cpu) in probe_wakeup_migrate_task()
431 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
526 probe_wakeup(void *ignore, struct task_struct *p) in probe_wakeup()
/kernel/linux/linux-6.6/kernel/trace/
Dblktrace.c849 static void blk_add_trace_rq_insert(void *ignore, struct request *rq) in blk_add_trace_rq_insert()
855 static void blk_add_trace_rq_issue(void *ignore, struct request *rq) in blk_add_trace_rq_issue()
861 static void blk_add_trace_rq_merge(void *ignore, struct request *rq) in blk_add_trace_rq_merge()
867 static void blk_add_trace_rq_requeue(void *ignore, struct request *rq) in blk_add_trace_rq_requeue()
873 static void blk_add_trace_rq_complete(void *ignore, struct request *rq, in blk_add_trace_rq_complete()
909 static void blk_add_trace_bio_bounce(void *ignore, struct bio *bio) in blk_add_trace_bio_bounce()
914 static void blk_add_trace_bio_complete(void *ignore, in blk_add_trace_bio_complete()
921 static void blk_add_trace_bio_backmerge(void *ignore, struct bio *bio) in blk_add_trace_bio_backmerge()
927 static void blk_add_trace_bio_frontmerge(void *ignore, struct bio *bio) in blk_add_trace_bio_frontmerge()
933 static void blk_add_trace_bio_queue(void *ignore, struct bio *bio) in blk_add_trace_bio_queue()
[all …]
Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
39 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup()
Dtrace_sched_wakeup.c363 probe_wakeup_migrate_task(void *ignore, struct task_struct *task, int cpu) in probe_wakeup_migrate_task()
428 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
524 probe_wakeup(void *ignore, struct task_struct *p) in probe_wakeup()
/kernel/linux/linux-5.10/scripts/
Dcheckkconfigsymbols.py268 def find_sims(symbol, ignore, defined=[]): argument
307 def check_symbols(ignore): argument
320 def check_symbols_helper(pool, ignore): argument
/kernel/linux/linux-6.6/scripts/
Dcheckkconfigsymbols.py270 def find_sims(symbol, ignore, defined=[]): argument
309 def check_symbols(ignore): argument
322 def check_symbols_helper(pool, ignore): argument
/kernel/linux/linux-5.10/drivers/crypto/nx/
Dnx-842.c162 u16 *ignore, in compress()
260 u16 ignore = 0; in nx842_crypto_compress() local
339 u16 ignore) in decompress()
441 u16 ignore = 0; in nx842_crypto_decompress() local
/kernel/linux/linux-6.6/drivers/crypto/nx/
Dnx-842.c162 u16 *ignore, in compress()
260 u16 ignore = 0; in nx842_crypto_compress() local
339 u16 ignore) in decompress()
441 u16 ignore = 0; in nx842_crypto_decompress() local
/kernel/linux/linux-6.6/drivers/sh/intc/
Daccess.c76 unsigned long ignore) in test_8()
83 unsigned long ignore) in test_16()
90 unsigned long ignore) in test_32()
/kernel/linux/linux-5.10/drivers/sh/intc/
Daccess.c76 unsigned long ignore) in test_8()
83 unsigned long ignore) in test_16()
90 unsigned long ignore) in test_32()
/kernel/linux/linux-6.6/arch/x86/events/intel/
Duncore_discovery.c206 uncore_ignore_unit(struct uncore_unit_discovery *unit, int *ignore) in uncore_ignore_unit()
223 int *ignore) in parse_discovery_table()
289 bool intel_uncore_has_discovery_tables(int *ignore) in intel_uncore_has_discovery_tables()
/kernel/liteos_a/net/lwip-2.1/porting/src/
Dsys_arch.c195 void *ignore = 0; /* if msg==NULL, the fetched msg should be dropped */ in sys_arch_mbox_fetch() local
213 void *ignore = 0; /* if msg==NULL, the fetched msg should be dropped */ in sys_arch_mbox_tryfetch() local
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
Dsys_arch.c215 void *ignore = 0; /* if msg==NULL, the fetched msg should be dropped */ in sys_arch_mbox_fetch() local
238 void *ignore = 0; /* if msg==NULL, the fetched msg should be dropped */ in sys_arch_mbox_tryfetch() local
/kernel/uniproton/src/net/lwip-2.1/src/
Dsys_arch.c203 void *ignore = 0; /* if msg == NULL, the fetched msg should be dropped */ in sys_arch_mbox_fetch() local
227 void *ignore = 0; /* if msg==NULL, the fetched msg should be dropped */ in sys_arch_mbox_tryfetch() local
/kernel/linux/linux-5.10/net/core/
Ddrop_monitor.c265 static void trace_kfree_skb_hit(void *ignore, struct sk_buff *skb, void *location) in trace_kfree_skb_hit()
270 static void trace_napi_poll_hit(void *ignore, struct napi_struct *napi, in trace_napi_poll_hit()
441 net_dm_hw_trap_summary_probe(void *ignore, const struct devlink *devlink, in net_dm_hw_trap_summary_probe()
495 static void net_dm_packet_trace_kfree_skb_hit(void *ignore, in net_dm_packet_trace_kfree_skb_hit()
538 static void net_dm_packet_trace_napi_poll_hit(void *ignore, in net_dm_packet_trace_napi_poll_hit()
937 net_dm_hw_trap_packet_probe(void *ignore, const struct devlink *devlink, in net_dm_hw_trap_packet_probe()
/kernel/linux/linux-6.6/net/core/
Ddrop_monitor.c265 static void trace_kfree_skb_hit(void *ignore, struct sk_buff *skb, in trace_kfree_skb_hit()
272 static void trace_napi_poll_hit(void *ignore, struct napi_struct *napi, in trace_napi_poll_hit()
437 net_dm_hw_trap_summary_probe(void *ignore, const struct devlink *devlink, in net_dm_hw_trap_summary_probe()
491 static void net_dm_packet_trace_kfree_skb_hit(void *ignore, in net_dm_packet_trace_kfree_skb_hit()
538 static void net_dm_packet_trace_napi_poll_hit(void *ignore, in net_dm_packet_trace_napi_poll_hit()
961 net_dm_hw_trap_packet_probe(void *ignore, const struct devlink *devlink, in net_dm_hw_trap_packet_probe()
/kernel/linux/linux-5.10/arch/x86/oprofile/
Dop_model_ppro.c228 static int arch_perfmon_init(struct oprofile_operations *ignore) in arch_perfmon_init()
/kernel/linux/linux-6.6/tools/usb/
Dffs-test.c501 fill_in_buf(struct thread *ignore, void *buf, size_t nbytes) in fill_in_buf()
526 empty_out_buf(struct thread *ignore, const void *buf, size_t nbytes) in empty_out_buf()
588 ep0_consume(struct thread *ignore, const void *buf, size_t nbytes) in ep0_consume()
/kernel/linux/linux-5.10/tools/usb/
Dffs-test.c501 fill_in_buf(struct thread *ignore, void *buf, size_t nbytes) in fill_in_buf()
526 empty_out_buf(struct thread *ignore, const void *buf, size_t nbytes) in empty_out_buf()
588 ep0_consume(struct thread *ignore, const void *buf, size_t nbytes) in ep0_consume()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
Dbadge4.c162 static int __init five_v_on_setup(char *ignore) in five_v_on_setup()
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
Dqman_test_stash.c517 static int send_first_frame(void *ignore) in send_first_frame()
552 static void send_first_frame_cb(void *ignore) in send_first_frame_cb()
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/
Dqman_test_stash.c519 static int send_first_frame(void *ignore) in send_first_frame()
554 static void send_first_frame_cb(void *ignore) in send_first_frame_cb()
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
Dxpc_main.c248 xpc_hb_checker(void *ignore) in xpc_hb_checker()
307 xpc_initiate_discovery(void *ignore) in xpc_initiate_discovery()

12345