Searched refs:ctmp (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H 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)
|
H 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()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | testing_helpers.c | 80 char **ctmp; in do_insert_test() local 116 ctmp = realloc(test->subtests, in do_insert_test() 118 if (!ctmp) in do_insert_test() 121 test->subtests = ctmp; in do_insert_test()
|
/openbmc/linux/drivers/crypto/ccp/ |
H 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()
|
/openbmc/linux/arch/sh/kernel/ |
H 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()
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H 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()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H 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()
|
/openbmc/linux/security/selinux/ss/ |
H A D | policydb.c | 783 struct ocontext *c, *ctmp; in policydb_destroy() local 808 ctmp = c; in policydb_destroy() 810 ocontext_destroy(ctmp, i); in policydb_destroy() 821 ctmp = c; in policydb_destroy() 823 ocontext_destroy(ctmp, OCON_FSUSE); in policydb_destroy()
|