Searched refs:checkp (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/scripts/gendwarfksyms/ |
| H A D | types.c | 60 checkp(fputs(entry->str, file)); in type_list_write() 146 checkp(fputs(e->name, stderr)); in type_map_add() 147 checkp(fputs(" ", stderr)); in type_map_add() 149 checkp(fputs("\n", stderr)); in type_map_add() 162 checkp(fputs(e->name, file)); in type_map_write() 163 checkp(fputs(" ", file)); in type_map_write() 165 checkp(fputs("\n", file)); in type_map_write() 435 checkp(fputs(sym->name, stderr)); in expand_symbol() 436 checkp(fputs(" ", stderr)); in expand_symbol() 438 checkp(fputs("\n", stderr)); in expand_symbol()
|
| H A D | dwarf.c | 190 if (checkp(vsnprintf(buf, sizeof(buf), fmt, args)) >= sizeof(buf)) in process_fmt() 265 res = checkp(dwarf_child(die, ¤t)); in process_die_container() 269 res = checkp(func(state, cache, ¤t)); in process_die_container() 274 res = checkp(dwarf_siblingof(¤t, ¤t)); in process_die_container() 552 res = checkp(process_die_container( in check_union_member_kabi_status() 627 res = checkp(process_die_container(&state, NULL, die, in get_union_kabi_status() 652 checkp(get_union_kabi_status(&type, NULL, NULL)) == KABI_IGNORED; in is_kabi_ignored() 725 int res = checkp(get_union_kabi_status(die, &placeholder, in DEFINE_PROCESS_STRUCTURE_TYPE()
|
| H A D | gendwarfksyms.h | 77 #define checkp(expr) __check(expr, __res < 0) macro
|
| /linux-6.15/drivers/md/ |
| H A D | raid5.c | 2248 static void ops_run_check_pq(struct stripe_head *sh, struct raid5_percpu *percpu, int checkp) in ops_run_check_pq() argument 2256 (unsigned long long)sh->sector, checkp); in ops_run_check_pq() 2260 if (!checkp) in ops_run_check_pq()
|