Searched refs:TSID (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/misc/sgi-gru/
H A Dgrutables.h382 * created. Each thread uses a separate GSEG. TSID is the index into the GSEG
385 #define TSID(a, v) (((a) - (v)->vm_start) / GRU_GSEG_PAGESIZE) macro
H A Dgrufault.c75 gts = gru_find_thread_state(vma, TSID(vaddr, vma));
94 gts = gru_alloc_thread_state(vma, TSID(vaddr, vma));
H A Dgrumain.c934 gts = gru_find_thread_state(vma, TSID(vaddr, vma));

Completed in 117 milliseconds