Home
last modified time | relevance | path

Searched refs:found (Results 1 – 6 of 6) sorted by relevance

/include/linux/
Dlinear_range.h51 bool *found);
54 bool *found);
59 unsigned int *selector, bool *found);
Dradix-tree.h407 goto found; in radix_tree_next_slot()
415 goto found; in radix_tree_next_slot()
425 goto found; in radix_tree_next_slot()
435 found: in radix_tree_next_slot()
/include/kunit/
Dresource.h330 struct kunit_resource *res, *found = NULL; in kunit_find_resource() local
337 found = res; in kunit_find_resource()
338 kunit_get_resource(found); in kunit_find_resource()
345 return found; in kunit_find_resource()
/include/linux/netfilter/
Dnf_conntrack_common.h9 unsigned int found; member
/include/xen/interface/
Dxen-mca.h242 bool found = 0; in x86_mcinfo_lookup() local
250 found = 1; in x86_mcinfo_lookup()
256 *ret = found ? mic : NULL; in x86_mcinfo_lookup()
/include/trace/events/
Dext4.h1044 __field( __u16, found )
1067 __entry->found = ac->ac_found;
1086 __entry->found, __entry->groups, show_criteria(__entry->cr),
2316 int found),
2318 TP_ARGS(inode, es, found),
2327 __field( int, found )
2337 __entry->found = found;
2342 (unsigned long) __entry->ino, __entry->found,
2344 __entry->found ? __entry->pblk : 0,
2345 show_extent_status(__entry->found ? __entry->status : 0))