Home
last modified time | relevance | path

Searched defs:comm (Results 1 – 25 of 245) sorted by relevance

12345678910

/kernel/linux/linux-6.6/drivers/net/ethernet/sunplus/
Dspl2sw_desc.c13 void spl2sw_rx_descs_flush(struct spl2sw_common *comm) in spl2sw_rx_descs_flush()
33 void spl2sw_tx_descs_clean(struct spl2sw_common *comm) in spl2sw_tx_descs_clean()
60 void spl2sw_rx_descs_clean(struct spl2sw_common *comm) in spl2sw_rx_descs_clean()
92 void spl2sw_descs_clean(struct spl2sw_common *comm) in spl2sw_descs_clean()
98 void spl2sw_descs_free(struct spl2sw_common *comm) in spl2sw_descs_free()
117 void spl2sw_tx_descs_init(struct spl2sw_common *comm) in spl2sw_tx_descs_init()
123 int spl2sw_rx_descs_init(struct spl2sw_common *comm) in spl2sw_rx_descs_init()
169 int spl2sw_descs_alloc(struct spl2sw_common *comm) in spl2sw_descs_alloc()
197 int spl2sw_descs_init(struct spl2sw_common *comm) in spl2sw_descs_init()
Dspl2sw_mac.c16 void spl2sw_mac_hw_stop(struct spl2sw_common *comm) in spl2sw_mac_hw_stop()
37 void spl2sw_mac_hw_start(struct spl2sw_common *comm) in spl2sw_mac_hw_start()
55 struct spl2sw_common *comm = mac->comm; in spl2sw_mac_addr_add() local
90 struct spl2sw_common *comm = mac->comm; in spl2sw_mac_addr_del() local
124 void spl2sw_mac_hw_init(struct spl2sw_common *comm) in spl2sw_mac_hw_init()
220 struct spl2sw_common *comm = mac->comm; in spl2sw_mac_rx_mode_set() local
246 void spl2sw_mac_init(struct spl2sw_common *comm) in spl2sw_mac_init()
257 void spl2sw_mac_soft_reset(struct spl2sw_common *comm) in spl2sw_mac_soft_reset()
Dspl2sw_mdio.c18 static int spl2sw_mdio_access(struct spl2sw_common *comm, u8 cmd, u8 addr, u8 regnum, u16 wdata) in spl2sw_mdio_access()
62 struct spl2sw_common *comm = bus->priv; in spl2sw_mii_read() local
69 struct spl2sw_common *comm = bus->priv; in spl2sw_mii_write() local
79 u32 spl2sw_mdio_init(struct spl2sw_common *comm) in spl2sw_mdio_init()
119 void spl2sw_mdio_remove(struct spl2sw_common *comm) in spl2sw_mdio_remove()
Dspl2sw_driver.c28 struct spl2sw_common *comm = mac->comm; in spl2sw_ethernet_open() local
52 struct spl2sw_common *comm = mac->comm; in spl2sw_ethernet_stop() local
69 struct spl2sw_common *comm = mac->comm; in spl2sw_ethernet_start_xmit() local
171 struct spl2sw_common *comm = mac->comm; in spl2sw_ethernet_tx_timeout() local
324 struct spl2sw_common *comm; in spl2sw_probe() local
516 struct spl2sw_common *comm; in spl2sw_remove() local
Dspl2sw_phy.c18 struct spl2sw_common *comm = mac->comm; in spl2sw_mii_link_change() local
56 int spl2sw_phy_connect(struct spl2sw_common *comm) in spl2sw_phy_connect()
79 void spl2sw_phy_remove(struct spl2sw_common *comm) in spl2sw_phy_remove()
Dspl2sw_int.c19 struct spl2sw_common *comm = container_of(napi, struct spl2sw_common, rx_napi); in spl2sw_rx_poll() local
140 struct spl2sw_common *comm = container_of(napi, struct spl2sw_common, tx_napi); in spl2sw_tx_poll() local
213 struct spl2sw_common *comm = (struct spl2sw_common *)dev_id; in spl2sw_ethernet_interrupt() local
/kernel/linux/linux-6.6/tools/perf/util/
Dcomm.h11 struct comm { struct
12 struct comm_str *comm_str; argument
22 void comm__free(struct comm *comm); argument
Dthread.c46 struct comm *comm; in thread__new() local
91 struct comm *comm, *tmp_comm; in thread__delete() local
209 struct comm *comm, *last = NULL, *second_last = NULL; in thread__exec_comm() local
269 char *comm = NULL; in thread__set_comm_from_proc() local
285 const struct comm *comm = thread__comm(thread); in __thread__comm_str() local
304 static int __thread__comm_len(struct thread *thread, const char *comm) in __thread__comm_len()
319 const char *comm; in thread__comm_len() local
397 const char *comm = thread__comm_str(parent); in thread__fork() local
Dcomm.c110 struct comm *comm = zalloc(sizeof(*comm)); in comm__new() local
127 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
144 void comm__free(struct comm *comm) in comm__free()
150 const char *comm__str(const struct comm *comm) in comm__str()
Ddb-export.c82 static int __db_export__comm(struct db_export *dbe, struct comm *comm, in __db_export__comm()
93 int db_export__comm(struct db_export *dbe, struct comm *comm, in db_export__comm()
108 int db_export__exec_comm(struct db_export *dbe, struct comm *comm, in db_export__exec_comm()
133 int db_export__comm_thread(struct db_export *dbe, struct comm *comm, in db_export__comm_thread()
298 struct comm *comm = NULL; in db_export__threads() local
360 struct comm *comm = NULL; in db_export__sample() local
/kernel/linux/linux-5.10/tools/perf/util/
Dcomm.h11 struct comm { struct
12 struct comm_str *comm_str; argument
22 void comm__free(struct comm *comm); argument
Dcomm.c110 struct comm *comm = zalloc(sizeof(*comm)); in comm__new() local
127 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
144 void comm__free(struct comm *comm) in comm__free()
150 const char *comm__str(const struct comm *comm) in comm__str()
Dthread.c42 struct comm *comm; in thread__new() local
84 struct comm *comm, *tmp_comm; in thread__delete() local
218 struct comm *comm, *last = NULL, *second_last = NULL; in thread__exec_comm() local
278 char *comm = NULL; in thread__set_comm_from_proc() local
294 const struct comm *comm = thread__comm(thread); in __thread__comm_str() local
317 const char *comm = thread__comm_str(thread); in thread__comm_len() local
394 const char *comm = thread__comm_str(parent); in thread__fork() local
Ddb-export.c82 static int __db_export__comm(struct db_export *dbe, struct comm *comm, in __db_export__comm()
93 int db_export__comm(struct db_export *dbe, struct comm *comm, in db_export__comm()
108 int db_export__exec_comm(struct db_export *dbe, struct comm *comm, in db_export__exec_comm()
133 int db_export__comm_thread(struct db_export *dbe, struct comm *comm, in db_export__comm_thread()
294 struct comm *comm = NULL; in db_export__threads() local
356 struct comm *comm = NULL; in db_export__sample() local
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
Dcodec_hevc_common.c57 struct codec_hevc_common *comm, in codec_hevc_setup_buffers_gxbb()
112 struct codec_hevc_common *comm, in codec_hevc_setup_buffers_gxl()
154 struct codec_hevc_common *comm) in codec_hevc_free_fbc_buffers()
172 struct codec_hevc_common *comm) in codec_hevc_alloc_fbc_buffers()
196 struct codec_hevc_common *comm) in codec_hevc_free_mmu_headers()
220 struct codec_hevc_common *comm) in codec_hevc_alloc_mmu_headers()
249 struct codec_hevc_common *comm, in codec_hevc_setup_buffers()
280 struct codec_hevc_common *comm, in codec_hevc_fill_mmu_map()
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
Dcodec_hevc_common.c57 struct codec_hevc_common *comm, in codec_hevc_setup_buffers_gxbb()
112 struct codec_hevc_common *comm, in codec_hevc_setup_buffers_gxl()
154 struct codec_hevc_common *comm) in codec_hevc_free_fbc_buffers()
172 struct codec_hevc_common *comm) in codec_hevc_alloc_fbc_buffers()
196 struct codec_hevc_common *comm) in codec_hevc_free_mmu_headers()
220 struct codec_hevc_common *comm) in codec_hevc_alloc_mmu_headers()
249 struct codec_hevc_common *comm, in codec_hevc_setup_buffers()
280 struct codec_hevc_common *comm, in codec_hevc_fill_mmu_map()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dnetdev-times.py232 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
238 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
244 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
250 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument
256 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument
260 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, argument
266 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
272 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
278 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument
284 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument
[all …]
Dsched-migration.py355 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument
372 def sched__sched_stat_runtime(event_name, context, common_cpu, argument
377 def sched__sched_stat_iowait(event_name, context, common_cpu, argument
382 def sched__sched_stat_sleep(event_name, context, common_cpu, argument
387 def sched__sched_stat_wait(event_name, context, common_cpu, argument
397 def sched__sched_process_wait(event_name, context, common_cpu, argument
402 def sched__sched_process_exit(event_name, context, common_cpu, argument
407 def sched__sched_process_free(event_name, context, common_cpu, argument
412 def sched__sched_migrate_task(event_name, context, common_cpu, argument
430 def sched__sched_wakeup_new(event_name, context, common_cpu, argument
[all …]
Dpowerpc-hcalls.py173 def powerpc__hcall_exit(name, context, cpu, sec, nsec, pid, comm, callchain, argument
197 def powerpc__hcall_entry(event_name, context, cpu, sec, nsec, pid, comm, argument
/kernel/linux/linux-6.6/tools/perf/scripts/python/
Dnetdev-times.py232 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
238 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
244 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
250 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument
256 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument
260 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, argument
266 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
272 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
278 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument
284 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument
[all …]
Dsched-migration.py355 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument
372 def sched__sched_stat_runtime(event_name, context, common_cpu, argument
377 def sched__sched_stat_iowait(event_name, context, common_cpu, argument
382 def sched__sched_stat_sleep(event_name, context, common_cpu, argument
387 def sched__sched_stat_wait(event_name, context, common_cpu, argument
397 def sched__sched_process_wait(event_name, context, common_cpu, argument
402 def sched__sched_process_exit(event_name, context, common_cpu, argument
407 def sched__sched_process_free(event_name, context, common_cpu, argument
412 def sched__sched_migrate_task(event_name, context, common_cpu, argument
430 def sched__sched_wakeup_new(event_name, context, common_cpu, argument
[all …]
/kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py26 def create_event(name, comm, dso, symbol, raw_buf): argument
38 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument
58 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument
87 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
/kernel/linux/linux-6.6/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py26 def create_event(name, comm, dso, symbol, raw_buf): argument
38 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument
58 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument
87 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
/kernel/linux/linux-6.6/tools/perf/tests/
Dkeep-tracking.c33 static int find_comm(struct evlist *evlist, const char *comm) in find_comm()
79 const char *comm; in test__keep_tracking() local
/kernel/linux/linux-5.10/tools/perf/tests/
Dkeep-tracking.c33 static int find_comm(struct evlist *evlist, const char *comm) in find_comm()
79 const char *comm; in test__keep_tracking() local

12345678910