Home
last modified time | relevance | path

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

12345

/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_desc.c13 void spl2sw_rx_descs_flush(struct spl2sw_common *comm) in spl2sw_rx_descs_flush() argument
33 void spl2sw_tx_descs_clean(struct spl2sw_common *comm) in spl2sw_tx_descs_clean() argument
60 spl2sw_rx_descs_clean(struct spl2sw_common * comm) spl2sw_rx_descs_clean() argument
92 spl2sw_descs_clean(struct spl2sw_common * comm) spl2sw_descs_clean() argument
98 spl2sw_descs_free(struct spl2sw_common * comm) spl2sw_descs_free() argument
117 spl2sw_tx_descs_init(struct spl2sw_common * comm) spl2sw_tx_descs_init() argument
123 spl2sw_rx_descs_init(struct spl2sw_common * comm) spl2sw_rx_descs_init() argument
169 spl2sw_descs_alloc(struct spl2sw_common * comm) spl2sw_descs_alloc() argument
197 spl2sw_descs_init(struct spl2sw_common * comm) spl2sw_descs_init() argument
[all...]
H A Dspl2sw_mac.c16 void spl2sw_mac_hw_stop(struct spl2sw_common *comm) in spl2sw_mac_hw_stop() argument
37 void spl2sw_mac_hw_start(struct spl2sw_common *comm) in spl2sw_mac_hw_start() argument
55 struct spl2sw_common *comm = mac->comm; spl2sw_mac_addr_add() local
90 struct spl2sw_common *comm = mac->comm; spl2sw_mac_addr_del() local
124 spl2sw_mac_hw_init(struct spl2sw_common * comm) spl2sw_mac_hw_init() argument
220 struct spl2sw_common *comm = mac->comm; spl2sw_mac_rx_mode_set() local
246 spl2sw_mac_init(struct spl2sw_common * comm) spl2sw_mac_init() argument
257 spl2sw_mac_soft_reset(struct spl2sw_common * comm) spl2sw_mac_soft_reset() argument
[all...]
H A Dspl2sw_mdio.c18 static int spl2sw_mdio_access(struct spl2sw_common *comm, u8 cmd, u8 addr, u8 regnum, u16 wdata) in spl2sw_mdio_access() argument
62 struct spl2sw_common *comm in spl2sw_mii_read() local
69 struct spl2sw_common *comm = bus->priv; spl2sw_mii_write() local
79 spl2sw_mdio_init(struct spl2sw_common * comm) spl2sw_mdio_init() argument
119 spl2sw_mdio_remove(struct spl2sw_common * comm) spl2sw_mdio_remove() argument
[all...]
H A 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() argument
79 void spl2sw_phy_remove(struct spl2sw_common *comm) in spl2sw_phy_remove() argument
[all...]
H A 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); spl2sw_tx_poll() local
213 struct spl2sw_common *comm = (struct spl2sw_common *)dev_id; spl2sw_ethernet_interrupt() local
[all...]
/linux/tools/perf/util/
H A Dcomm.h11 struct comm { struct
22 void comm__free(struct comm *comm); argument
12 comm_strcomm global() argument
H A Dthread.c50 struct comm *comm; in thread__new() local
96 struct comm *comm, *tmp_comm; in thread__delete() local
225 struct comm *comm, *last = NULL, *second_last = NULL; thread__exec_comm() local
290 char *comm = NULL; thread__set_comm_from_proc() local
307 const struct comm *comm = __thread__comm(thread); __thread__comm_str() local
326 __thread__comm_len(struct thread * thread,const char * comm) __thread__comm_len() argument
341 const char *comm; thread__comm_len() local
417 const char *comm = thread__comm_str(parent); thread__fork() local
[all...]
H A Ddata-convert-bt.c910 __FUNC_PROCESS_NON_SAMPLE(comm, in __FUNC_PROCESS_NON_SAMPLE() argument
911 __NON_SAMPLE_SET_FIELD(comm, u32, pid); in __FUNC_PROCESS_NON_SAMPLE() argument
913 __NON_SAMPLE_SET_FIELD(comm, string, comm); argument
1260 __FUNC_ADD_NON_SAMPLE_EVENT_CLASS(comm, in __FUNC_ADD_NON_SAMPLE_EVENT_CLASS() argument
1263 __NON_SAMPLE_ADD_FIELD(string, comm); argument
/linux/drivers/staging/media/meson/vdec/
H A Dcodec_hevc_common.c57 struct codec_hevc_common *comm, in codec_hevc_setup_buffers_gxbb() argument
112 struct codec_hevc_common *comm, in codec_hevc_setup_buffers_gxl() argument
154 struct codec_hevc_common *comm) in codec_hevc_free_fbc_buffers() argument
172 codec_hevc_alloc_fbc_buffers(struct amvdec_session * sess,struct codec_hevc_common * comm) codec_hevc_alloc_fbc_buffers() argument
196 codec_hevc_free_mmu_headers(struct amvdec_session * sess,struct codec_hevc_common * comm) codec_hevc_free_mmu_headers() argument
220 codec_hevc_alloc_mmu_headers(struct amvdec_session * sess,struct codec_hevc_common * comm) codec_hevc_alloc_mmu_headers() argument
249 codec_hevc_setup_buffers(struct amvdec_session * sess,struct codec_hevc_common * comm,int is_10bit) codec_hevc_setup_buffers() argument
280 codec_hevc_fill_mmu_map(struct amvdec_session * sess,struct codec_hevc_common * comm,struct vb2_buffer * vb) codec_hevc_fill_mmu_map() argument
[all...]
/linux/tools/perf/scripts/python/
H A 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 irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret) global() argument
260 napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, dev_name, work=None, budget=None) global() argument
266 net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, skblen, dev_name) global() argument
272 net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, skblen, dev_name) global() argument
278 net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, skblen, dev_name) global() argument
284 net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, skblen, rc, dev_name) global() argument
290 skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, location, protocol, reason) global() argument
296 skb__consume_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, location) global() argument
302 skb__skb_copy_datagram_iovec(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, skblen) global() argument
[all...]
H A Dsched-migration.py355 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument
372 sched__sched_stat_runtime(event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, comm, pid, runtime, vruntime) global() argument
377 sched__sched_stat_iowait(event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, comm, pid, delay) global() argument
382 sched__sched_stat_sleep(event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, comm, pid, delay) global() argument
387 sched__sched_stat_wait(event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, comm, pid, delay) global() argument
397 sched__sched_process_wait(event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, comm, pid, prio) global() argument
402 sched__sched_process_exit(event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, comm, pid, prio) global() argument
407 sched__sched_process_free(event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, comm, pid, prio) global() argument
412 sched__sched_migrate_task(event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, comm, pid, prio, orig_cpu, dest_cpu) global() argument
430 sched__sched_wakeup_new(event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, comm, pid, prio, success, target_cpu) global() argument
438 sched__sched_wakeup(event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, comm, pid, prio, success, target_cpu) global() argument
446 sched__sched_wait_task(event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, comm, pid, prio) global() argument
456 sched__sched_kthread_stop(event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, comm, pid) global() argument
[all...]
H A Dintel-pt-events.py231 def common_start_str(comm, sample): argument
243 def print_common_start(comm, sample, name): argument
253 def print_instructions_start(comm, sample): argument
299 def print_srccode(comm, param_dict, sample, symbol, dso, with_insn): argument
[all...]
H A 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
H A Dfutex-contention.py29 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
40 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
H A Dtask-analyzer.py304 def __init__(self, pid, tid, comm, runs, acc, mean, argument
534 __init__(self, id, tid, cpu, comm) global() argument
752 _handle_task_start(tid, cpu, comm, time) global() argument
777 _limit_filtered(tid, pid, comm) global() argument
[all...]
H A Darm-cs-trace-disasm.py192 def common_start_str(comm, sample): argument
202 def print_srccode(comm, param_dict, sample, symbol, dso): argument
H A Dcompaction-times.py32 def filter(self, pid, comm): argument
41 def filter(self, pid, comm): argument
118 def create_pending(cls, pid, comm, start_secs, start_nsecs): argument
159 def __init__(self, comm, pid, filtered): argument
[all...]
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A 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, ds argument
87 __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL) global() argument
[all...]
/linux/tools/perf/tests/
H A Dkeep-tracking.c33 static int find_comm(struct evlist *evlist, const char *comm) in find_comm() argument
79 const char *comm; in test__keep_tracking() local
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_kernel.c22 char comm[sizeof("test_progs")]; member
30 char comm[16]; member
H A Dtest_raw_tp_test_run.c12 int BPF_PROG(rename, struct task_struct *task, char *comm) in BPF_PROG() argument
H A Dtest_skb_helpers.c21 char comm[TEST_COMM_LEN]; in test_skb_helpers() local
/linux/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py249 def _require_cmd(self, comm, key, host=None): argument
257 def require_cmd(self, comm, local=True, remote=False): argument
H A Dremote_netns.py14 def cmd(self, comm): argument
/linux/drivers/scsi/aacraid/
H A Drkt.c33 static int aac_rkt_select_comm(struct aac_dev *dev, int comm) in aac_rkt_select_comm() argument

12345