Searched refs:chead (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/perf/scripts/python/
H A Dcompaction-times.py108 class chead: class in inherits:
126 head = cls.heads[pid] = chead(comm, pid, filtered)
180 chead.val += self.pending
206 sys.stdout.write("total: %s\n" % chead.str())
207 for i in chead.gen():
215 chead.increment_pending(common_pid,
222 chead.increment_pending(common_pid,
229 chead.increment_pending(common_pid,
237 chead.complete_pending(common_pid, common_secs, common_nsecs)
244 chead
[all...]
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf.h43 struct list_head chead; member in struct:otx_cpt_cmd_queue
H A Dotx_cptvf_main.c167 while (!list_empty(&cqinfo->queue[i].chead)) {
168 chunk = list_first_entry(&cqinfo->queue[i].chead,
212 INIT_LIST_HEAD(&queue->chead);
236 &cqinfo->queue[i].chead);
H A Dotx_cptvf_reqmgr.c286 if (list_is_last(&curr->nextchunk, &queue->chead))
/linux-master/kernel/cgroup/
H A Drstat.c91 struct cgroup *chead = child; /* Head of child cgroup level */ local
99 while (chead) {
100 child = chead;
101 chead = child->rstat_flush_next;
122 chead = ghead;
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf.h58 struct hlist_head chead; member in struct:command_queue
H A Dcptvf_main.c178 if (hlist_empty(&cqinfo->queue[i].chead))
181 hlist_for_each_entry_safe(chunk, node, &cqinfo->queue[i].chead,
225 INIT_HLIST_HEAD(&cqinfo->queue[i].chead);
247 &cqinfo->queue[i].chead);
H A Dcptvf_reqmanager.c247 hlist_for_each_entry(chunk, &queue->chead, nextchunk) {

Completed in 130 milliseconds