Lines Matching refs:head
68 list_for_each_entry(dom, &ppm->domains, head) { in nvkm_perfsig_find()
129 list_for_each_entry(chk, &ppm->domains, head) { in nvkm_perfctr_query()
157 dom = list_entry(dom->head.next, typeof(*dom), head); in nvkm_perfctr_query()
158 } while (&dom->head != &ppm->domains); in nvkm_perfctr_query()
182 list_for_each_entry(dom, &ppm->domains, head) { in nvkm_perfctr_sample()
189 typeof(*ctr), head); in nvkm_perfctr_sample()
195 list_move_tail(&ctr->head, &dom->list); in nvkm_perfctr_sample()
202 list_for_each_entry(ctr, &dom->list, head) { in nvkm_perfctr_sample()
260 if (ctr->head.next) in nvkm_perfctr_dtor()
261 list_del(&ctr->head); in nvkm_perfctr_dtor()
307 list_add_tail(&ctr->head, &dom->list); in nvkm_perfctr_ctor()
411 list_add_tail(&dom->head, &ppm->domains); in nvkm_perfdom_new()
453 list_for_each_entry_safe(dom, tmp, &ppm->domains, head) { in _nvkm_pm_dtor()
454 list_del(&dom->head); in _nvkm_pm_dtor()