Home
last modified time | relevance | path

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

/include/linux/
Dlinear_range.h40 bool *found);
43 bool *found);
48 unsigned int *selector, bool *found);
Dradix-tree.h405 goto found; in radix_tree_next_slot()
413 goto found; in radix_tree_next_slot()
423 goto found; in radix_tree_next_slot()
433 found: in radix_tree_next_slot()
/include/linux/netfilter/
Dnf_conntrack_common.h9 unsigned int found; member
/include/xen/interface/
Dxen-mca.h241 bool found = 0; in x86_mcinfo_lookup() local
249 found = 1; in x86_mcinfo_lookup()
255 *ret = found ? mic : NULL; in x86_mcinfo_lookup()
/include/kunit/
Dtest.h542 struct kunit_resource *res, *found = NULL; in kunit_find_resource() local
549 found = res; in kunit_find_resource()
550 kunit_get_resource(found); in kunit_find_resource()
557 return found; in kunit_find_resource()
/include/trace/events/
Dext4.h1046 __field( __u16, found )
1069 __entry->found = ac->ac_found;
1088 __entry->found, __entry->groups, __entry->cr,
2281 int found),
2283 TP_ARGS(inode, es, found),
2292 __field( int, found )
2302 __entry->found = found;
2307 (unsigned long) __entry->ino, __entry->found,
2309 __entry->found ? __entry->pblk : 0,
2310 show_extent_status(__entry->found ? __entry->status : 0))