/linux-6.1.9/tools/perf/tests/shell/lib/ |
D | coresight.sh | 119 TID=`printf "%i" $TIDHEX` 120 if test "$TID" -eq "$TID2"; then 126 MISSING="$MISSING $TID"
|
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 204 u8 *Addr, u8 TID, in SearchAdmitTRStream() argument 249 if (pRet->t_spec.ts_info.uc_tsid == TID) in SearchAdmitTRStream() 291 u8 TID, in GetTs() argument 310 if (!is_ac_valid(TID)) { in GetTs() 311 IEEE80211_DEBUG(IEEE80211_DL_ERR, " in %s(), TID(%d) is not valid\n", __func__, TID); in GetTs() 315 switch (TID) { in GetTs()
|
D | ieee80211_rx.c | 891 u8 TID = 0; in ieee80211_rx() local 1247 TID = Frame_QoSTID(skb->data); in ieee80211_rx() 1249 GetTs(ieee, (struct ts_common_info **)&pTS, hdr->addr2, TID, RX_DIR, true); in ieee80211_rx() 1250 if (TID != 0 && TID != 3) in ieee80211_rx()
|
/linux-6.1.9/Documentation/locking/ |
D | pi-futex.rst | 80 normal futex-based locks: a 0 value means unlocked, and a value==TID 91 TID fails], then FUTEX_LOCK_PI is called. The kernel does all the 94 own TID into the futex value], and attaches a 'PI state' structure to 100 futex value to its own TID and returns. Userspace has no other work to 102 FUTEX_WAITERS|TID. 105 TID -> 0 atomic transition of the futex value], then no kernel work is
|
D | robust-futex-ABI.rst | 64 word' holds 2 flag bits in the upper 2 bits, and the thread id (TID) 131 TID in the lower 30 bits of the 'lock word'. 144 3) add the lock entry, with its thread id (TID) in the bottom 30 bits 160 exiting threads TID, then the kernel will do two things: 183 current threads TID in the lower 30 bits, it does nothing with that
|
D | robust-futexes.rst | 199 Otherwise, robust futexes are acquired by glibc by putting the TID into 204 and the remaining bits are for the TID.
|
/linux-6.1.9/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 209 u8 *Addr, u8 TID, in SearchAdmitTRStream() argument 252 pRet->TSpec.f.TSInfo.field.ucTSID == TID && in SearchAdmitTRStream() 289 u8 *Addr, u8 TID, enum tr_select TxRxSelect, bool bAddNewTs) in GetTs() argument 305 switch (TID) { in GetTs() 324 __func__, TID); in GetTs()
|
D | rtllib_rx.c | 1302 u8 type, stype, multicast = 0, unicast = 0, nr_subframes = 0, TID = 0; in rtllib_rx_InfraAdhoc() local 1404 TID = Frame_QoSTID(skb->data); in rtllib_rx_InfraAdhoc() 1406 GetTs(ieee, (struct ts_common_info **)&pTS, hdr->addr2, TID, in rtllib_rx_InfraAdhoc() 1408 if (TID != 0 && TID != 3) in rtllib_rx_InfraAdhoc()
|
/linux-6.1.9/Documentation/driver-api/surface_aggregator/ |
D | ssh.rst | 15 .. |TID| replace:: ``TID`` substdef 222 * - |TID| (out) 226 * - |TID| (in) 289 (``TID``). This target ID is split into output (host to EC) and input (EC to 291 messages) set to zero. Two ``TID`` values are known: Primary (``0x01``) and 293 same ``TID`` value, however, the field (output vs. input) should be used in 300 accepted for ``TID=1``, for example, may not be accepted for ``TID=2``
|
/linux-6.1.9/tools/perf/tests/attr/ |
D | test-record-spe-physical-address | 8 # 622727 is the decimal of IP|TID|TIME|CPU|IDENTIFIER|DATA_SRC|PHYS_ADDR
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | user_exp_rcv.c | 349 hfi1_cdbg(TID, in hfi1_user_exp_rcv_setup() 389 hfi1_cdbg(TID, in hfi1_user_exp_rcv_setup() 417 hfi1_cdbg(TID, "total mapped: tidpairs:%u pages:%u (%d)", tididx, in hfi1_user_exp_rcv_setup() 511 hfi1_cdbg(TID, "Failed to unprogram rcv array %d", in hfi1_user_exp_rcv_clear() 789 hfi1_cdbg(TID, "Failed to insert RB node %u 0x%lx, 0x%lx %d", in set_rcvarray_entry()
|
D | trace_dbg.h | 83 __hfi1_trace_def(TID);
|
D | trace.c | 333 KDETH_GET(eh->tid_rdma.w_data.kdeth0, TID), in parse_everbs_hdrs() 359 KDETH_GET(eh->tid_rdma.r_rsp.kdeth0, TID), in parse_everbs_hdrs() 530 __hfi1_trace_fn(TID);
|
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic79xx.h | 72 (((scsiid) & TID) >> TID_SHIFT) 101 ((((tcl) >> 4) & TID) >> 4) 105 ((lun) | (((scsiid) & TID) << 4)) 125 (scb)->hscb->scsiid = ((col_idx) << TID_SHIFT) & TID; \
|
D | aic7xxx.h | 69 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \ 100 ((((tcl) >> 4) & TID) >> 4) 104 ((lun) | (((scsiid) & TID) << 4))
|
/linux-6.1.9/drivers/staging/rtl8192u/ |
D | r819xU_cmdpkt.h | 26 u8 TID:4; member
|
/linux-6.1.9/drivers/scsi/ |
D | aha152x.h | 128 #define TID 0x07 macro
|
/linux-6.1.9/drivers/staging/rtl8712/ |
D | rtl871x_mp.h | 76 u8 TID; member
|
/linux-6.1.9/tools/perf/util/ |
D | perf_event_attr_fprintf.c | 32 bit_name(IP), bit_name(TID), bit_name(TIME), bit_name(ADDR), in __p_sample_type()
|
/linux-6.1.9/tools/perf/tests/ |
D | perf-record.c | 108 evsel__set_sample_bit(evsel, TID); in test__PERF_RECORD()
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | rtw_mp.h | 209 u8 TID; member
|
/linux-6.1.9/drivers/staging/axis-fifo/ |
D | axis-fifo.txt | 29 - xlnx,axis-tid-width: AXI-Stream TID width (ignored by the driver)
|
/linux-6.1.9/Documentation/trace/coresight/ |
D | coresight-perf.rst | 99 CoreSight / Thread Loop 10 Threads - Check TID
|
/linux-6.1.9/drivers/thunderbolt/ |
D | eeprom.c | 290 u32 TID; member
|
/linux-6.1.9/Documentation/translations/zh_CN/loongarch/ |
D | introduction.rst | 125 0x40 定时器编号 TID
|