Searched refs:existed (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.c164 bool existed = false; local
173 existed = true;
178 if (!existed) {
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c295 bool *existed,
305 if (existed != NULL)
306 *existed = true;
341 if (existed != NULL)
342 *existed = false;
293 ttm_ref_object_add(struct ttm_object_file *tfile, struct ttm_base_object *base, bool *existed, bool require_existed) argument
H A Dttm_object.h201 * @existed: Upon completion, indicates that an identical reference object
202 * already existed, and the refcount was upped on that object instead.
219 bool *existed,
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6963 /* traverse all rules, check whether an existed rule has the same tuples */
7016 /* when there is already fd rule existed add by user,
7028 /* check is there flow director filter existed for this flow,
12482 u32 existed; local
12493 existed = le32_to_cpu(desc.data[0]);
12495 return existed != 0;

Completed in 299 milliseconds