Home
last modified time | relevance | path

Searched refs:chead (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/tools/perf/scripts/python/
Dcompaction-times.py108 class chead: class
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.create_pending(common_pid, common_comm, common_secs, common_nsecs)
[all …]
/linux-5.19.10/drivers/crypto/marvell/octeontx/
Dotx_cptvf.h43 struct list_head chead; member
Dotx_cptvf_main.c167 while (!list_empty(&cqinfo->queue[i].chead)) { in free_command_queues()
168 chunk = list_first_entry(&cqinfo->queue[i].chead, in free_command_queues()
212 INIT_LIST_HEAD(&queue->chead); in alloc_command_queues()
236 &cqinfo->queue[i].chead); in alloc_command_queues()
Dotx_cptvf_reqmgr.c286 if (list_is_last(&curr->nextchunk, &queue->chead)) in cpt_send_cmd()
/linux-5.19.10/drivers/crypto/cavium/cpt/
Dcptvf.h58 struct hlist_head chead; member
Dcptvf_main.c178 if (hlist_empty(&cqinfo->queue[i].chead)) in free_command_queues()
181 hlist_for_each_entry_safe(chunk, node, &cqinfo->queue[i].chead, in free_command_queues()
225 INIT_HLIST_HEAD(&cqinfo->queue[i].chead); in alloc_command_queues()
247 &cqinfo->queue[i].chead); in alloc_command_queues()
Dcptvf_reqmanager.c247 hlist_for_each_entry(chunk, &queue->chead, nextchunk) { in send_cpt_command()