Home
last modified time | relevance | path

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

/linux/include/rv/
H A Dltl_monitor.h97 static inline void ltl_atom_set(struct ltl_monitor *mon, enum ltl_atom atom, bool value) in ltl_atom_set()
150 static void ltl_atom_update(struct task_struct *task, enum ltl_atom atom, bool value) in ltl_atom_update()
165 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() argument
287 atom_del(struct kwork_atom * atom) atom_del() argument
457 struct kwork_atom *atom, *dst_atom, *last_atom; work_push_atom() local
515 struct kwork_atom *atom, *src_atom; work_pop_atom() local
580 report_update_exit_event(struct kwork_work * work,struct kwork_atom * atom,struct perf_sample * sample) report_update_exit_event() argument
617 struct kwork_atom *atom = NULL; report_exit_event() local
635 latency_update_entry_event(struct kwork_work * work,struct kwork_atom * atom,struct perf_sample * sample) latency_update_entry_event() argument
672 struct kwork_atom *atom = NULL; latency_entry_event() local
740 timehist_print_event(struct perf_kwork * kwork,struct kwork_work * work,struct kwork_atom * atom,struct perf_sample * sample,struct addr_location * al) timehist_print_event() argument
852 struct kwork_atom *atom = NULL; timehist_exit_event() local
884 top_update_runtime(struct kwork_work * work,struct kwork_atom * atom,struct perf_sample * sample) top_update_runtime() argument
916 struct kwork_atom *atom; top_exit_event() local
944 struct kwork_atom *atom; top_sched_switch_event() local
[all...]
H A Dbuiltin-sched.c522 struct sched_atom *atom) in perf_sched__process_event() argument
1058 struct work_atom *atom = zalloc(sizeof(*atom)); in add_sched_out_event() local
1079 struct work_atom *atom; add_runtime_event() local
1092 struct work_atom *atom; add_sched_in_event() local
1123 struct work_atom *atom, *tmp; free_work_atoms() local
1248 struct work_atom *atom; latency_wakeup_event() local
1310 struct work_atom *atom; latency_migrate_task_event() local
[all...]
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c2108 struct nv50_atom *atom = nv50_atom(state); in nv50_disp_atomic_commit_core() local
2178 struct nv50_atom *atom = nv50_atom(state); in nv50_disp_atomic_commit_tail() local
2490 nv50_disp_outp_atomic_add(struct nv50_atom *atom, struct drm_encoder *encoder) in nv50_disp_outp_atomic_add()
2509 nv50_disp_outp_atomic_check_clr(struct nv50_atom *atom, in nv50_disp_outp_atomic_check_clr()
2538 nv50_disp_outp_atomic_check_set(struct nv50_atom *atom, in nv50_disp_outp_atomic_check_set()
2565 struct nv50_atom *atom = nv50_atom(state); in nv50_disp_atomic_check() local
2623 struct nv50_atom *atom = nv50_atom(state); in nv50_disp_atomic_state_clear() local
2637 struct nv50_atom *atom = nv50_atom(state); in nv50_disp_atomic_state_free() local
2645 struct nv50_atom *atom; in nv50_disp_atomic_state_alloc() local
H A Datom.h174 nv50_head_atom_get_encoder(struct nv50_head_atom *atom) in nv50_head_atom_get_encoder()
/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/rust/syn/
H A Dexpr.rs1245 let atom = expr_group(input, allow_struct)?; in parse_with_earlier_boundary_rule() localVariable
1599 let atom = atom_expr(input, allow_struct)?; in trailer_expr() localVariable
/linux/tools/testing/selftests/bpf/
H A Dveristat.c1932 static int adjust_var_secinfo_array(struct btf *btf, int tid, struct field_access *atom, in adjust_var_secinfo_array()
2030 struct field_access *atom = preset->atoms + i; in adjust_var_secinfo() local