Searched refs:preload (Results 1 - 10 of 10) sorted by relevance
| /src/sys/arch/arm/vfp/ |
| H A D | pmap_vfp.S | 80 pld [r0] @ preload the first 128 bytes 93 pld [r0, #128] @ preload the next 128
|
| /src/sys/arch/x86/pci/ |
| H A D | tcpcib.c | 132 uint32_t preload; local in function:tcpcib_wdt_init 135 preload = (period * 33000000) >> 15; 136 preload--; 148 preload);
|
| /src/sys/uvm/ |
| H A D | uvm_physseg.c | 235 int preload; local in function:uvm_physseg_plug 279 * check to see if this is a "preload" (i.e. uvm_page_init hasn't been 283 preload = 1; /* We are going to assume it is a preload */ 286 /* If there are non NULL pages then we are not in a preload */ 288 preload = 0; 303 if (!preload) { 360 if (__predict_true(!preload)) 631 int preload, lcv; local in function:uvm_post_preload_check 634 * check to see if this is a "preload" ( [all...] |
| /src/sys/external/bsd/drm2/linux/ |
| H A D | linux_idr.c | 70 SDT_PROBE_DEFINE0(sdt, linux, idr, preload); 91 printf("WARNING: idr preload at %s+%#"DDB_EXPR_FMT"x" 97 printf("WARNING: idr preload at %p leaked in lwp %s @ %p\n", 291 SDT_PROBE0(sdt, linux, idr, preload);
|
| /src/sbin/ping/ |
| H A D | ping.c | 189 static int preload; /* number of packets to "preload" */ variable in typeref:typename:int 341 errx(EXIT_FAILURE, "Bad/invalid preload value: " 346 "Too many preload packets: %ld", l); 348 preload = l; 460 if (preload > 0 && prog_getuid()) 472 npackets += preload; 728 for (i = 0; i < preload; i++) { 1988 " [-l preload] [-p pattern] [-s size] [-T ttl] [-t tos]"
|
| /src/sbin/ping6/ |
| H A D | ping6.c | 284 int ch, hold, preload, optval, ret_ga; local in function:main 305 preload = 0; 446 errx(1, "Must be superuser to preload"); 450 errx(1, "illegal preload value -- %s", optarg); 454 "Too many preload packets: %ld", l); 456 preload = l; 889 while (preload--) /* Fire off them quickies. */ 2527 "\t[-i wait] [-l preload]"
|
| /src/sys/dev/usb/ |
| H A D | if_ural.c | 1822 uint16_t logcwmin, preload, tmp; local in function:ural_enable_tsf_sync 1831 preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6; 1832 tmp = logcwmin << 12 | preload;
|
| /src/sys/external/isc/libsodium/dist/build-aux/ |
| H A D | ltmain.sh | 6551 preload=false 6634 $preload || { 6638 preload=: 6748 # If libtool objects are unsupported, then we need to preload. 7349 # If libtool objects are unsupported, then we need to preload. 7819 # we need to preload. 7931 # statically, we need to preload. We also need to preload any 10197 $preload \ 10592 $preload [all...] |
| /src/sys/external/isc/libsodium/dist/ |
| H A D | ltmain.sh | 5152 preload=no 5235 if test "$preload" = no; then 5239 preload=yes 5343 # If libtool objects are unsupported, then we need to preload. 5908 # If libtool objects are unsupported, then we need to preload. 6377 # we need to preload. 6491 # statically, we need to preload. We also need to preload any 8708 test "$preload" = yes \ 9103 if test "$preload" [all...] |
| /src/sys/dev/ic/ |
| H A D | rt2560.c | 2457 uint16_t logcwmin, preload; local in function:rt2560_enable_tsf_sync 2469 preload = (ic->ic_opmode == IEEE80211_M_STA) ? 384 : 1024; 2470 tmp = logcwmin << 16 | preload;
|
Completed in 36 milliseconds