Searched refs:hint_found (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dobjagg.c297 bool *hint_found)
305 *hint_found = false;
308 *hint_found = true;
319 *hint_found = false;
334 bool hint_found; local
340 err = objagg_obj_init_with_hints(objagg, objagg_obj, &hint_found);
344 if (hint_found)
295 objagg_obj_init_with_hints(struct objagg *objagg, struct objagg_obj *objagg_obj, bool *hint_found) argument

Completed in 117 milliseconds