Searched refs:found (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
D | linear_range.h | 40 bool *found); 43 bool *found); 48 unsigned int *selector, bool *found);
|
D | radix-tree.h | 405 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/ |
D | nf_conntrack_common.h | 9 unsigned int found; member
|
/include/xen/interface/ |
D | xen-mca.h | 241 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/ |
D | test.h | 542 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/ |
D | ext4.h | 1046 __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))
|