Home
last modified time | relevance | path

Searched refs:pidx (Results 1 – 2 of 2) sorted by relevance

/kernel/
Drelay.c1203 unsigned int pidx, poff, total_len, subbuf_pages, nr_pages; in subbuf_splice_actor() local
1236 pidx = (read_start / PAGE_SIZE) % subbuf_pages; in subbuf_splice_actor()
1250 spd.pages[spd.nr_pages] = rbuf->page_array[pidx]; in subbuf_splice_actor()
1264 pidx = (pidx + 1) % subbuf_pages; in subbuf_splice_actor()
/kernel/trace/
Dftrace.c3273 int pidx; member
3320 if (iter->pidx >= size) { in t_probe_next()
3327 iter->pidx = 0; in t_probe_next()
3330 hhd = &hash->buckets[iter->pidx]; in t_probe_next()
3333 iter->pidx++; in t_probe_next()
3343 iter->pidx++; in t_probe_next()
3370 iter->pidx = 0; in t_probe_start()