Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dkwork.h78 struct kwork_atom { struct
81 struct kwork_atom *prev; argument
90 struct kwork_atom atoms[NR_ATOM_PER_PAGE]; argument
/Linux-v6.1/tools/perf/
Dbuiltin-kwork.c189 static struct kwork_atom *atom_new(struct perf_kwork *kwork, in atom_new()
194 struct kwork_atom *atom = NULL; in atom_new()
227 static void atom_free(struct kwork_atom *atom) in atom_free()
236 static void atom_del(struct kwork_atom *atom) in atom_del()
390 struct kwork_atom *atom, *dst_atom; in work_push_atom()
411 struct kwork_atom, list); in work_push_atom()
426 static struct kwork_atom *work_pop_atom(struct perf_kwork *kwork, in work_pop_atom()
435 struct kwork_atom *atom, *src_atom; in work_pop_atom()
452 struct kwork_atom, list); in work_pop_atom()
468 struct kwork_atom *atom, in report_update_exit_event()
[all …]