Searched refs:plimit (Results 1 – 6 of 6) sorted by relevance
| /minix3/sys/sys/ |
| H A D | resourcevar.h | 77 struct plimit { struct 84 struct plimit * pl_sv_limit; argument 110 struct plimit *lim_copy(struct plimit *); 111 void lim_addref(struct plimit *); 114 void lim_free(struct plimit *);
|
| H A D | proc.h | 230 struct plimit *p_limit; /* :: Process limits */
|
| /minix3/minix/tests/ |
| H A D | testcache.c | 32 *plimit = (u32_t *) (blockdata + blocksize), in genblock() local 37 for(p = (u32_t *) blockdata; p < plimit; p++) { in genblock()
|
| /minix3/external/mit/lua/dist/src/ |
| H A D | lvm.c | 1249 TValue *plimit = ra + 1; local 1255 forlimit(plimit, &ilimit, ivalue(pstep), &stopnow)) { 1258 setivalue(plimit, ilimit); 1263 if (!tonumber(plimit, &nlimit)) 1265 setfltvalue(plimit, nlimit); 1275 if (!tointeger(plimit, &ilimit)) 1277 setivalue(plimit, ilimit);
|
| /minix3/sys/dev/pci/ |
| H A D | pci_subr.c | 3267 uint64_t pbase, plimit; in pci_conf_print_type1() local 3365 plimit = (((rval >> PCI_BRIDGE_PREFETCHMEM_LIMIT_SHIFT) in pci_conf_print_type1() 3369 plimit |= (uint64_t)limit_h << 32; in pci_conf_print_type1() 3371 if (pbase < plimit) { in pci_conf_print_type1() 3374 "\n", pbase, plimit); in pci_conf_print_type1() 3377 (uint32_t)pbase, (uint32_t)plimit); in pci_conf_print_type1()
|
| /minix3/external/bsd/llvm/dist/llvm/test/Analysis/ScalarEvolution/ |
| H A D | avoid-infinite-recursion-1.ll | 109 %struct.plimit = type opaque 112 …%struct.filedesc*, %struct.filedesc_to_leader*, %struct.pstats*, %struct.plimit*, %struct.callout,…
|