Searched refs:found (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | linear_range.h | 40 bool *found); 43 bool *found); 46 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/trace/hooks/ |
D | mm.h | 284 struct swap_slots_cache *cache, bool *found), 285 TP_ARGS(page, entry, cache, found), 1); 288 struct swap_slots_cache *cache, bool *found), 289 TP_ARGS(page, entry, cache, found));
|
/include/trace/events/ |
D | ext4.h | 1046 __field( __u16, found ) 1069 __entry->found = ac->ac_found; 1088 __entry->found, __entry->groups, __entry->cr, 2037 int reverse, int found, ext4_lblk_t found_blk), 2039 TP_ARGS(inode, from, to, reverse, found, found_blk), 2047 __field( int, found ) 2057 __entry->found = found; 2066 __entry->reverse, __entry->found, 2457 int found), 2459 TP_ARGS(inode, es, found), [all …]
|
/include/kunit/ |
D | test.h | 487 struct kunit_resource *res, *found = NULL; in kunit_find_resource() local 493 found = res; in kunit_find_resource() 494 kunit_get_resource(found); in kunit_find_resource() 501 return found; in kunit_find_resource()
|