Home
last modified time | relevance | path

Searched refs:new_t (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/tools/lib/bpf/
Drelo_core.c806 const struct btf_type *orig_t, *new_t; in bpf_core_calc_relo() local
809 new_t = btf__type_by_id(targ_spec->btf, res->new_type_id); in bpf_core_calc_relo()
825 if (btf_is_ptr(orig_t) && btf_is_ptr(new_t)) in bpf_core_calc_relo()
827 if (btf_is_int(orig_t) && btf_is_int(new_t) && in bpf_core_calc_relo()
829 btf_int_encoding(new_t) != BTF_INT_SIGNED) in bpf_core_calc_relo()
/Linux-v5.15/drivers/nvdimm/
Dbtt.c1230 int new_t, new_e; in btt_read_pg() local
1249 ret = btt_map_read(arena, premap, &new_map, &new_t, in btt_read_pg()
1254 if ((postmap == new_map) && (t_flag == new_t) && in btt_read_pg()
1259 t_flag = new_t; in btt_read_pg()
/Linux-v5.15/kernel/
Dsignal.c4730 int new_t, ret; in kdb_send_sig() local
4737 new_t = kdb_prev_t != t; in kdb_send_sig()
4739 if (!task_is_running(t) && new_t) { in kdb_send_sig()