Searched refs:ctmp (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
A D | cgrp.h | 68 #define nvkm_cgrp_foreach_chan_safe(chan,ctmp,cgrp) \ argument 69 list_for_each_entry_safe((chan), (ctmp), &(cgrp)->chans, head)
|
A D | runl.c | 62 struct nvkm_chan *chan, *ctmp; in nvkm_runl_rc() local 79 nvkm_cgrp_foreach_chan_safe(chan, ctmp, cgrp) { in nvkm_runl_rc()
|
/linux-6.3-rc2/drivers/crypto/ccp/ |
A 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()
|
/linux-6.3-rc2/arch/sh/kernel/ |
A 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()
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | svcauth_gss.c | 422 rsc_init(struct cache_head *cnew, struct cache_head *ctmp) in rsc_init() argument 425 struct rsc *tmp = container_of(ctmp, struct rsc, h); in rsc_init() 436 update_rsc(struct cache_head *cnew, struct cache_head *ctmp) in update_rsc() argument 439 struct rsc *tmp = container_of(ctmp, struct rsc, h); in update_rsc()
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/nfpcore/ |
A 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()
|
/linux-6.3-rc2/security/selinux/ss/ |
A D | policydb.c | 782 struct ocontext *c, *ctmp; in policydb_destroy() local 807 ctmp = c; in policydb_destroy() 809 ocontext_destroy(ctmp, i); in policydb_destroy() 820 ctmp = c; in policydb_destroy() 822 ocontext_destroy(ctmp, OCON_FSUSE); in policydb_destroy()
|
Completed in 29 milliseconds