Home
last modified time | relevance | path

Searched refs:incr (Results 1 – 25 of 111) sorted by last modified time

12345

/freebsd/sys/vm/
H A Dswap_pager.c247 swap_reserve(vm_ooffset_t incr) in swap_reserve() argument
250 return (swap_reserve_by_cred(incr, curthread->td_ucred)); in swap_reserve()
265 __func__, (uintmax_t)incr)); in swap_reserve_by_cred()
270 error = racct_add(curproc, RACCT_SWAP, incr); in swap_reserve_by_cred()
277 pincr = atop(incr); in swap_reserve_by_cred()
307 cred->cr_ruidinfo->ui_uid, curproc->p_pid, incr); in swap_reserve_by_cred()
312 racct_sub(curproc, RACCT_SWAP, incr); in swap_reserve_by_cred()
321 swap_reserve_force(vm_ooffset_t incr) in swap_reserve_force() argument
326 __func__, (uintmax_t)incr)); in swap_reserve_force()
331 racct_add_force(curproc, RACCT_SWAP, incr); in swap_reserve_force()
[all …]
H A Dvm.h167 bool swap_reserve(vm_ooffset_t incr);
168 bool swap_reserve_by_cred(vm_ooffset_t incr, struct ucred *cred);
169 void swap_reserve_force(vm_ooffset_t incr);
/freebsd/sys/netinet/
H A Dsctputil.c81 sctp_clog.x.sb.incr = incr; in sctp_sblog()
6620 size_t incr = 0; in sctp_connectx_helper_add() local
6635 incr = sizeof(struct sockaddr_in); in sctp_connectx_helper_add()
6661 incr = sizeof(struct sockaddr_in6); in sctp_connectx_helper_add()
6687 sa = (struct sockaddr *)((caddr_t)sa + incr); in sctp_connectx_helper_add()
6701 unsigned int incr, at, i; in sctp_connectx_helper_find() local
6718 if (sa->sa_len != incr) { in sctp_connectx_helper_find()
6730 if (sa->sa_len != incr) { in sctp_connectx_helper_find()
6745 if ((at + incr) > limit) { in sctp_connectx_helper_find()
6756 at += incr; in sctp_connectx_helper_find()
[all …]
/freebsd/sys/net80211/
H A Dieee80211.h242 #define IEEE80211_SEQ_ADD(seq, incr) \ argument
243 (((seq) + (incr)) & (IEEE80211_SEQ_RANGE-1))
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1043a.dtsi823 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
835 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
847 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
H A Dfsl-ls1046a.dtsi733 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
744 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
755 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
H A Dfsl-ls1088a.dtsi497 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
508 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
H A Dfsl-ls208xa.dtsi1204 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
1215 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
H A Dfsl-lx2160a.dtsi1057 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
1069 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
H A Dfsl-ls1028a.dtsi624 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
634 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
H A Dfsl-ls1012a.dtsi501 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4x12.dtsi275 arm,double-linefill-incr = <0>;
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/
H A Dls1021a.dtsi811 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/
H A Dsocfpga.dtsi746 arm,double-linefill-incr = <0>;
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dsnps,dwc3.yaml421 snps,incr-burst-type-adjustment:
480 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c8881 uint16_t incr[NMTUS][NCCTRL_WIN]; in sysctl_cctrl() local
8899 t4_read_cong_tbl(sc, incr); in sysctl_cctrl()
8906 incr[0][i], incr[1][i], incr[2][i], incr[3][i], incr[4][i], in sysctl_cctrl()
8907 incr[5][i], incr[6][i], incr[7][i]); in sysctl_cctrl()
8909 incr[8][i], incr[9][i], incr[10][i], incr[11][i], in sysctl_cctrl()
8910 incr[12][i], incr[13][i], incr[14][i], incr[15][i], in sysctl_cctrl()
H A Dadapter.h1101 #define IDXINCR(idx, incr, wrap) do { \ argument
1102 idx = wrap - idx > incr ? idx + incr : incr - (wrap - idx); \
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c6281 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) in t4_read_cong_tbl()
6289 incr[mtu][w] = (u16)t4_read_reg(adap, in t4_read_cong_tbl()
H A Dcommon.h736 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c886 static void l2arc_hdr_arcstats_update(arc_buf_hdr_t *hdr, boolean_t incr,
3515 l2arc_hdr_arcstats_update(arc_buf_hdr_t *hdr, boolean_t incr, in l2arc_hdr_arcstats_update() argument
3528 if (incr) { in l2arc_hdr_arcstats_update()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c2355 dtrace_aggregate_quantize(uint64_t *quanta, uint64_t nval, uint64_t incr) in dtrace_aggregate_quantize() argument
2363 quanta[i] += incr; in dtrace_aggregate_quantize()
2370 quanta[i - 1] += incr; in dtrace_aggregate_quantize()
2375 quanta[DTRACE_QUANTIZE_NBUCKETS - 1] += incr; in dtrace_aggregate_quantize()
2383 dtrace_aggregate_lquantize(uint64_t *lquanta, uint64_t nval, uint64_t incr) in dtrace_aggregate_lquantize() argument
2398 lquanta[0] += incr; in dtrace_aggregate_lquantize()
2405 lquanta[level + 1] += incr; in dtrace_aggregate_lquantize()
2412 lquanta[levels + 1] += incr; in dtrace_aggregate_lquantize()
2472 dtrace_aggregate_llquantize(uint64_t *llquanta, uint64_t nval, uint64_t incr) in dtrace_aggregate_llquantize() argument
2481 low, high, nsteps, nval)] += incr; in dtrace_aggregate_llquantize()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c639 long incr = cf->incr_xfer_size; in setup_suitable_read_buffer() local
642 if (incr < 0) in setup_suitable_read_buffer()
643 incr = cf->min_xfer_size; in setup_suitable_read_buffer()
645 incr = xfer_align; in setup_suitable_read_buffer()
653 asize += incr; in setup_suitable_read_buffer()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp1334 ST incr; in __kmp_dispatch_next_algorithm() local
1676 *p_st = incr; in __kmp_dispatch_next_algorithm()
1729 *p_st = incr; in __kmp_dispatch_next_algorithm()
1778 *p_st = incr; in __kmp_dispatch_next_algorithm()
1847 *p_st = incr; in __kmp_dispatch_next_algorithm()
1922 *p_st = incr; in __kmp_dispatch_next_algorithm()
2017 *p_st = incr; in __kmp_dispatch_next_algorithm()
2230 ST incr; in __kmp_dispatch_next() local
2689 if (incr == 0) { in __kmp_dist_get_bounds()
2715 if (incr == 1) { in __kmp_dist_get_bounds()
[all …]
H A Dkmp_gsupport.cpp2228 start, end, incr, istart, iend); in KMP_EXPAND_NAME()
2232 start, end, incr, istart, iend); in KMP_EXPAND_NAME()
2235 start, end, incr, chunk_size, istart, iend); in KMP_EXPAND_NAME()
2254 start, end, incr, istart, iend); in KMP_EXPAND_NAME()
2282 up, start, end, incr, istart, iend); in KMP_EXPAND_NAME()
2286 up, start, end, incr, istart, iend); in KMP_EXPAND_NAME()
2309 up, start, end, incr, istart, iend); in KMP_EXPAND_NAME()
2403 start, end, incr, istart, iend); in KMP_EXPAND_NAME()
2406 start, end, incr, chunk_size, istart, iend); in KMP_EXPAND_NAME()
2409 start, end, incr, chunk_size, istart, iend); in KMP_EXPAND_NAME()
[all …]
H A Dkmp.h4215 kmp_int *pstride, kmp_int incr,

12345