Home
last modified time | relevance | path

Searched refs:tid (Results 101 – 125 of 775) sorted by relevance

12345678910>>...31

/openbmc/linux/fs/jfs/
H A Dinode.c76 tid_t tid; in jfs_commit_inode() local
101 tid = txBegin(inode->i_sb, COMMIT_INODE); in jfs_commit_inode()
108 rc = txCommit(tid, 1, &inode, wait ? COMMIT_SYNC : 0); in jfs_commit_inode()
110 txEnd(tid); in jfs_commit_inode()
368 tid_t tid; in jfs_truncate_nolock() local
378 tid = txBegin(ip->i_sb, 0); in jfs_truncate_nolock()
388 newsize = xtTruncate(tid, ip, length, in jfs_truncate_nolock()
391 txEnd(tid); in jfs_truncate_nolock()
399 txCommit(tid, 1, &ip, 0); in jfs_truncate_nolock()
400 txEnd(tid); in jfs_truncate_nolock()
H A Djfs_xtree.c107 static int xtSplitUp(tid_t tid,
664 xtSplitUp(tid_t tid, in xtSplitUp() argument
770 xtSplitRoot(tid, ip, split, &rmp) : in xtSplitUp()
890 tlck = txLock(tid, ip, smp, in xtSplitUp()
934 xtSplitPage(tid_t tid, struct inode *ip, in xtSplitPage() argument
1201 xtSplitRoot(tid_t tid, in xtSplitRoot() argument
2211 if (tid) { in xtTruncate()
2212 tblk = tid_to_tblock(tid); in xtTruncate()
2572 lid_to_tlock(mp->lid)->tid) { in xtTruncate()
2763 tblk = tid_to_tblock(tid); in xtTruncate_pmap()
[all …]
H A Djfs_dtree.h16 tid_t tid; member
241 extern void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot);
246 extern int dtInsert(tid_t tid, struct inode *ip, struct component_name * key,
249 extern int dtDelete(tid_t tid, struct inode *ip, struct component_name * key,
252 extern int dtModify(tid_t tid, struct inode *ip, struct component_name * key,
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dpkey_siginfo.c102 int tid, i; in protect() local
104 tid = gettid(); in protect()
112 printf("tid %d, pkey permissions are %s\n", tid, pkey_rights(rights)); in protect()
144 int tid, i; in protect_access() local
146 tid = gettid(); in protect_access()
157 printf("tid %d, pkey permissions are %s\n", tid, pkey_rights(rights)); in protect_access()
158 printf("tid %d, %s randomly in range [%p, %p]\n", tid, in protect_access()
/openbmc/linux/net/ceph/
H A Dmon_client.c631 WARN_ON(req->tid); in register_generic_request()
634 req->tid = ++monc->last_tid; in register_generic_request()
641 WARN_ON(!req->tid); in send_generic_request()
644 req->request->hdr.tid = cpu_to_le64(req->tid); in send_generic_request()
683 req->tid); in cancel_generic_request()
712 u64 tid = le64_to_cpu(hdr->tid); in get_generic_reply() local
743 u64 tid = le64_to_cpu(msg->hdr.tid); in handle_statfs_reply() local
820 u64 tid = le64_to_cpu(msg->hdr.tid); in handle_get_version_reply() local
829 if (tid != 0 && tid != handle) in handle_get_version_reply()
945 u64 tid = le64_to_cpu(msg->hdr.tid); in handle_command_ack() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/
H A D0001-Fix-Wincompatible-function-pointer-types.patch22 pthread_t tid;
23 - if (!pthread_create(&tid, NULL, start, arg)) {
24 + if (!pthread_create(&tid, NULL, (void*(*)(void*))start, arg)) {
25 return((PRThread *) tid);
/openbmc/libpldm/tests/
H A Dresponder.cpp12 .tid = 1, in TEST()
42 .tid = 1, in TEST()
67 .tid = 1, in TEST()
74 .tid = 2, in TEST()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c82 __u64 tid; in BPF_PROG() local
89 tid = bpf_get_current_pid_tgid(); in BPF_PROG()
91 start = bpf_map_lookup_elem(&functime, &tid); in BPF_PROG()
97 bpf_map_delete_elem(&functime, &tid); in BPF_PROG()
/openbmc/linux/sound/core/
H A Dtimer.c199 switch (tid->dev_class) { in snd_timer_request()
303 tid->dev_sclass); in snd_timer_open()
325 snd_timer_request(tid); in snd_timer_open()
955 if (snd_BUG_ON(!tid)) in snd_timer_new()
1121 tid.card = -1; in snd_timer_global_new()
1122 tid.device = device; in snd_timer_global_new()
1123 tid.subdevice = 0; in snd_timer_global_new()
1668 tid = ginfo->tid; in snd_timer_user_ginfo()
1670 ginfo->tid = tid; in snd_timer_user_ginfo()
1744 tid = gstatus.tid; in snd_timer_user_gstatus()
[all …]
/openbmc/pldm/common/
H A Dtransport.hpp49 pldm_requester_rc_t sendMsg(pldm_tid_t tid, const void* tx, size_t len);
63 pldm_requester_rc_t recvMsg(pldm_tid_t& tid, void*& rx, size_t& len);
88 pldm_requester_rc_t sendRecvMsg(pldm_tid_t tid, const void* tx,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c146 u8 rtl_tid_to_ac(u8 tid) in rtl_tid_to_ac() argument
148 return tid_to_ac[tid]; in rtl_tid_to_ac()
1340 u8 *bssid, u16 tid);
1398 u16 capab = 0, tid = 0; in rtl_action_proc() local
1417 tid = (capab & in rtl_action_proc()
1419 if (tid >= MAX_TID_COUNT) { in rtl_action_proc()
2057 u8 idx, tid; in rtl_watchdog_wq_callback() local
2120 for (tid = 0; tid <= 7; tid++) { in rtl_watchdog_wq_callback()
2129 tidtx_inp4eriod[tid] += in rtl_watchdog_wq_callback()
2131 aver_tidtx_inperiod[tid] = tidtx_inp4eriod[tid] / 4; in rtl_watchdog_wq_callback()
[all …]
H A Dbase.h101 struct ieee80211_sta *sta, u16 tid, u16 *ssn);
103 struct ieee80211_sta *sta, u16 tid);
105 struct ieee80211_sta *sta, u16 tid);
107 struct ieee80211_sta *sta, u16 tid);
109 struct ieee80211_sta *sta, u16 tid);
126 u8 rtl_tid_to_ac(u8 tid);
/openbmc/linux/tools/perf/util/
H A Dthread_map.h13 struct perf_thread_map *thread_map__new_by_tid(pid_t tid);
16 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
20 const char *tid, uid_t uid, bool all_threads);
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c398 new_tid = ac_to_tid[ac_down][tid % 2]; in mwifiex_wmm_downgrade_tid()
816 u32 tid; in mwifiex_wmm_add_buf_txqueue() local
842 tid = skb->priority; in mwifiex_wmm_add_buf_txqueue()
1160 *tid = tos_to_tid[i]; in mwifiex_wmm_get_highest_priolist_ptr()
1176 int tid) in mwifiex_rotate_priolists() argument
1193 priv->wmm.packets_out[tid]++; in mwifiex_rotate_priolists()
1411 int tid_del = 0, tid = 0; in mwifiex_dequeue_tx_packet() local
1417 tid = mwifiex_get_tid(ptr); in mwifiex_dequeue_tx_packet()
1440 mwifiex_is_amsdu_allowed(priv, tid) && in mwifiex_dequeue_tx_packet()
1458 mwifiex_send_addba(priv, tid, ptr->ra); in mwifiex_dequeue_tx_packet()
[all …]
/openbmc/linux/net/mac80211/
H A Dkey.c1256 if (WARN_ON(tid < 0 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_get_key_rx_seq()
1263 if (WARN_ON(tid < -1 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_get_key_rx_seq()
1265 if (tid < 0) in ieee80211_get_key_rx_seq()
1273 if (WARN_ON(tid != 0)) in ieee80211_get_key_rx_seq()
1287 if (WARN_ON(tid < -1 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_get_key_rx_seq()
1289 if (tid < 0) in ieee80211_get_key_rx_seq()
1309 if (WARN_ON(tid < 0 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_set_key_rx_seq()
1316 if (WARN_ON(tid < -1 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_set_key_rx_seq()
1318 if (tid < 0) in ieee80211_set_key_rx_seq()
1340 if (WARN_ON(tid < -1 || tid >= IEEE80211_NUM_TIDS)) in ieee80211_set_key_rx_seq()
[all …]
H A Dmichael.c30 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()
H A Dwme.c60 static inline u8 ieee80211_fix_reserved_tid(u8 tid) in ieee80211_fix_reserved_tid() argument
62 switch (tid) { in ieee80211_fix_reserved_tid()
198 u8 tid = skb->priority & IEEE80211_QOS_CTL_TAG1D_MASK; in ieee80211_set_qos_hdr() local
225 sdata->noack_map & BIT(tid)) { in ieee80211_set_qos_hdr()
230 *p = flags | tid; in ieee80211_set_qos_hdr()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dtaskdata.py107 tid = "%s:%s" % (fn, task)
108 self.taskentries[tid] = TaskEntry()
476 for tid in self.taskentries:
479 fn = tid.rsplit(":",1)[0]
501 for tid in self.taskentries:
504 fn = tid.rsplit(":",1)[0]
573 for tid in self.taskentries:
575 tid,
576 self.taskentries[tid].idepends,
577 self.taskentries[tid].irdepends,
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dsw.c67 u8 tid; in rtl92d_init_sw_vars() local
145 for (tid = 0; tid < 8; tid++) in rtl92d_init_sw_vars()
146 skb_queue_head_init(&rtlpriv->mac80211.skb_waitq[tid]); in rtl92d_init_sw_vars()
176 u8 tid; in rtl92d_deinit_sw_vars() local
182 for (tid = 0; tid < 8; tid++) in rtl92d_deinit_sw_vars()
183 skb_queue_purge(&rtlpriv->mac80211.skb_waitq[tid]); in rtl92d_deinit_sw_vars()
/openbmc/linux/tools/testing/selftests/proc/
H A Dthread-self.c30 pid_t pid, tid; in f() local
34 tid = sys_gettid(); in f()
35 snprintf(buf1, sizeof(buf1), "%u/task/%u", pid, tid); in f()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/
H A Dbase.bbclass238 for tid in sorted(sq_data['hash']):
239 … = os.path.basename(bb.runqueue.fn_from_tid(tid)).split(".")[0] + ":do_" + bb.runqueue.taskname_fr…
244 found.add(tid)
245 elif n + ":" + sq_data['hash'][tid] in valid:
247 found.add(tid)
251 if hash == sq_data['hash'][tid]:
253 found.add(tid)
255 …SState: sstate hash didn't match previous run for %s (%s vs %s)" % (n, sq_data['hash'][tid], hash))
256 missed.add(tid)
258 missed.add(tid)
[all …]
/openbmc/linux/include/linux/surface_aggregator/
H A Dcontroller.h557 static int name(struct ssam_controller *ctrl, u8 tid, u8 iid) \
563 rqst.target_id = tid; \
605 rqst.target_id = tid; \
642 static int name(struct ssam_controller *ctrl, u8 tid, u8 iid, rtype *ret) \
650 rqst.target_id = tid; \
705 static int name(struct ssam_controller *ctrl, u8 tid, u8 iid, \
714 rqst.target_id = tid; \
906 #define SSAM_EVENT_REGISTRY(tc, tid, cid_en, cid_dis) \ argument
909 .target_id = (tid), \
920 #define SSAM_EVENT_REGISTRY_REG(tid)\ argument
[all …]
/openbmc/pldm/platform-mc/
H A Dterminus.cpp16 Terminus::Terminus(pldm_tid_t tid, uint64_t supportedTypes) : in Terminus() argument
18 synchronyConfigurationSupported(0), tid(tid), supportedTypes(supportedTypes) in Terminus()
202 lg2::info("Terminus {TID} has Auxiliary Name {NAME}.", "TID", tid, in parseTerminusPDRs()
212 "TID", tid); in parseTerminusPDRs()
218 lg2::error("Terminus ID {TID}: Created Inventory path.", "TID", tid); in parseTerminusPDRs()
390 "TID", tid); in addNumericSensor()
419 tid, true, pdr, sensorName, inventoryPath); in addNumericSensor()
503 "TID", tid); in addCompactNumericSensor()
528 tid, true, pdr, sensorName, inventoryPath); in addCompactNumericSensor()
546 "TID", tid); in getSensorObject()
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dirq_64.c316 unsigned int tid; in sun4u_compute_tid() local
320 tid <<= IMAP_TID_SHIFT; in sun4u_compute_tid()
321 tid &= IMAP_TID_UPA; in sun4u_compute_tid()
330 tid &= IMAP_TID_JBUS; in sun4u_compute_tid()
337 tid &= (IMAP_AID_SAFARI | in sun4u_compute_tid()
342 tid &= IMAP_TID_UPA; in sun4u_compute_tid()
346 return tid; in sun4u_compute_tid()
379 unsigned int tid; in sun4u_irq_enable() local
390 val |= tid | IMAP_VALID; in sun4u_irq_enable()
404 unsigned int tid; in sun4u_set_affinity() local
[all …]
/openbmc/pldm/pldmd/
H A Dhandler.hpp21 pldm_tid_t tid, const pldm_msg* request, size_t reqMsgLen)>;
36 Response handle(pldm_tid_t tid, Command pldmCommand, in handle() argument
39 return handlers.at(pldmCommand)(tid, request, reqMsgLen); in handle()

12345678910>>...31