Home
last modified time | relevance | path

Searched refs:nchild (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Ddummy.c71 int nchild; /* no. of children for a clone to run */ local
147 nchild = MAXCHILD;
150 nchild = nusers - MAXCHILD;
158 nusers -= nchild;
168 nusers = nchild;
H A Dbig.c95 int nchild; /* no. of children for a clone to run */ local
179 nchild = MAXCHILD;
182 nchild = nusers - MAXCHILD;
190 nusers -= nchild;
200 nusers = nchild;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_request.c1266 unsigned int nchild = 1; in i915_request_await_execution() local
1275 nchild = array->num_fences; in i915_request_await_execution()
1276 GEM_BUG_ON(!nchild); in i915_request_await_execution()
1300 } while (--nchild); in i915_request_await_execution()
1359 unsigned int nchild = 1; in i915_request_await_dma_fence() local
1374 nchild = array->num_fences; in i915_request_await_dma_fence()
1375 GEM_BUG_ON(!nchild); in i915_request_await_dma_fence()
1408 } while (--nchild); in i915_request_await_dma_fence()
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssl/openssl/
H A DCVE-2023-0464.patch99 parent->nchild++;