Home
last modified time | relevance | path

Searched refs:ctmp (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/crypto/ccp/
Dccp-dmaengine.c63 struct ccp_dma_cmd *cmd, *ctmp; in ccp_free_cmd_resources() local
65 list_for_each_entry_safe(cmd, ctmp, list, entry) { in ccp_free_cmd_resources()
/Linux-v4.19/arch/sh/kernel/
Ddwarf.c1135 struct dwarf_cie *cie, *ctmp; in module_dwarf_cleanup() local
1140 list_for_each_entry_safe(cie, ctmp, &mod->arch.cie_list, link) { in module_dwarf_cleanup()
/Linux-v4.19/net/sunrpc/auth_gss/
Dsvcauth_gss.c370 rsc_init(struct cache_head *cnew, struct cache_head *ctmp) in rsc_init() argument
373 struct rsc *tmp = container_of(ctmp, struct rsc, h); in rsc_init()
384 update_rsc(struct cache_head *cnew, struct cache_head *ctmp) in update_rsc() argument
387 struct rsc *tmp = container_of(ctmp, struct rsc, h); in update_rsc()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_cppcore.c191 struct nfp_cpp_area_cache *cache, *ctmp; in nfp_cpp_free() local
195 list_for_each_entry_safe(cache, ctmp, &cpp->area_cache_list, entry) { in nfp_cpp_free()
/Linux-v4.19/security/selinux/ss/
Dpolicydb.c800 struct ocontext *c, *ctmp; in policydb_destroy() local
829 ctmp = c; in policydb_destroy()
831 ocontext_destroy(ctmp, i); in policydb_destroy()
842 ctmp = c; in policydb_destroy()
844 ocontext_destroy(ctmp, OCON_FSUSE); in policydb_destroy()