Searched refs:existed (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | ttm_object.c | 295 bool *existed, in ttm_ref_object_add() 305 if (existed != NULL) in ttm_ref_object_add() 306 *existed = true; in ttm_ref_object_add() 341 if (existed != NULL) in ttm_ref_object_add() 342 *existed = false; in ttm_ref_object_add() 293 ttm_ref_object_add(struct ttm_object_file *tfile, struct ttm_base_object *base, bool *existed, bool require_existed) ttm_ref_object_add() argument
|
H A D | ttm_object.h | 201 * @existed: Upon completion, indicates that an identical reference object 202 * already existed, and the refcount was upped on that object instead. 219 bool *existed,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.c | 164 bool existed = false; in hnae3_unregister_client() local 173 existed = true; in hnae3_unregister_client() 178 if (!existed) { in hnae3_unregister_client()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.c | 164 bool existed = false; in hnae3_unregister_client() local 173 existed = true; in hnae3_unregister_client() 178 if (!existed) { in hnae3_unregister_client()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | ttm_object.c | 346 enum ttm_ref_type ref_type, bool *existed, in ttm_ref_object_add() 362 if (existed != NULL) in ttm_ref_object_add() 363 *existed = true; in ttm_ref_object_add() 404 if (existed != NULL) in ttm_ref_object_add() 405 *existed = false; in ttm_ref_object_add() 344 ttm_ref_object_add(struct ttm_object_file *tfile, struct ttm_base_object *base, enum ttm_ref_type ref_type, bool *existed, bool require_existed) ttm_ref_object_add() argument
|
H A D | ttm_object.h | 231 * @existed: Upon completion, indicates that an identical reference object 232 * already existed, and the refcount was upped on that object instead. 249 enum ttm_ref_type ref_type, bool *existed,
|
H A D | vmwgfx_bo.c | 693 bool existed; in vmw_user_bo_synccpu_grab() local 722 TTM_REF_SYNCCPU_WRITE, &existed, false); in vmw_user_bo_synccpu_grab() 723 if (ret != 0 || existed) in vmw_user_bo_synccpu_grab()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | bpf_iter.c | 470 bool existed = false; in bpf_iter_link_attach() local 497 existed = true; in bpf_iter_link_attach() 502 if (!existed) in bpf_iter_link_attach()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 6356 /* traverse all rules, check whether an existed rule has the same tuples */ 6410 /* when there is already fd rule existed add by user, in hclge_add_fd_entry_by_arfs() 6421 /* check is there flow director filter existed for this flow, in hclge_add_fd_entry_by_arfs() 11324 u32 existed; in hclge_module_existed() local 11335 existed = le32_to_cpu(desc.data[0]); in hclge_module_existed() 11337 return existed != 0; in hclge_module_existed()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 6951 /* traverse all rules, check whether an existed rule has the same tuples */ 7004 /* when there is already fd rule existed add by user, in hclge_add_fd_entry_by_arfs() 7016 /* check is there flow director filter existed for this flow, in hclge_add_fd_entry_by_arfs() 12464 u32 existed; in hclge_module_existed() local 12475 existed = le32_to_cpu(desc.data[0]); in hclge_module_existed() 12477 return existed != 0; in hclge_module_existed()
|
Completed in 34 milliseconds