Searched refs:found (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| D | linear_range.h | 51 bool *found); 54 bool *found); 59 unsigned int *selector, bool *found);
|
| D | radix-tree.h | 407 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/ |
| D | resource.h | 330 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/ |
| D | nf_conntrack_common.h | 9 unsigned int found; member
|
| /include/xen/interface/ |
| D | xen-mca.h | 242 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/ |
| D | ext4.h | 1044 __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))
|