Searched refs:ef (Results 1 - 25 of 41) sorted by last modified time

12

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c1121 struct dma_fence *ef; local
1131 ef = rcu_access_pointer(p->ef);
1132 dma_fence_signal(ef);
1141 dma_fence_put(ef);
1657 struct dma_fence *ef; local
1677 &ef);
1682 RCU_INIT_POINTER(p->ef, ef);
1927 struct dma_fence *ef; local
[all...]
H A Dkfd_priv.h921 struct dma_fence __rcu *ef; member in struct:kfd_process
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c348 * @ef: [IN] This eviction fence is removed if it
354 struct amdgpu_amdkfd_fence *ef)
358 if (!ef)
365 dma_resv_replace_fences(bo->tbo.base.resv, ef->base.context,
377 struct amdgpu_amdkfd_fence *ef; local
396 ef = container_of(dma_fence_get(&info->eviction_fence->base),
400 ret = amdgpu_amdkfd_remove_eviction_fence(bo, ef);
403 dma_fence_put(&ef->base);
1368 struct dma_fence **ef)
1431 *ef
353 amdgpu_amdkfd_remove_eviction_fence(struct amdgpu_bo *bo, struct amdgpu_amdkfd_fence *ef) argument
1367 init_kfd_vm(struct amdgpu_vm *vm, void **process_info, struct dma_fence **ef) argument
1524 amdgpu_amdkfd_gpuvm_acquire_process_vm(struct amdgpu_device *adev, struct amdgpu_vm *avm, void **process_info, struct dma_fence **ef) argument
2822 replace_eviction_fence(struct dma_fence __rcu **ef, struct dma_fence *new_ef) argument
2857 amdgpu_amdkfd_gpuvm_restore_process_bos(void *info, struct dma_fence __rcu **ef) argument
[all...]
H A Damdgpu_amdkfd.h299 struct dma_fence **ef);
326 struct dma_fence __rcu **ef);
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d_ipv6.sh551 __test_flood de:ad:be:ef:13:37 2001:db8:1::100 "flood"
H A Dvxlan_bridge_1q_ipv6.sh680 __test_flood de:ad:be:ef:13:37 2001:db8:1::100 10 "flood vlan 10" \
682 __test_flood ca:fe:be:ef:13:37 2001:db8:2::100 20 "flood vlan 20" \
759 local mac=de:ad:be:ef:13:37
H A Dvxlan_bridge_1q.sh538 __test_flood de:ad:be:ef:13:37 192.0.2.100 10 "flood vlan 10" \
540 __test_flood ca:fe:be:ef:13:37 198.51.100.100 20 "flood vlan 20" \
617 local mac=de:ad:be:ef:13:37
795 local mac=de:ad:be:ef:13:37
813 mac=ca:fe:be:ef:13:37
H A Dvxlan_bridge_1d.sh430 __test_flood de:ad:be:ef:13:37 192.0.2.100 "flood"
680 local mac=de:ad:be:ef:13:37
H A Dlib.sh1335 local mac=de:ad:be:ef:13:37
1445 local mac=de:ad:be:ef:13:37
H A Dbridge_fdb_learning_limit.sh13 TEST_MAC_BASE=de:ad:be:ef:42:
/linux-master/arch/s390/include/asm/
H A Deadm.h25 u8 ef; member in struct:arsb
/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh549 run_cmd ip macsec add "$msname" rx port 1234 address "1c:ed:de:ad:be:ef"
550 run_cmd ip macsec add "$msname" rx port 1234 address "1c:ed:de:ad:be:ef" sa 0 pn 1 on key 00 0123456789abcdef0123456789abcdef
611 run_cmd ip macsec add "$msname" rx port 1234 address "1c:ed:de:ad:be:ef"
612 run_cmd ip macsec add "$msname" rx port 1234 address "1c:ed:de:ad:be:ef" sa 0 pn 1 on \
614 run_cmd_fail ip macsec add "$msname" rx port 1235 address "1c:ed:de:ad:be:ef"
1030 test_mac=de:ad:be:ef:13:37
1070 dstmac=de:ad:be:ef:13:37
/linux-master/fs/ntfs3/
H A Dxattr.c147 const struct EA_FULL *ef = Add2Ptr(ea_p, off); local
151 if (bytes < sizeof(ef->size))
154 if (ef->size) {
155 ea_size = le32_to_cpu(ef->size);
161 /* Check if we can use fields ef->name_len and ef->elength. */
165 ea_size = ALIGN(struct_size(ef, name,
166 1 + ef->name_len +
167 le16_to_cpu(ef->elength)),
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1495 static int set_flash(struct net_device *netdev, struct ethtool_flash *ef) argument
1519 ef->data[sizeof(ef->data) - 1] = '\0';
1520 ret = request_firmware(&fw, ef->data, adap->pdev_dev);
1526 if (ef->region == ETHTOOL_FLASH_ALL_REGIONS) {
1545 ef->region);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dr535.c434 r535_sor_dp_sst(struct nvkm_ior *sor, int head, bool ef, argument
455 ctrl->SST.bEnhancedFraming = ef;
H A Dtu102.c56 if (sor->dp.ef)
H A Dnv50.c58 int ret = nvkm_i2c_aux_lnk_ctl(aux, pior->dp.nr, pior->dp.bw, pior->dp.ef);
1173 h = h - (3 * ior->dp.ef) - (12 / ior->dp.nr);
H A Dior.h41 bool ef; member in struct:nvkm_ior::__anon235
87 int (*sst)(struct nvkm_ior *, int head, bool ef,
H A Dgf119.c183 if (sor->dp.ef)
H A Dga102.c58 if (sor->dp.ef)
H A Dg94.c130 if (sor->dp.ef)
H A Ddp.c329 if (ior->dp.ef)
512 ior->dp.ef = outp->dp.dpcd[DPCD_RC02] & DPCD_RC02_ENHANCED_FRAME_CAP;
/linux-master/fs/gfs2/
H A Dxattr.c179 struct ea_find *ef = private; local
184 if (ea->ea_type == ef->type) {
185 if (ea->ea_name_len == ef->namel &&
186 !memcmp(GFS2_EA2NAME(ea), ef->name, ea->ea_name_len)) {
187 struct gfs2_ea_location *el = ef->ef_el;
202 struct ea_find ef; local
205 ef.type = type;
206 ef.name = name;
207 ef.namel = strlen(name);
208 ef
[all...]
/linux-master/drivers/dma/ppc4xx/
H A Dadma.c1330 int ef = 1; local
1352 ef = 0; /* sum_product case, process on DMA0/1 */
1354 ef = 3; /* override (DMA0/1 + idle) */
1356 ef = 0; /* can't process on DMA2 if !rxor */
1360 if (likely(ef) &&
1362 ef++;
1364 return ef;
/linux-master/scripts/
H A Dsetlocalversion154 if test ! "$srctree" -ef .; then

Completed in 294 milliseconds

12