Home
last modified time | relevance | path

Searched refs:olimit (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_plimit.c163 plimit_free(olimit); in plimit_fork()
164 olimit = nlimit; in plimit_fork()
167 return olimit; in plimit_fork()
183 count = olimit->p_refcnt; in plimit_lwp_fork()
190 plimit_free(olimit); in plimit_lwp_fork()
191 olimit = nlimit; in plimit_lwp_fork()
212 struct plimit *olimit; in plimit_modify() local
219 olimit = p->p_limit; in plimit_modify()
227 plimit_free(olimit); in plimit_modify()
228 olimit = nlimit; in plimit_modify()
[all …]
H A Dlwkt_ipiq.c237 int olimit; in lwkt_send_ipiq3() local
243 olimit = atomic_swap_int(&ip->ip_drain, level2); in lwkt_send_ipiq3()
278 atomic_swap_int(&ip->ip_drain, olimit); in lwkt_send_ipiq3()
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dhashtab.h292 hash_entry_type *olimit; in htab_expand() local
297 olimit = htab->entries + osize; in htab_expand()
318 while (p < olimit); in htab_expand()
/dragonfly/contrib/gdb-7/libiberty/
H A Dhashtab.c529 PTR *olimit; in htab_expand() local
538 olimit = oentries + osize; in htab_expand()
581 while (p < olimit); in htab_expand()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dhashtab.c529 PTR *olimit; in htab_expand() local
538 olimit = oentries + osize; in htab_expand()
581 while (p < olimit); in htab_expand()
/dragonfly/contrib/zstd/lib/common/
H A Dfse_decompress.c239 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic() local
254 for ( ; (BIT_reloadDStream(&bitD)==BIT_DStream_unfinished) & (op<olimit) ; op+=4) { in FSE_decompress_usingDTable_generic()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dhashtab.c520 PTR *olimit; in htab_expand() local
529 olimit = oentries + osize; in htab_expand()
572 while (p < olimit); in htab_expand()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dhashtab.c521 PTR *olimit; in htab_expand() local
530 olimit = oentries + osize; in htab_expand()
573 while (p < olimit); in htab_expand()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dhashtab.c520 PTR *olimit; in htab_expand() local
529 olimit = oentries + osize; in htab_expand()
572 while (p < olimit); in htab_expand()
/dragonfly/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c361 BYTE* const olimit = oend - 3; in HUF_decompress4X1_usingDTable_internal_body() local
397 for ( ; (endSignal) & (op4 < olimit) ; ) { in HUF_decompress4X1_usingDTable_internal_body()
813 BYTE* const olimit = oend - (sizeof(size_t)-1); in HUF_decompress4X2_usingDTable_internal_body() local
849 for ( ; (endSignal) & (op4 < olimit); ) { in HUF_decompress4X2_usingDTable_internal_body()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhash-table.h718 value_type *olimit = oentries + osize; in expand() local
762 while (p < olimit); in expand()