Lines Matching refs:p_key
1149 IN const void *const p_key, in cl_fmap_match() argument
1161 cmp = pfn_compare ? pfn_compare(p_key, p_item->p_key) : in cl_fmap_match()
1162 p_map->pfn_compare(p_key, p_item->p_key); in cl_fmap_match()
1177 IN const void *const p_key) in cl_fmap_get() argument
1179 return cl_fmap_match(p_map, p_key, p_map->pfn_compare); in cl_fmap_get()
1183 IN const void *const p_key) in cl_fmap_get_next() argument
1196 cmp = p_map->pfn_compare(p_key, p_item->p_key); in cl_fmap_get_next()
1281 IN const void *const p_key, in cl_fmap_insert() argument
1296 p_item->p_key = p_key; in cl_fmap_insert()
1306 cmp = p_map->pfn_compare(p_key, p_insert_at->p_key); in cl_fmap_insert()
1517 IN const void *const p_key) in cl_fmap_remove() argument
1525 p_item = cl_fmap_get(p_map, p_key); in cl_fmap_remove()