Home
last modified time | relevance | path

Searched refs:tid (Results 176 – 200 of 775) sorted by relevance

12345678910>>...31

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dtxrx.h349 static inline u8 rtw89_core_get_qsel(struct rtw89_dev *rtwdev, u8 tid) in rtw89_core_get_qsel() argument
351 switch (tid) { in rtw89_core_get_qsel()
353 rtw89_warn(rtwdev, "Should use tag 1d: %d\n", tid); in rtw89_core_get_qsel()
395 static inline u8 rtw89_core_get_tid_indicate(struct rtw89_dev *rtwdev, u8 tid) in rtw89_core_get_tid_indicate() argument
397 switch (tid) { in rtw89_core_get_tid_indicate()
404 rtw89_warn(rtwdev, "Should use tag 1d: %d\n", tid); in rtw89_core_get_tid_indicate()
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c65 u32 tid; member
73 u32 tid; member
133 u32 tid; member
790 if (sample->tid == ent->tid) { in perf_inject__sched_process_exit()
818 ent->tid = sample->tid; in perf_inject__sched_switch()
838 if (pid == ent->tid) in perf_inject__sched_stat()
888 guest_tid->tid = tid; in guest_session__map_tid()
926 if (guest_vcpu->tid && guest_vcpu->tid != event->comm.tid) { in host_peek_vm_comms_cb()
930 guest_vcpu->tid = event->comm.tid; in host_peek_vm_comms_cb()
1091 sid->tid = gs->vcpu[vcpu].tid; in guest_session__add_attr()
[all …]
/openbmc/linux/tools/perf/util/
H A Dvalues.h10 u32 *pid, *tid; member
22 u32 pid, u32 tid,
H A Dthread.h43 pid_t tid; in DECLARE_RC_STRUCT() local
79 struct thread *thread__new(pid_t pid, pid_t tid);
158 return RC_CHK_ACCESS(thread)->tid; in thread__tid()
161 static inline void thread__set_tid(struct thread *thread, pid_t tid) in thread__set_tid() argument
163 RC_CHK_ACCESS(thread)->tid = tid; in thread__set_tid()
H A Dintel-pt.c196 pid_t pid, tid; member
1324 ptq->tid = -1; in intel_pt_alloc_queue()
1434 pid_t tid; in intel_pt_get_guest_from_sideband() local
1590 ptq->tid = queue->tid; in intel_pt_setup_queue()
1693 sample->tid = ptq->tid; in intel_pt_prep_a_sample()
2528 pid_t tid = ptq->tid; in intel_ptq_synth_error() local
3073 if (ptq && (tid == -1 || ptq->tid == tid)) { in intel_pt_process_timeless_queues()
3089 ptq->tid = sample->tid; in intel_pt_sample_set_pid_tid_cpu()
3216 pid_t tid; in intel_pt_process_switch() local
3242 pid_t tid = sample->tid; in intel_pt_context_switch_in() local
[all …]
/openbmc/linux/drivers/net/
H A Dgtp.c42 u64 tid; member
108 static inline u32 gtp0_hashfn(u64 tid) in gtp0_hashfn() argument
110 u32 *tid32 = (u32 *) &tid; in gtp0_hashfn()
114 static inline u32 gtp1u_hashfn(u32 tid) in gtp1u_hashfn() argument
134 pdp->u.v0.tid == tid) in gtp0_pdp_find()
150 pdp->u.v1.i_tei == tid) in gtp1_pdp_find()
280 hdr->tid = 0; in gtp0_build_echo_msg()
454 hdr->tid = 0; in gtp1u_build_echo_msg()
749 gtp0->tid = cpu_to_be64(pctx->u.v0.tid); in gtp0_push_header()
1383 pctx->u.v0.tid, pctx); in gtp_pdp_add()
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dtest_vxlan_vnifiltering.sh241 tid=$vid
249 tid=$((vid+brid))
251 vxlandevflags="$vxlandevflags id $tid"
252 vxlandev="vxlan$tid"
284 bridge -netns hv-$hvid vlan add dev $vxlandev vid $vid tunnel_info id $tid
289 src_vni $tid vni $tid dst $group self
292 bridge -netns hv-$hvid vni add dev $vxlandev vni $tid
297 bridge -netns hv-$hvid vni add dev $vxlandev vni $tid group $group
299 bridge -netns hv-$hvid vni add dev $vxlandev vni $tid remote $group
H A Dbind_bhash.c92 pthread_t tid[MAX_THREADS]; in main() local
114 pthread_create(&tid[i], NULL, setup, fd_array[i]); in main()
117 pthread_join(tid[i], NULL); in main()
/openbmc/libpldm/src/transport/
H A Dtest.c101 pldm_tid_t *tid, in pldm_transport_test_recv() argument
127 *tid = desc->recv_msg.src; in pldm_transport_test_recv()
135 pldm_tid_t tid, in pldm_transport_test_send() argument
152 if (desc->send_msg.dst != tid) { in pldm_transport_test_send()
/openbmc/libpldm/include/libpldm/transport/
H A Daf-mctp.h34 pldm_tid_t tid, mctp_eid_t eid);
38 pldm_tid_t tid, mctp_eid_t eid);
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c389 if (tx_info->tid != -1) { in chcr_ktls_dev_del()
456 tx_info->tid = -1; in chcr_ktls_dev_add()
652 unsigned int atid, tid, status; in chcr_ktls_cpl_act_open_rpl() local
657 tid = GET_TID(p); in chcr_ktls_cpl_act_open_rpl()
678 tid, tx_info->ip_family); in chcr_ktls_cpl_act_open_rpl()
685 tx_info->tid = tid; in chcr_ktls_cpl_act_open_rpl()
720 u32 tid; in chcr_ktls_cpl_set_tcb_rpl() local
722 tid = GET_TID(p); in chcr_ktls_cpl_set_tcb_rpl()
725 tx_info = lookup_tid(t, tid); in chcr_ktls_cpl_set_tcb_rpl()
727 if (!tx_info || tx_info->tid != tid) { in chcr_ktls_cpl_set_tcb_rpl()
[all …]
/openbmc/pldm/pldmd/
H A Dinvoker.hpp40 Response handle(pldm_tid_t tid, Type pldmType, Command pldmCommand, in handle() argument
43 return handlers.at(pldmType)->handle(tid, pldmCommand, request, in handle()
/openbmc/linux/net/l2tp/
H A Dtrace.h57 __field(u32, tid)
65 __entry->tid = tunnel->tunnel_id;
75 __entry->tid,
95 __field(u32, tid)
103 __entry->tid = session->tunnel ? session->tunnel->tunnel_id : 0;
/openbmc/linux/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c63 pid_t tid = syscall(__NR_gettid); in handle_uffd_page_request() local
82 addr, tid, errno); in handle_uffd_page_request()
94 addr, tid, errno); in handle_uffd_page_request()
103 PER_PAGE_DEBUG("UFFD page-in %d \t%ld ns\n", tid, in handle_uffd_page_request()
106 demand_paging_size, addr, tid); in handle_uffd_page_request()
/openbmc/qemu/target/i386/kvm/
H A Dvmsr_energy.c89 uint64_t vmsr_read_msr(uint32_t reg, uint32_t cpu_id, uint32_t tid, in vmsr_read_msr() argument
104 buffer[2] = tid; in vmsr_read_msr()
311 pid_t tid = atoi(ent->d_name); in vmsr_get_thread_ids() local
312 if (pid != tid) { in vmsr_get_thread_ids()
314 thread_ids[thread_count] = tid; in vmsr_get_thread_ids()
/openbmc/libpldm/include/libpldm/
H A Dbase.h306 uint8_t tid; //!< PLDM SetTID TID field member
316 uint8_t tid; //!< PLDM GetTID TID field member
486 uint8_t *completion_code, uint8_t *tid);
592 uint8_t tid, struct pldm_msg *msg);
603 int encode_set_tid_req(uint8_t instance_id, uint8_t tid, struct pldm_msg *msg);
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c87 u32 tid; in nfp_bpf_ctrl_alloc_map() local
111 tid = be32_to_cpu(reply->tid); in nfp_bpf_ctrl_alloc_map()
114 return tid; in nfp_bpf_ctrl_alloc_map()
134 req->tid = cpu_to_be32(nfp_map->tid); in nfp_bpf_ctrl_free_map()
322 req->tid = cpu_to_be32(nfp_map->tid); in nfp_bpf_ctrl_entry_op()
/openbmc/linux/sound/core/seq/
H A Dseq_timer.c285 struct snd_timer_id tid; in snd_seq_timer_open() local
286 memset(&tid, 0, sizeof(tid)); in snd_seq_timer_open()
287 tid.dev_class = SNDRV_TIMER_CLASS_GLOBAL; in snd_seq_timer_open()
288 tid.dev_sclass = SNDRV_TIMER_SCLASS_SEQUENCER; in snd_seq_timer_open()
289 tid.card = -1; in snd_seq_timer_open()
290 tid.device = SNDRV_TIMER_GLOBAL_SYSTEM; in snd_seq_timer_open()
291 err = snd_timer_open(t, &tid, q->queue); in snd_seq_timer_open()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1332 int tid; in ath10k_get_tid() local
1339 if (tid < 8) in ath10k_get_tid()
1340 snprintf(out, size, "tid %d (%s)", tid, tid_to_ac[tid]); in ath10k_get_tid()
1363 char tid[32]; in ath10k_process_rx() local
1379 ath10k_get_tid(hdr, tid, sizeof(tid)), in ath10k_process_rx()
1884 u8 tid, frag_number; in ath10k_htt_rx_h_frag_pn_check() local
2921 u8 tid; in ath10k_htt_rx_proc_rx_ind_ll() local
3121 tid, peer_id); in ath10k_htt_rx_delba()
3268 u8 tid; in ath10k_htt_rx_in_ord_ind() local
3386 u8 tid; in ath10k_htt_rx_tx_fetch_ind() local
[all …]
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BA.h31 u16 tid:4; member
41 u16 tid:4; member
/openbmc/linux/kernel/debug/
H A Dgdbstub.c430 static struct task_struct *getthread(struct pt_regs *regs, int tid) in getthread() argument
435 if (tid == 0 || tid == -1) in getthread()
436 tid = -atomic_read(&kgdb_active) - 2; in getthread()
437 if (tid < -1 && tid > -NR_CPUS - 2) { in getthread()
438 if (kgdb_info[-tid - 2].task) in getthread()
439 return kgdb_info[-tid - 2].task; in getthread()
441 return idle_task(-tid - 2); in getthread()
443 if (tid <= 0) { in getthread()
454 return find_task_by_pid_ns(tid, &init_pid_ns); in getthread()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c461 u16 tid) in wcn36xx_set_tx_pdu() argument
468 bd->pdu.tid = tid; in wcn36xx_set_tx_pdu()
491 u8 *qc, tid; in wcn36xx_tx_start_ampdu() local
505 tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in wcn36xx_tx_start_ampdu()
508 if (sta_priv->ampdu_state[tid] != WCN36XX_AMPDU_NONE) in wcn36xx_tx_start_ampdu()
512 sta_priv->ampdu_state[tid] = WCN36XX_AMPDU_START; in wcn36xx_tx_start_ampdu()
514 ieee80211_start_tx_ba_session(sta, tid, 0); in wcn36xx_tx_start_ampdu()
532 u16 tid = 0; in wcn36xx_set_tx_data() local
562 tid = ieee80211_get_tid(hdr); in wcn36xx_set_tx_data()
564 bd->queue_id = tid; in wcn36xx_set_tx_data()
[all …]
/openbmc/qemu/tests/migration/guestperf/
H A Dtimings.py23 def __init__(self, tid, timestamp, value): argument
25 self._tid = tid
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_event.h66 unsigned int tid; member
103 unsigned char tid; member
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_BA.h36 u16 tid:4; member
47 u16 tid:4; member

12345678910>>...31