Home
last modified time | relevance | path

Searched defs:atom (Results 1 – 8 of 8) sorted by relevance

/linux/include/rv/
H A Dltl_monitor.h110 static inline void ltl_atom_set(struct ltl_monitor *mon, enum ltl_atom atom, bool value) in ltl_atom_set()
163 static void ltl_atom_update(struct task_struct *task, enum ltl_atom atom, bool value) in ltl_atom_update()
178 static void __maybe_unused ltl_atom_pulse(struct task_struct *task, enum ltl_atom atom, bool value) in ltl_atom_pulse()
/linux/tools/perf/
H A Dbuiltin-kwork.c245 struct kwork_atom *atom = NULL; in atom_new() local
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() local
515 struct kwork_atom *atom, *src_atom; in work_pop_atom() local
580 struct kwork_atom *atom, in report_update_exit_event()
617 struct kwork_atom *atom = NULL; in report_exit_event() local
635 struct kwork_atom *atom, in latency_update_entry_event()
672 struct kwork_atom *atom = NULL; in latency_entry_event() local
740 struct kwork_atom *atom, in timehist_print_event()
[all …]
H A Dbuiltin-sched.c515 struct sched_atom *atom) in perf_sched__process_event()
1051 struct work_atom *atom = zalloc(sizeof(*atom)); in add_sched_out_event() local
1072 struct work_atom *atom; in add_runtime_event() local
1085 struct work_atom *atom; in add_sched_in_event() local
1116 struct work_atom *atom, *tmp; in free_work_atoms() local
1241 struct work_atom *atom; in latency_wakeup_event() local
1303 struct work_atom *atom; in latency_migrate_task_event() local
/linux/kernel/trace/rv/monitors/pagefault/
H A Dpagefault.h21 static const char *ltl_atom_str(enum ltl_atom atom) in ltl_atom_str()
/linux/kernel/trace/rv/monitors/sleep/
H A Dsleep.h37 static const char *ltl_atom_str(enum ltl_atom atom) in ltl_atom_str()
/linux/include/linux/
H A Dconsole.h221 unsigned int atom; member
/linux/tools/testing/selftests/bpf/
H A Dveristat.c1865 static int adjust_var_secinfo_array(struct btf *btf, int tid, struct field_access *atom, in adjust_var_secinfo_array()
1963 struct field_access *atom = preset->atoms + i; in adjust_var_secinfo() local
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Datom.h161 nv50_head_atom_get_encoder(struct nv50_head_atom *atom) in nv50_head_atom_get_encoder()