Home
last modified time | relevance | path

Searched refs:existed (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.c164 bool existed = false; in hnae3_unregister_client() local
173 existed = true; in hnae3_unregister_client()
178 if (!existed) { in hnae3_unregister_client()
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dttm_object.c346 enum ttm_ref_type ref_type, bool *existed, in ttm_ref_object_add() argument
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()
Dttm_object.h250 enum ttm_ref_type ref_type, bool *existed,
Dvmwgfx_bo.c739 bool existed; in vmw_user_bo_synccpu_grab() local
768 TTM_REF_SYNCCPU_WRITE, &existed, false); in vmw_user_bo_synccpu_grab()
769 if (ret != 0 || existed) in vmw_user_bo_synccpu_grab()
/Linux-v5.15/arch/arm/mach-mmp/
DKconfig65 MMP2-based board can't be co-existed with PXA168-based &
76 MMP2-based board can't be co-existed with PXA168-based &
87 MMP2-based board can't be co-existed with PXA168-based &
/Linux-v5.15/kernel/bpf/
Dbpf_iter.c506 bool existed = false; in bpf_iter_link_attach() local
534 existed = true; in bpf_iter_link_attach()
539 if (!existed) in bpf_iter_link_attach()
/Linux-v5.15/Documentation/filesystems/
Defivarfs.rst10 limitation existed in version 0.99 of the EFI specification, but was
Dlocks.rst65 existed.
/Linux-v5.15/arch/csky/
DKconfig247 but also used by sram on SOC bus. It follow existed linux tcm
/Linux-v5.15/Documentation/driver-api/
Dnvmem.rst18 Before this framework existed, NVMEM drivers like eeprom were stored in
/Linux-v5.15/Documentation/devicetree/bindings/usb/
Dci-hdrc-usb2.txt47 spec for meaning of each value. If this property is not existed, it
/Linux-v5.15/Documentation/networking/
Dnetconsole.rst152 have existed when netconsole was loaded / initialized).
/Linux-v5.15/Documentation/gpu/
Dvgaarbiter.rst12 The Resource Access Control (RAC) module inside the X server [0] existed for
/Linux-v5.15/Documentation/cpu-freq/
Dcpu-drivers.rst92 cpufreq_driver.init is called if no cpufreq policy existed for the CPU.
/Linux-v5.15/Documentation/sh/
Dnew-machine.rst132 * If our hardware actually existed, we would do real
/Linux-v5.15/Documentation/vm/
Dhugetlbfs_reserv.rst244 in the reserve map already existed so no change is made. However, if there
556 Per-node huge page lists existed in struct hstate when git was first used
/Linux-v5.15/drivers/iommu/
DKconfig343 Any old kernels that existed before this KConfig was
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-devices-system-cpu341 Date: July 2014(documented, existed before August 2008)
/Linux-v5.15/Documentation/process/
Dhowto.rst258 should fix a regression. Bugs that have always existed are not
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c12799 u32 existed; in hclge_module_existed() local
12810 existed = le32_to_cpu(desc.data[0]); in hclge_module_existed()
12812 return existed != 0; in hclge_module_existed()
/Linux-v5.15/drivers/scsi/aic7xxx/
Daic79xx.seq546 * 1) If only one command existed in the queue, the
/Linux-v5.15/Documentation/admin-guide/
Dcgroup-v2.rst2603 addition of controllers which existed only to identify membership,
/Linux-v5.15/tools/memory-model/Documentation/
Dexplanation.txt2258 data race unless one already existed.