/kernel/linux/linux-5.10/net/mac80211/ |
H A D | michael.c | 30 u8 *da, *sa, tid; in michael_mic_hdr() local 35 tid = ieee80211_get_tid(hdr); in michael_mic_hdr() 37 tid = 0; in michael_mic_hdr() 50 michael_block(mctx, tid); in michael_mic_hdr()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | timer_compat.c | 18 struct snd_timer_id tid; member 39 if (copy_from_user(&gparams.tid, &user->tid, sizeof(gparams.tid)) || in snd_timer_user_gparams_compat()
|
/kernel/linux/linux-6.6/drivers/scsi/qedi/ |
H A D | qedi_gbl.h | 46 void qedi_update_itt_map(struct qedi_ctx *qedi, u32 tid, u32 proto_itt, 48 void qedi_get_proto_itt(struct qedi_ctx *qedi, u32 tid, u32 *proto_itt); 49 void qedi_get_task_tid(struct qedi_ctx *qedi, u32 itt, int16_t *tid); 66 u16 tid, int8_t direction);
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | michael.c | 30 u8 *da, *sa, tid; in michael_mic_hdr() local 35 tid = ieee80211_get_tid(hdr); in michael_mic_hdr() 37 tid = 0; in michael_mic_hdr() 50 michael_block(mctx, tid); in michael_mic_hdr()
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | IO_test_ppoll_003.cpp | 96 pthread_t tid;
in testcase() local 114 retVal = pthread_create(&tid, NULL, pthread_01, NULL);
in testcase() 131 retVal = pthread_kill(tid, SIGUSR1);
in testcase() 144 pthread_join(tid, NULL);
in testcase()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/ |
H A D | pthread_test_014.cpp | 104 pthread_t tid, tid1, tid2, tid3; in TestCase() local 118 ret = pthread_create(&tid, NULL, ThreadFunc, 0); in TestCase() 136 ret = pthread_setschedparam(tid, SCHED_FIFO, ¶m); in TestCase() 141 ret = pthread_join(tid, NULL); in TestCase()
|
/third_party/libuv/test/ |
H A D | test-thread-affinity.c | 33 uv_thread_t tid; in check_affinity() local 38 tid = uv_thread_self(); in check_affinity() 39 r = uv_thread_setaffinity(&tid, cpumask, NULL, cpumasksize); in check_affinity() 41 r = uv_thread_setaffinity(&tid, cpumask + cpumasksize, cpumask, cpumasksize); in check_affinity()
|
/third_party/ltp/libs/libltpipc/ |
H A D | libmsgctl.c | 30 int doreader(long key, int tid, long type, int child, int nreps) in doreader() argument 43 if (id != tid) { in doreader() 86 int dowriter(long key, int tid, long type, int child, int nreps) in dowriter() argument 99 if (id != tid) { in dowriter()
|
/third_party/nghttp2/src/ |
H A D | shrpx_log_config.cc | 51 auto tid = std::this_thread::get_id(); in LogConfig() local 53 util::hash32(StringRef{reinterpret_cast<uint8_t *>(&tid), in LogConfig() 54 reinterpret_cast<uint8_t *>(&tid) + sizeof(tid)}); in LogConfig()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
H A D | 9-2.c | 47 timer_t tid; in main() local 82 if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { in main() 111 if (timer_settime(tid, flags, &its, NULL) != 0) { in main() 143 if (timer_delete(tid) != 0) { in main()
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
H A D | rand_win.c | 131 DWORD tid; in ossl_pool_add_nonce_data() member 144 data.tid = GetCurrentThreadId(); in ossl_pool_add_nonce_data() 153 DWORD tid; in ossl_rand_pool_add_additional_data() member 165 data.tid = GetCurrentThreadId(); in ossl_rand_pool_add_additional_data()
|
/third_party/openssl/test/testutil/ |
H A D | testutil_init.c | 28 CRYPTO_THREAD_ID tid; in internal_trace_cb() local 34 tid = CRYPTO_THREAD_get_current_id(); in internal_trace_cb() 35 hex = OPENSSL_buf2hexstr((const unsigned char *)&tid, sizeof(tid)); in internal_trace_cb()
|
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_win.c | 131 DWORD tid; in ossl_pool_add_nonce_data() member 144 data.tid = GetCurrentThreadId(); in ossl_pool_add_nonce_data() 153 DWORD tid; in ossl_rand_pool_add_additional_data() member 165 data.tid = GetCurrentThreadId(); in ossl_rand_pool_add_additional_data()
|
/vendor/hisilicon/hispark_pegasus/demo/semaphore_demo/ |
H A D | semp.c | 66 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread() local 67 if (tid == NULL) { in newThread() 70 printf("[Semp Test]osThreadNew(%s) success, thread id: %d.\r\n", name, tid); in newThread() 72 return tid; in newThread()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | dpt_i2o.c | 574 unit = d->pI2o_dev->lct_data.tid; in adpt_show_info() 606 msg[1] = I2O_CMD_SCSI_ABORT<<24|HOST_TID<<12|dptdevice->tid; in adpt_abort() 649 msg[1] = (I2O_DEVICE_RESET<<24|HOST_TID<<12|d->tid); in adpt_device_reset() 685 printk(KERN_WARNING"%s: Bus reset: SCSI Bus %d: tid: %d\n",pHba->name, cmd->device->channel,pHba->channel[cmd->device->channel].tid ); in adpt_bus_reset() 687 msg[1] = (I2O_HBA_BUS_RESET<<24|HOST_TID<<12|pHba->channel[cmd->device->channel].tid); in adpt_bus_reset() 713 printk(KERN_WARNING"%s: Hba Reset: scsi id %d: tid: %d\n", name, cmd->device->channel, pHba->channel[cmd->device->channel].tid); in __adpt_reset() 1079 if(!d || d->tid == 0) { in adpt_find_device() 1360 int tid; in adpt_i2o_parse_lct() local 2224 int tid; adpt_i2o_reparse_lct() local 3006 adpt_i2o_query_scalar(adpt_hba* pHba, int tid, int group, int field, void *buf, int buflen) adpt_i2o_query_scalar() argument 3073 adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid, void *opblk_va, dma_addr_t opblk_pa, int oplen, void *resblk_va, dma_addr_t resblk_pa, int reslen) adpt_i2o_issue_params() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | intel-pt.c | 160 pid_t pid, tid; member 950 sample->tid); in intel_pt_add_callchain() 988 sample->tid); in intel_pt_add_br_stack() 1033 ptq->tid = -1; in intel_pt_alloc_queue() 1117 if (queue->tid == -1 || pt->have_sched_switch) { in intel_pt_set_pid_tid_cpu() 1118 ptq->tid = machine__get_current_tid(pt->machine, ptq->cpu); in intel_pt_set_pid_tid_cpu() 1119 if (ptq->tid == -1) in intel_pt_set_pid_tid_cpu() 1124 if (!ptq->thread && ptq->tid != -1) in intel_pt_set_pid_tid_cpu() 1125 ptq->thread = machine__find_thread(pt->machine, -1, ptq->tid); in intel_pt_set_pid_tid_cpu() 1200 ptq->tid in intel_pt_setup_queue() 1901 intel_pt_synth_error(struct intel_pt *pt, int code, int cpu, pid_t pid, pid_t tid, u64 ip, u64 timestamp) intel_pt_synth_error() argument 1945 pid_t tid = ptq->next_tid; intel_pt_next_tid() local 2384 intel_pt_process_timeless_queues(struct intel_pt *pt, pid_t tid, u64 time_) intel_pt_process_timeless_queues() argument 2488 intel_pt_sync_switch(struct intel_pt *pt, int cpu, pid_t tid, u64 timestamp) intel_pt_sync_switch() argument 2537 pid_t tid; intel_pt_process_switch() local 2562 pid_t tid = sample->tid; intel_pt_context_switch_in() local 2600 pid_t pid, tid; intel_pt_context_switch() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | jbd2.h | 1424 int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid, 1426 int __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); 1427 void jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); 1641 int jbd2_log_start_commit(journal_t *journal, tid_t tid); 1642 int __jbd2_log_start_commit(journal_t *journal, tid_t tid); 1643 int jbd2_journal_start_commit(journal_t *journal, tid_t *tid); 1644 int jbd2_log_wait_commit(journal_t *journal, tid_t tid); 1645 int jbd2_transaction_committed(journal_t *journal, tid_t tid); 1646 int jbd2_complete_transaction(journal_t *journal, tid_t tid); 1648 int jbd2_trans_will_send_data_barrier(journal_t *journal, tid_t tid); 1785 tid_t tid; jbd2_get_latest_transaction() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | jbd2.h | 1269 void (*j_fc_cleanup_callback)(struct journal_s *journal, int full, tid_t tid); 1432 int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid, 1434 int __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); 1435 void jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); 1647 int jbd2_log_start_commit(journal_t *journal, tid_t tid); 1648 int jbd2_journal_start_commit(journal_t *journal, tid_t *tid); 1649 int jbd2_log_wait_commit(journal_t *journal, tid_t tid); 1650 int jbd2_transaction_committed(journal_t *journal, tid_t tid); 1651 int jbd2_complete_transaction(journal_t *journal, tid_t tid); 1653 int jbd2_trans_will_send_data_barrier(journal_t *journal, tid_t tid); 1795 tid_t tid; jbd2_get_latest_transaction() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | ampdu.c | 107 * ini_enable: per-tid initiator enable/disable of ampdu 112 * retry_limit_tid: per-tid mpdu transmit retry limit 113 * rr_retry_limit_tid: per-tid mpdu transmit retry limit at regular rate 149 u16 tid; member 478 brcms_c_ampdu_tx_operational(struct brcms_c_info *wlc, u8 tid, in brcms_c_ampdu_tx_operational() argument 486 if (!ampdu->ini_enable[tid]) { in brcms_c_ampdu_tx_operational() 487 brcms_err(wlc->hw->d11core, "%s: Rejecting tid %d\n", in brcms_c_ampdu_tx_operational() 488 __func__, tid); in brcms_c_ampdu_tx_operational() 522 u8 ndelim, tid; in brcms_c_ampdu_add_frame() local 564 tid in brcms_c_ampdu_add_frame() 835 u8 bitmap[8], queue, tid; brcms_c_ampdu_dotxstatus_complete() local 1079 brcms_c_aggregatable(struct brcms_c_info *wlc, u8 tid) brcms_c_aggregatable() argument 1119 brcms_c_ampdu_flush(struct brcms_c_info *wlc, struct ieee80211_sta *sta, u16 tid) brcms_c_ampdu_flush() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
H A D | rsi_91x_core.c | 382 u8 q_num, tid = 0; in rsi_core_xmit() local 439 tid = *qos & IEEE80211_QOS_CTL_TID_MASK; in rsi_core_xmit() 440 skb->priority = TID_TO_WME_AC(tid); in rsi_core_xmit() 442 tid = IEEE80211_NONQOS_TID; in rsi_core_xmit() 447 tx_params->tid = tid; in rsi_core_xmit() 462 /* Start aggregation if not done for this tid */ in rsi_core_xmit() 463 if (!rsta->start_tx_aggr[tid]) { in rsi_core_xmit() 464 rsta->start_tx_aggr[tid] = true; in rsi_core_xmit() 466 tid, in rsi_core_xmit() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/ |
H A D | rsi_91x_core.c | 381 u8 q_num, tid = 0; in rsi_core_xmit() local 439 tid = *qos & IEEE80211_QOS_CTL_TID_MASK; in rsi_core_xmit() 440 skb->priority = TID_TO_WME_AC(tid); in rsi_core_xmit() 442 tid = IEEE80211_NONQOS_TID; in rsi_core_xmit() 447 tx_params->tid = tid; in rsi_core_xmit() 462 /* Start aggregation if not done for this tid */ in rsi_core_xmit() 463 if (!rsta->start_tx_aggr[tid]) { in rsi_core_xmit() 464 rsta->start_tx_aggr[tid] = true; in rsi_core_xmit() 466 tid, in rsi_core_xmit() [all...] |
/test/xts/acts/kernel_lite/ipc_posix/semaphore/ |
H A D | SemTest.cpp | 190 pthread_t tid; in HWTEST_F() local 197 reInt = pthread_create(&tid, nullptr, ThreadChat, (void*)&sem); in HWTEST_F() 211 reInt = pthread_join(tid, nullptr); in HWTEST_F() 247 pthread_t tid; in HWTEST_F() local 248 reInt = pthread_create(&tid, nullptr, ThreadSemTryWait, (void*)&sem); in HWTEST_F() 258 reInt = pthread_join(tid, nullptr); in HWTEST_F() 301 pthread_t tid; in HWTEST_F() local 308 reInt = pthread_create(&tid, nullptr, ThreadSemTimedWait, (void*)&sem); in HWTEST_F() 317 reInt = pthread_join(tid, nullptr); in HWTEST_F()
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_regression_getdelays.c | 265 pid_t tid = 0; in main() local 319 tid = atoi(optarg); in main() 320 if (!tid) in main() 325 tid = atoi(optarg); in main() 326 if (!tid) in main() 375 if (tid && containerset) { in main() 380 if (tid) { in main() 382 cmd_type, &tid, sizeof(__u32)); in main() 385 fprintf(stderr, "error sending tid/tgid cmd\n"); in main() 408 if (!maskset && !tid in main() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | 103 u8 tid, keyidx; in iwl_mvm_check_pn() local 143 tid = ieee80211_get_tid(hdr); in iwl_mvm_check_pn() 145 tid = 0; in iwl_mvm_check_pn() 148 if (tid >= IWL_MAX_TID_COUNT) in iwl_mvm_check_pn() 159 res = memcmp(pn, ptk_pn->q[queue].pn[tid], IEEE80211_CCMP_PN_LEN); in iwl_mvm_check_pn() 165 memcpy(ptk_pn->q[queue].pn[tid], pn, IEEE80211_CCMP_PN_LEN); in iwl_mvm_check_pn() 491 u8 tid, sub_frame_idx; in iwl_mvm_is_dup() local 512 tid = ieee80211_get_tid(hdr); in iwl_mvm_is_dup() 514 tid = IWL_MAX_TID_COUNT; in iwl_mvm_is_dup() 521 dup_data->last_seq[tid] in iwl_mvm_is_dup() 861 iwl_mvm_oldsn_workaround(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, struct iwl_mvm_reorder_buffer *buffer, u32 reorder, u32 gp2, int queue) iwl_mvm_oldsn_workaround() argument 931 u8 tid = ieee80211_get_tid(hdr); iwl_mvm_reorder() local 2125 unsigned int tid = le32_get_bits(release->sta_tid, iwl_mvm_rx_bar_frame_release() local [all...] |
/kernel/linux/linux-5.10/kernel/debug/ |
H A D | gdbstub.c | 433 static struct task_struct *getthread(struct pt_regs *regs, int tid) in getthread() argument 438 if (tid == 0 || tid == -1) in getthread() 439 tid = -atomic_read(&kgdb_active) - 2; in getthread() 440 if (tid < -1 && tid > -NR_CPUS - 2) { in getthread() 441 if (kgdb_info[-tid - 2].task) in getthread() 442 return kgdb_info[-tid - 2].task; in getthread() 444 return idle_task(-tid - 2); in getthread() 446 if (tid < in getthread() [all...] |