Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dkwork.h81 struct kwork_atom { struct
84 struct kwork_atom *prev; argument
93 struct kwork_atom atoms[NR_ATOM_PER_PAGE]; argument
/linux/tools/perf/
H A Dbuiltin-kwork.c240 static struct kwork_atom *atom_new(struct perf_kwork *kwork, in atom_new()
245 struct kwork_atom *atom = NULL; in atom_new()
278 static void atom_free(struct kwork_atom *atom) in atom_free()
287 static void atom_del(struct kwork_atom *atom) in atom_del()
457 struct kwork_atom *atom, *dst_atom, *last_atom; in work_push_atom()
480 struct kwork_atom, list); in work_push_atom()
492 struct kwork_atom, list); in work_push_atom()
506 static struct kwork_atom *work_pop_atom(struct perf_kwork *kwork, in work_pop_atom()
515 struct kwork_atom *atom, *src_atom; in work_pop_atom()
532 struct kwork_atom, list); in work_pop_atom()
[all …]