Searched refs:next_tid (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | switch-tracking.c | 128 pid_t next_tid, prev_tid; in process_sample_event() local 138 next_tid = evsel__intval(evsel, &sample, "next_pid"); in process_sample_event() 142 cpu, prev_tid, next_tid); in process_sample_event() 155 switch_tracking->tids[cpu] = next_tid; in process_sample_event()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | intel-pt.c | 163 pid_t next_tid; member 1035 ptq->next_tid = -1; in intel_pt_alloc_queue() 1945 pid_t tid = ptq->next_tid; in intel_pt_next_tid() 1958 ptq->next_tid = -1; in intel_pt_next_tid() 2298 ptq->next_tid == -1) { in intel_pt_run_decoder() 2506 ptq->next_tid = tid; in intel_pt_sync_switch() 2528 ptq->next_tid = -1; in intel_pt_sync_switch() 2570 ptq->next_tid = -1; in intel_pt_context_switch_in()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | slub.c | 2151 static inline unsigned long next_tid(unsigned long tid) in next_tid() function 2192 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure() 2354 c->tid = next_tid(c->tid); in deactivate_slab() 2773 c->tid = next_tid(c->tid); in ___slab_alloc() 2788 c->tid = next_tid(c->tid); in ___slab_alloc() 2943 next_object, next_tid(tid)))) { in slab_alloc_node() 3193 head, next_tid(tid)))) { in do_slab_free() 3387 c->tid = next_tid(c->tid); in kmem_cache_alloc_bulk() 3407 c->tid = next_tid(c->tid); in kmem_cache_alloc_bulk()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_wmm.c | 669 int next_tid = 0; in wlan_wmm_get_highest_priolist_ptr() local 749 next_tid = in wlan_wmm_get_highest_priolist_ptr() 752 pkts_queued[next_tid] && in wlan_wmm_get_highest_priolist_ptr() 754 pkts_queued[next_tid] > in wlan_wmm_get_highest_priolist_ptr() 756 pkts_paused[next_tid])) in wlan_wmm_get_highest_priolist_ptr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_wmm.c | 624 int next_tid = 0; in wlan_wmm_get_highest_priolist_ptr() local 705 next_tid = in wlan_wmm_get_highest_priolist_ptr() 708 [next_tid] && in wlan_wmm_get_highest_priolist_ptr() 710 [next_tid] > in wlan_wmm_get_highest_priolist_ptr() 712 [next_tid])) in wlan_wmm_get_highest_priolist_ptr()
|
| /OK3568_Linux_fs/kernel/include/linux/qed/ |
| H A D | iscsi_common.h | 876 __le16 next_tid; member
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | base.c | 3759 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function 3797 task = next_tid(task), ctx->pos++) { in proc_task_readdir()
|