Searched refs:ctmp (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
D | ccp-dmaengine.c | 65 struct ccp_dma_cmd *cmd, *ctmp; in ccp_free_cmd_resources() local 67 list_for_each_entry_safe(cmd, ctmp, list, entry) { in ccp_free_cmd_resources()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
D | dwarf.c | 1133 struct dwarf_cie *cie, *ctmp; in module_dwarf_cleanup() local 1138 list_for_each_entry_safe(cie, ctmp, &mod->arch.cie_list, link) { in module_dwarf_cleanup()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 396 rsc_init(struct cache_head *cnew, struct cache_head *ctmp) in rsc_init() argument 399 struct rsc *tmp = container_of(ctmp, struct rsc, h); in rsc_init() 410 update_rsc(struct cache_head *cnew, struct cache_head *ctmp) in update_rsc() argument 413 struct rsc *tmp = container_of(ctmp, struct rsc, h); in update_rsc()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_cppcore.c | 163 struct nfp_cpp_area_cache *cache, *ctmp; in nfp_cpp_free() local 167 list_for_each_entry_safe(cache, ctmp, &cpp->area_cache_list, entry) { in nfp_cpp_free()
|
/kernel/linux/linux-5.10/security/selinux/ss/ |
D | policydb.c | 788 struct ocontext *c, *ctmp; in policydb_destroy() local 813 ctmp = c; in policydb_destroy() 815 ocontext_destroy(ctmp, i); in policydb_destroy() 826 ctmp = c; in policydb_destroy() 828 ocontext_destroy(ctmp, OCON_FSUSE); in policydb_destroy()
|