| /kernel/liteos_m/components/trace/ |
| D | trace_online.c | 62 STATIC VOID OsTraceSendObj(const LosTaskCB *tcb) in OsTraceSendObj() 73 LosTaskCB *tcb = NULL; in OsTraceSendObjTable() local
|
| D | los_trace.c | 118 VOID OsTraceSetObj(ObjData *obj, const LosTaskCB *tcb) in OsTraceSetObj()
|
| /kernel/liteos_a/kernel/extended/trace/ |
| D | trace_online.c | 61 STATIC VOID OsTraceSendObj(const LosTaskCB *tcb) in OsTraceSendObj() 72 LosTaskCB *tcb = NULL; in OsTraceSendObjTable() local
|
| D | los_trace.c | 126 VOID OsTraceSetObj(ObjData *obj, const LosTaskCB *tcb) in OsTraceSetObj()
|
| /kernel/liteos_m/kal/posix/src/ |
| D | pthread.c | 86 LosTaskCB *tcb = NULL; in IsPthread() local 175 LosTaskCB *tcb = NULL; in CheckForCancel() local 305 LosTaskCB *tcb = NULL; in pthread_setcancelstate() local 337 LosTaskCB *tcb = NULL; in pthread_setcanceltype() local 421 LosTaskCB *tcb = NULL; in pthread_cancel() local 510 LosTaskCB *tcb = NULL; in pthread_exit() local
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | ncr53c8xx.c | 1150 struct tcb { struct 1159 struct link jump_tcb; argument 1190 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */ argument 1198 struct ccb * nego_cp; 1204 u_long transfers; 1205 u_long bytes; 1212 /*0*/ u16 period; 1213 /*2*/ u_char sval; 1214 /*3*/ u_char minsync; 1215 /*0*/ u_char wval; [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| D | ncr53c8xx.c | 1152 struct tcb { struct 1161 struct link jump_tcb; argument 1192 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */ argument 1200 struct ccb * nego_cp; 1206 u_long transfers; 1207 u_long bytes; 1214 /*0*/ u16 period; 1215 /*2*/ u_char sval; 1216 /*3*/ u_char minsync; 1217 /*0*/ u_char wval; [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/agere/ |
| D | et131x.c | 349 struct tcb { struct 350 struct tcb *next; /* Next entry in ring */ argument 361 struct tcb *tcb_ring; argument 1753 struct tcb *tcb = tx_ring->tcb_ring; in et131x_init_send() local 2419 static int nic_send_packet(struct et131x_adapter *adapter, struct tcb *tcb) in nic_send_packet() 2586 struct tcb *tcb; in send_packet() local 2634 struct tcb *tcb) in free_send_packet() 2692 struct tcb *tcb; in et131x_free_busy_send_packets() local 2738 struct tcb *tcb; in et131x_handle_send_pkts() local 3391 struct tcb *tcb = tx_ring->send_head; in et131x_isr() local [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/agere/ |
| D | et131x.c | 349 struct tcb { struct 350 struct tcb *next; /* Next entry in ring */ argument 361 struct tcb *tcb_ring; argument 1753 struct tcb *tcb = tx_ring->tcb_ring; in et131x_init_send() local 2417 static int nic_send_packet(struct et131x_adapter *adapter, struct tcb *tcb) in nic_send_packet() 2587 struct tcb *tcb; in send_packet() local 2635 struct tcb *tcb) in free_send_packet() 2693 struct tcb *tcb; in et131x_free_busy_send_packets() local 2739 struct tcb *tcb; in et131x_handle_send_pkts() local 3392 struct tcb *tcb = tx_ring->send_head; in et131x_isr() local [all …]
|
| /kernel/liteos_a/arch/arm/include/ |
| D | perf.h | 49 #define OsPerfArchFetchIrqRegs(regs, tcb) \ argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| D | tc_bindings.c | 75 struct flow_block_offload *tcb, struct efx_rep *efv) in efx_tc_setup_block() 144 struct flow_block_offload *tcb = type_data; in efx_tc_indr_setup_cb() local
|
| D | tc_conntrack.c | 452 struct flow_cls_offload *tcb = type_data; in efx_tc_flow_block() local
|
| /kernel/linux/linux-6.6/drivers/hte/ |
| D | hte.c | 62 hte_ts_sec_cb_t tcb; member 355 hte_ts_sec_cb_t tcb, void *data) in __hte_req_ts() 657 hte_ts_sec_cb_t tcb, void *data) in hte_request_ts_ns() 699 hte_ts_cb_t cb, hte_ts_sec_cb_t tcb, in devm_hte_request_ts_ns()
|
| /kernel/liteos_a/kernel/base/ipc/ |
| D | los_signal.c | 276 static int SigProcessSignalHandler(LosTaskCB *tcb, void *arg) in SigProcessSignalHandler() 321 static int SigProcessKillSigHandler(LosTaskCB *tcb, void *arg) in SigProcessKillSigHandler() 330 LosTaskCB *tcb = NULL; in SigProcessLoadTcb() local 557 LosTaskCB *tcb = NULL; in OsSigPending() local
|
| /kernel/liteos_a/kernel/extended/liteipc/ |
| D | hm_liteipc.c | 487 LosTaskCB *tcb = OS_TCB_FROM_TID(serviceTid); in AddServiceAccess() local 700 LosTaskCB *tcb = NULL; in IsTaskAlive() local 779 LosTaskCB *tcb = OS_TCB_FROM_TID(selfTid); in HandleSvc() local 1054 LosTaskCB *tcb = OS_TCB_FROM_TID(dstTid); in LiteIpcWrite() local 1101 …_OS_SEC_TEXT STATIC UINT32 CheckReceivedMsg(IpcListNode *node, IpcContent *content, LosTaskCB *tcb) in CheckReceivedMsg() 1161 LosTaskCB *tcb = OS_TCB_FROM_TID(selfTid); in LiteIpcRead() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
| D | bnad.c | 137 bnad_txq_cleanup(struct bnad *bnad, struct bna_tcb *tcb) in bnad_txq_cleanup() 159 bnad_txcmpl_process(struct bnad *bnad, struct bna_tcb *tcb) in bnad_txcmpl_process() 204 bnad_tx_complete(struct bnad *bnad, struct bna_tcb *tcb) in bnad_tx_complete() 238 struct bna_tcb *tcb = (struct bna_tcb *)data; in bnad_msix_tx() local 800 struct bna_tcb *tcb = NULL; in bnad_isr() local 953 struct bna_tcb *tcb = in bnad_cb_ethport_link_status() local 999 bnad_cb_tcb_setup(struct bnad *bnad, struct bna_tcb *tcb) in bnad_cb_tcb_setup() 1009 bnad_cb_tcb_destroy(struct bnad *bnad, struct bna_tcb *tcb) in bnad_cb_tcb_destroy() 1041 struct bna_tcb *tcb; in bnad_cb_tx_stall() local 1059 struct bna_tcb *tcb; in bnad_cb_tx_resume() local [all …]
|
| D | bnad_ethtool.c | 708 struct bna_tcb *tcb = NULL; in bnad_per_q_stats_fill() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
| D | bnad.c | 137 bnad_txq_cleanup(struct bnad *bnad, struct bna_tcb *tcb) in bnad_txq_cleanup() 159 bnad_txcmpl_process(struct bnad *bnad, struct bna_tcb *tcb) in bnad_txcmpl_process() 204 bnad_tx_complete(struct bnad *bnad, struct bna_tcb *tcb) in bnad_tx_complete() 238 struct bna_tcb *tcb = (struct bna_tcb *)data; in bnad_msix_tx() local 800 struct bna_tcb *tcb = NULL; in bnad_isr() local 953 struct bna_tcb *tcb = in bnad_cb_ethport_link_status() local 999 bnad_cb_tcb_setup(struct bnad *bnad, struct bna_tcb *tcb) in bnad_cb_tcb_setup() 1009 bnad_cb_tcb_destroy(struct bnad *bnad, struct bna_tcb *tcb) in bnad_cb_tcb_destroy() 1042 struct bna_tcb *tcb; in bnad_cb_tx_stall() local 1060 struct bna_tcb *tcb; in bnad_cb_tx_resume() local [all …]
|
| D | bnad_ethtool.c | 756 struct bna_tcb *tcb = NULL; in bnad_per_q_stats_fill() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | hte.h | 235 hte_ts_sec_cb_t tcb, void *data) in hte_request_ts_ns() 243 hte_ts_sec_cb_t tcb, in devm_hte_request_ts_ns()
|
| /kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
| D | tcp_nip_input.c | 198 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_nip_overlap_handle() local 208 struct tcp_skb_cb *tcb = TCP_SKB_CB(cur); in tcp_nip_left_overlap() local 218 struct tcp_skb_cb *tcb = TCP_SKB_CB(cur); in tcp_nip_right_overlap() local
|
| D | tcp_nip_output.c | 367 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); in tcp_nip_connect_queue_skb() local 491 struct tcp_skb_cb *tcb; in __tcp_nip_transmit_skb() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | strobemeta.h | 255 void* tcb; member
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
| D | cm.c | 3826 static inline u64 t4_tcb_get_field64(__be64 *tcb, u16 word) in t4_tcb_get_field64() 3838 static inline u32 t4_tcb_get_field32(__be64 *tcb, u16 word, u32 mask, u32 shift) in t4_tcb_get_field32() 3852 __be64 *tcb = (__be64 *)(rpl + 1); in read_tcb_rpl() local
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
| D | cm.c | 3825 static inline u64 t4_tcb_get_field64(__be64 *tcb, u16 word) in t4_tcb_get_field64() 3837 static inline u32 t4_tcb_get_field32(__be64 *tcb, u16 word, u32 mask, u32 shift) in t4_tcb_get_field32() 3851 __be64 *tcb = (__be64 *)(rpl + 1); in read_tcb_rpl() local
|