Searched refs:chead (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/perf/scripts/python/ |
D | compaction-times.py | 108 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-6.12.1/kernel/cgroup/ |
D | rstat.c | 147 struct cgroup *chead = child; /* Head of child cgroup level */ in cgroup_rstat_push_children() local 155 while (chead) { in cgroup_rstat_push_children() 156 child = chead; in cgroup_rstat_push_children() 157 chead = child->rstat_flush_next; in cgroup_rstat_push_children() 178 chead = ghead; in cgroup_rstat_push_children()
|
/linux-6.12.1/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf.h | 43 struct list_head chead; member
|
D | otx_cptvf_main.c | 167 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()
|
D | otx_cptvf_reqmgr.c | 286 if (list_is_last(&curr->nextchunk, &queue->chead)) in cpt_send_cmd()
|
/linux-6.12.1/drivers/crypto/cavium/cpt/ |
D | cptvf_main.c | 178 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()
|
D | cptvf.h | 58 struct hlist_head chead; member
|
D | cptvf_reqmanager.c | 247 hlist_for_each_entry(chunk, &queue->chead, nextchunk) { in send_cpt_command()
|