Searched refs:new_t (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | relo_core.c | 911 const struct btf_type *orig_t, *new_t; in bpf_core_calc_relo() local 914 new_t = btf_type_by_id(targ_spec->btf, res->new_type_id); in bpf_core_calc_relo() 930 if (btf_is_ptr(orig_t) && btf_is_ptr(new_t)) in bpf_core_calc_relo() 932 if (btf_is_int(orig_t) && btf_is_int(new_t) && in bpf_core_calc_relo() 934 btf_int_encoding(new_t) != BTF_INT_SIGNED) in bpf_core_calc_relo()
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | btt.c | 1229 int new_t, new_e; in btt_read_pg() local 1248 ret = btt_map_read(arena, premap, &new_map, &new_t, in btt_read_pg() 1253 if ((postmap == new_map) && (t_flag == new_t) && in btt_read_pg() 1258 t_flag = new_t; in btt_read_pg()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | btt.c | 1227 int new_t, new_e; in btt_read_pg() local 1246 ret = btt_map_read(arena, premap, &new_map, &new_t, in btt_read_pg() 1251 if ((postmap == new_map) && (t_flag == new_t) && in btt_read_pg() 1256 t_flag = new_t; in btt_read_pg()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | signal.c | 4605 int new_t, ret; in kdb_send_sig() local 4612 new_t = kdb_prev_t != t; in kdb_send_sig() 4614 if (t->state != TASK_RUNNING && new_t) { in kdb_send_sig()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | signal.c | 4832 int new_t, ret; in kdb_send_sig() local 4839 new_t = kdb_prev_t != t; in kdb_send_sig() 4841 if (!task_is_running(t) && new_t) { in kdb_send_sig()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 5353 const struct btf_type *orig_t, *new_t; in bpf_core_calc_relo() local 5356 new_t = btf__type_by_id(targ_spec->btf, res->new_type_id); in bpf_core_calc_relo() 5372 if (btf_is_ptr(orig_t) && btf_is_ptr(new_t)) in bpf_core_calc_relo() 5374 if (btf_is_int(orig_t) && btf_is_int(new_t) && in bpf_core_calc_relo() 5376 btf_int_encoding(new_t) != BTF_INT_SIGNED) in bpf_core_calc_relo()
|
Completed in 30 milliseconds