Searched defs:large (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/localedef/
H A Dcollate.c1067 collate_large_t *large; local
1206 large = calloc(sizeof (collate_large_t) * avl_numnodes(&collchars), 1);
1207 if (large == NULL) {
1226 large[i].pri.pri[j] = pri;
1230 large[i].val = cc->wc;
1258 if (wr_category(large, sz, f) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c139 int large = 0; /* -l option default */ variable
221 large = 1;
272 unshort = large;
1264 if (large)
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c3346 * USB Host Controllers cannot handle large (read/write)
3347 * xfers. We split the large request to chunks of
5805 scsa2usb_test_mblk(scsa2usb_state_t *scsa2usbp, boolean_t large) argument
5815 len = (large == B_TRUE) ? DEV_BSIZE : USB_BULK_CBWCMD_LEN;
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c213 int pc_free_pages; /* free's into large page free list */
214 int pc_destroy_pages; /* large page destroy's */
318 * /etc/system tunable to control large page allocation hueristic.
321 * for large page allocation requests. If a large page is not readily
323 * to create a large page, potentially moving smaller pages around to coalesce
325 * Default value of LPAP_DEFAULT will go to remote freelists if large pages
329 LPAP_DEFAULT, /* default large page allocation policy */
330 LPAP_LOCAL /* local large page allocation policy */
506 * Evenly spread out the PCF counters for large fre
562 pgcnt_t large = page_get_pagecnt(szc); local
[all...]

Completed in 75 milliseconds