HomeSort by: relevance | last modified time | path
    Searched refs:plimit (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
resourcevar.h 80 struct plimit { struct
87 struct plimit * pl_sv_limit;
114 struct plimit *lim_copy(struct plimit *);
115 void lim_addref(struct plimit *);
118 void lim_free(struct plimit *);
proc.h 244 struct plimit *p_limit; /* :: Process limits */
  /src/sys/compat/netbsd32/
netbsd32_rlimit.c 125 struct plimit *lim;
135 * that might happen if the plimit structure is shared writable
  /src/sys/kern/
kern_resource.c 674 * lim_copy: make a copy of the plimit structure.
678 struct plimit *
679 lim_copy(struct plimit *lim)
681 struct plimit *newlim;
731 lim_addref(struct plimit *lim)
737 * lim_privatise: give a process its own private plimit structure.
742 struct plimit *lim = p->p_limit, *newlim;
771 struct plimit *lim;
791 lim_free(struct plimit *lim)
793 struct plimit *sv_lim
    [all...]
kern_core.c 132 struct plimit *lim;
kern_fork.c 262 struct plimit *p1_lim;
kern_proc.c 205 struct plimit limit0;
1817 /* Reset what needs to be reset in plimit. */
  /src/sys/dev/pci/
pci_subr.c 4834 uint64_t pbase, plimit; local
4927 plimit = PCI_BRIDGE_PREFETCHMEM_LIMIT_ADDR(rval);
4930 plimit |= (uint64_t)limit_h << 32;
4932 if (pbase < plimit) {
4935 "\n", pbase, plimit);
4938 (uint32_t)pbase, (uint32_t)plimit);

Completed in 27 milliseconds