Home
last modified time | relevance | path

Searched defs:atom (Results 1 – 10 of 10) 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()
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/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/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.h225 unsigned int atom; member
/linux/tools/testing/selftests/bpf/
H A Dveristat.c1865 adjust_var_secinfo_array(struct btf * btf,int tid,struct field_access * atom,const char * array_name,struct btf_var_secinfo * sinfo) adjust_var_secinfo_array() argument
1963 struct field_access *atom = preset->atoms + i; adjust_var_secinfo() local
/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