Home
last modified time | relevance | path

Searched refs:checkp (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/gendwarfksyms/
H A Dtypes.c62 checkp(fputs(entry->str, file)); in type_list_write()
149 checkp(fputs(e->name, stderr)); in type_map_add()
150 checkp(fputs(" ", stderr)); in type_map_add()
152 checkp(fputs("\n", stderr)); in type_map_add()
212 checkp(fputs(es[i]->name, file)); in type_map_write()
213 checkp(fputs(" ", file)); in type_map_write()
215 checkp(fputs("\n", file)); in type_map_write()
543 checkp(fputs(sym->name, stderr)); in expand_symbol()
544 checkp(fputs(" ", stderr)); in expand_symbol()
546 checkp(fputs("\n", stderr)); in expand_symbol()
H A Ddwarf.c190 if (checkp(vsnprintf(buf, sizeof(buf), fmt, args)) >= sizeof(buf)) in process_fmt()
277 res = checkp(dwarf_child(die, &current)); in process_die_container()
281 res = checkp(func(state, cache, &current)); in process_die_container()
286 res = checkp(dwarf_siblingof(&current, &current)); in process_die_container()
564 res = checkp(process_die_container( in check_union_member_kabi_status()
639 res = checkp(process_die_container(&state, NULL, die, in get_union_kabi_status()
664 checkp(get_union_kabi_status(&type, NULL, NULL)) == KABI_IGNORED; in is_kabi_ignored()
737 int res = checkp(get_union_kabi_status(die, &placeholder, in DEFINE_PROCESS_STRUCTURE_TYPE()
H A Dgendwarfksyms.h77 #define checkp(expr) __check(expr, __res < 0) macro
/linux/drivers/md/
H A Draid5.c2240 static void ops_run_check_pq(struct stripe_head *sh, struct raid5_percpu *percpu, int checkp) in ops_run_check_pq() argument
2248 (unsigned long long)sh->sector, checkp); in ops_run_check_pq()
2252 if (!checkp) in ops_run_check_pq()