Home
last modified time | relevance | path

Searched refs:cres (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c203 struct vmw_cmdbuf_res *cres; in vmw_cmdbuf_res_add() local
206 cres = kzalloc(sizeof(*cres), GFP_KERNEL); in vmw_cmdbuf_res_add()
207 if (unlikely(!cres)) in vmw_cmdbuf_res_add()
210 cres->hash.key = user_key | (res_type << 24); in vmw_cmdbuf_res_add()
211 ret = drm_ht_insert_item(&man->resources, &cres->hash); in vmw_cmdbuf_res_add()
213 kfree(cres); in vmw_cmdbuf_res_add()
217 cres->state = VMW_CMDBUF_RES_ADD; in vmw_cmdbuf_res_add()
218 cres->res = vmw_resource_reference(res); in vmw_cmdbuf_res_add()
219 cres->man = man; in vmw_cmdbuf_res_add()
220 list_add_tail(&cres->head, list); in vmw_cmdbuf_res_add()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4100.c834 int32_t cres = 0; in compare_str() local
852 res = cmd_cmp(c, s, h1, h2, &cres); in compare_str()
856 ADBG_EXPECT_COMPARE_SIGNED(c, cres, ==, cmp_res); in compare_str()
868 int32_t cres = 0; in compare_s32() local
879 res = cmd_cmp_s32(c, s, h, val, &cres); in compare_s32()
883 ADBG_EXPECT_COMPARE_SIGNED(c, cres, ==, cmp_res); in compare_s32()
977 int32_t cres = 0; in compare_handle() local
978 TEEC_Result res = cmd_cmp(c, s, hop1, hop2, &cres); in compare_handle()
982 if (!ADBG_EXPECT_COMPARE_SIGNED(c, cres, ==, cmp_res)) in compare_handle()
1317 int32_t cres = 0; in do_div() local
[all …]
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs42proc.c251 struct nfs_commitres cres; in process_copy_commit() local
254 cres.verf = kzalloc(sizeof(struct nfs_writeverf), GFP_NOFS); in process_copy_commit()
255 if (!cres.verf) in process_copy_commit()
258 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
262 &cres.verf->verifier)) { in process_copy_commit()
267 kfree(cres.verf); in process_copy_commit()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Doc_FR94 "dim<U00E8>cres";/
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Doc_FR94 "dim<U00E8>cres";/
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c1855 struct resource cres; in stm32_fmc2_nfc_probe() local
1875 ret = of_address_to_resource(nfc->cdev->of_node, 0, &cres); in stm32_fmc2_nfc_probe()
1879 nfc->io_phys_addr = cres.start; in stm32_fmc2_nfc_probe()