Searched refs:low (Results 101 - 125 of 425) sorted by last modified time

1234567891011>>

/freebsd-11-stable/sys/kern/
H A Dsched_ule.c616 * of the random state (in the low bits of our answer) to keep
633 int cs_pri; /* Min priority for low. */
634 int cs_limit; /* Max load for low, min load for high. */
644 struct cpu_search *low, struct cpu_search *high, const int match);
646 struct cpu_search *low);
650 struct cpu_search *low, struct cpu_search *high);
664 cpu_search(const struct cpu_group *cg, struct cpu_search *low, argument
678 lgroup = *low;
723 if (cpu == low->cs_prefer)
747 (load == lload && lgroup.cs_load < low
779 cpu_search_lowest(const struct cpu_group *cg, struct cpu_search *low) argument
791 cpu_search_both(const struct cpu_group *cg, struct cpu_search *low, struct cpu_search *high) argument
806 struct cpu_search low; local
836 int high, low, anylow; local
918 sched_balance_pair(struct tdq *high, struct tdq *low) argument
[all...]
H A Dkern_conf.c1303 int unit, low, u; local
1327 low = extra;
1340 if (unit == -1 && u == low) {
1341 low++;
1353 unit = low & CLONE_UNITMASK;
1360 printf("unit=%d, low=%d, extra=0x%x\n", unit, low, extra);
/freebsd-11-stable/contrib/expat/lib/
H A Dsiphash.h114 #define _SIP_ULL(high, low) (((uint64_t)high << 32) | low)
/freebsd-11-stable/lib/msun/src/
H A De_hypot.c71 u_int32_t low; local
74 GET_LOW_WORD(low,a);
75 if(((ha&0xfffff)|low)==0) w = a;
76 GET_LOW_WORD(low,b);
77 if(((hb^0x7ff00000)|low)==0) w = b;
87 u_int32_t low; local
88 GET_LOW_WORD(low,b);
89 if((hb|low)==0) return a;
/freebsd-11-stable/sys/sys/
H A Dsystm.h457 struct unrhdr *new_unrhdr(int low, int high, struct mtx *mutex);
458 void init_unrhdr(struct unrhdr *uh, int low, int high, struct mtx *mutex);
/freebsd-11-stable/contrib/tcsh/
H A Ded.chared.c253 c_preword(Char *p, Char *low, int n, Char *delim) argument
256 Char *prev = low;
281 if (p < low)
282 p = low;
311 c_prev_word(Char *p, Char *low, int n) argument
317 while ((p >= low) && !isword(*p))
319 while ((p >= low) && isword(*p))
325 if (p < low)
326 p = low;
334 if (p < low)
[all...]
/freebsd-11-stable/usr.sbin/cron/lib/
H A Dentry.c143 * system load is low". Problems are: how do you know
144 * what "low" means? (save me from /etc/cron.conf!) and:
145 * how to guarantee low variance (how low is low?), which
522 get_list(bits, low, high, names, ch, file)
524 int low, high; /* bounds, impl. offset for bitstr */
544 bit_nclear(bits, 0, (high-low+1));
550 ch = get_range(bits, low, high, names, ch, file);
569 get_range(bits, low, hig
[all...]
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c1351 uint32_t low, ctl; local
1368 low = (siba_read_4(sc->sc_dev, SIBA_TGSLOW) | SIBA_TGSLOW_FGC) &
1370 siba_write_4(sc->sc_dev, SIBA_TGSLOW, low);
1373 low &= ~SIBA_TGSLOW_FGC;
1374 low |= BWN_TGSLOW_PHYCLOCK_ENABLE;
1375 siba_write_4(sc->sc_dev, SIBA_TGSLOW, low);
6922 uint32_t low, high; local
6927 low = BWN_READ_4(mac, BWN_REV3PLUS_TSF_LOW);
6931 *tsf |= low;
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h588 u_int32_t low; member in struct:_MRSAS_REQUEST_DESCRIPTOR_UNION::__anon5070::__anon5071
1196 u_int32_t low; member in struct:desc_value::__anon5085
1303 * READY state; discard queue info MFIMODE : Discard (possible) low MFA
H A Dmrsas.c1713 while ((desc_val.u.low != 0xFFFFFFFF) && (desc_val.u.high != 0xFFFFFFFF)) {
2789 mrsas_write_64bit_req_desc(sc, req_desc.addr.u.low, req_desc.addr.u.high);
2925 * request descriptor address low
2943 * request descriptor address low
3398 mrsas_fire_cmd(sc, req_desc->addr.u.low,
3875 mrsas_fire_cmd(sc, req_desc->addr.u.low, req_desc->addr.u.high);
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe.h259 u32 low; member in struct:ixgbe_bp_data
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c272 int low, int high);
3233 sysctl_int_range(SYSCTL_HANDLER_ARGS, int low, int high) argument
3241 if (value < low || value > high)
/freebsd-11-stable/sys/dev/nfe/
H A Dif_nfe.c3088 sysctl_int_range(SYSCTL_HANDLER_ARGS, int low, int high) argument
3098 if (value < low || value > high)
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c1656 hk.key.tkip.tsc.low = (uint16_t)k->wk_keytsc;
2366 /* XXX better to not check low water mark? */
/freebsd-11-stable/sys/dev/txp/
H A Dif_txp.c1375 error = txp_dma_alloc(sc, "low priority tx ring",
1417 error = txp_dma_alloc(sc, "low priority rx ring",
2998 sysctl_int_range(SYSCTL_HANDLER_ARGS, int low, int high) argument
3008 if (value < low || value > high)
/freebsd-11-stable/sys/dev/sf/
H A Dif_sf.c48 * The Starfire offers high and low priority buffer queues, a
2715 sysctl_int_range(SYSCTL_HANDLER_ARGS, int low, int high) argument
2725 if (value < low || value > high)
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_mac.c630 unsigned int low; local
651 low = MAX((unsigned int)rngp->first, el_min);
653 width = high - low + 1;
656 (~0ULL) : (((1ULL << width) - 1) << (low - el_min));
/freebsd-11-stable/sys/dev/re/
H A Dif_re.c4053 sysctl_int_range(SYSCTL_HANDLER_ARGS, int low, int high) argument
4063 if (value < low || value > high)
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_zyd.c1963 uint32_t low, high; local
1969 low = 0x00000000;
1974 low = 0xffffffff;
1991 low |= 1 << v;
2000 zyd_write32_m(sc, ZYD_MAC_GHTBL, low);
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h86 #define BF32_DECODE(x, low, len) P2PHASE((x) >> (low), 1U << (len))
87 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len))
88 #define BF32_ENCODE(x, low, len) (P2PHASE((x), 1U << (len)) << (low))
89 #define BF64_ENCODE(x, low, len) (P2PHASE((x), 1ULL << (len)) << (low))
91 #define BF32_GET(x, low, len) BF32_DECODE(x, low, le
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c1375 int low = locks & ~(SCL_ZIO - 1); local
1376 int high = locks & ~low;
1380 spa_config_enter(spa, low, spa, RW_WRITER);
/freebsd-11-stable/sys/vm/
H A Dvm_reserv.c402 * must be at or above the given physical address "low" and below the given
416 vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary,
537 m = vm_phys_alloc_contig(allocpages, low, high, ulmax(alignment,
594 if (pa < low || pa + size > high || (pa & (alignment - 1)) != 0 ||
954 vm_reserv_reclaim_contig(u_long npages, vm_paddr_t low, vm_paddr_t high, argument
967 if (pa + PAGE_SIZE - size < low) {
968 /* This entire reservation is too low; go to next. */
976 if (pa < low) {
977 /* Start the search for free pages at "low". */
978 low_index = (low
415 vm_reserv_alloc_contig(vm_object_t object, vm_pindex_t pindex, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary, vm_page_t mpred) argument
[all...]
H A Dvm_page.c1764 * the given physical address "low" and below the given physical address
1802 u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment,
1857 low, high, alignment, boundary, mpred)) == NULL)
1862 m_ret = vm_phys_alloc_contig(npages, low, high,
1876 if (vm_reserv_reclaim_contig(npages, low, high, alignment,
2497 vm_page_reclaim_contig(int req, u_long npages, vm_paddr_t low, vm_paddr_t high, argument
2535 curr_low = low;
1801 vm_page_alloc_contig(vm_object_t object, vm_pindex_t pindex, int req, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary, vm_memattr_t memattr) argument
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep_boot.c238 serial |= walker->u.tag_sn.low;
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_lb.c215 uint16_t dport, struct pf_addr *naddr, uint16_t *nport, uint16_t low,
226 low = 1;
244 proto == IPPROTO_ICMP) || (low == 0 && high == 0)) {
254 } else if (low == high) {
255 key.port[1] = htons(low);
257 *nport = htons(low);
264 if (low > high) {
265 tmp = low;
266 low = high;
269 /* low < hig
213 pf_get_sport(sa_family_t af, u_int8_t proto, struct pf_rule *r, struct pf_addr *saddr, uint16_t sport, struct pf_addr *daddr, uint16_t dport, struct pf_addr *naddr, uint16_t *nport, uint16_t low, uint16_t high, struct pf_src_node **sn) argument
[all...]

Completed in 354 milliseconds

1234567891011>>