Home
last modified time | relevance | path

Searched refs:lim_max (Results 1 – 8 of 8) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dresourcevar.h141 rlim_t lim_max(struct thread *td, int which);
/f-stack/freebsd/sys/
H A Dresourcevar.h153 rlim_t lim_max(struct thread *td, int which);
/f-stack/freebsd/vm/
H A Dvm_mmap.c372 lim_max(td, RLIMIT_DATA)))) in kern_mmap_req()
374 lim_max(td, RLIMIT_DATA)); in kern_mmap_req()
1638 vm_daddr + lim_max(td, RLIMIT_DATA)), max_addr, in vm_mmap_object()
/f-stack/freebsd/kern/
H A Dsubr_uio.c431 lim_max(td, RLIMIT_DATA)); in copyout_map()
H A Duipc_shm.c1485 lim_max(td, RLIMIT_DATA))))) { in shm_mmap_large()
1487 lim_max(td, RLIMIT_DATA), in shm_mmap_large()
H A Dimgact_elf.c1254 maxv = vm_map_max(map) - lim_max(td, RLIMIT_STACK); in __CONCAT()
1259 vm_map_min(map) + mapsz + lim_max(td, RLIMIT_DATA), in __CONCAT()
1284 addr = round_page((vm_offset_t)vmspace->vm_daddr + lim_max(td, in __CONCAT()
H A Dkern_resource.c1265 lim_max(struct thread *td, int which) in lim_max() function
H A Dsysv_shm.c451 lim_max(td, RLIMIT_DATA)); in kern_shmat_locked()