/freebsd/sys/kern/ |
H A D | kern_racct.c | 489 int64_t amount) in racct_adjust_resource() 518 racct_add_locked(struct proc *p, int resource, uint64_t amount, int force) in racct_add_locked() 549 racct_add(struct proc *p, int resource, uint64_t amount) in racct_add() 569 racct_add_force(struct proc *p, int resource, uint64_t amount) in racct_add_force() 583 racct_add_cred_locked(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred_locked() 601 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred() 639 racct_set_locked(struct proc *p, int resource, uint64_t amount, int force) in racct_set_locked() 701 racct_set_unlocked(struct proc *p, int resource, uint64_t amount) in racct_set_unlocked() 713 racct_set(struct proc *p, int resource, uint64_t amount) in racct_set() 729 racct_set_force(struct proc *p, int resource, uint64_t amount) in racct_set_force() [all …]
|
H A D | kern_rctl.c | 493 rctl_enforce(struct proc * p,int resource,uint64_t amount) rctl_enforce() argument 701 uint64_t amount = UINT64_MAX; rctl_get_limit() local 1477 int64_t amount; rctl_rule_to_sbuf() local 1587 int64_t amount; rctl_racct_to_sbuf() local [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | ARMUtils.h | 91 static inline uint32_t LSL_C(const uint32_t value, const uint32_t amount, in LSL_C() 102 static inline uint32_t LSL(const uint32_t value, const uint32_t amount, in LSL() 115 static inline uint32_t LSR_C(const uint32_t value, const uint32_t amount, in LSR_C() 126 static inline uint32_t LSR(const uint32_t value, const uint32_t amount, in LSR() 139 static inline uint32_t ASR_C(const uint32_t value, const uint32_t amount, in ASR_C() 157 static inline uint32_t ASR(const uint32_t value, const uint32_t amount, in ASR() 170 static inline uint32_t ROR_C(const uint32_t value, const uint32_t amount, in ROR_C() 182 static inline uint32_t ROR(const uint32_t value, const uint32_t amount, in ROR() 214 const uint32_t amount, const uint32_t carry_in, in Shift_C() 254 const uint32_t amount, const uint32_t carry_in, in Shift()
|
/freebsd/sys/sys/ |
H A D | racct.h | 204 racct_add(struct proc *p, int resource, uint64_t amount) in racct_add() 211 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) in racct_add_cred() 216 racct_add_force(struct proc *p, int resource, uint64_t amount) in racct_add_force() 221 racct_set(struct proc *p, int resource, uint64_t amount) in racct_set() 228 racct_set_force(struct proc *p, int resource, uint64_t amount) in racct_set_force() 233 racct_sub(struct proc *p, int resource, uint64_t amount) in racct_sub() 238 racct_sub_cred(struct ucred *cred, int resource, uint64_t amount) in racct_sub_cred()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | doalloc.c | 46 _nc_doalloc(void *oldp, size_t amount) in _nc_doalloc()
|
H A D | lib_tputs.c | 134 size_t amount = SP_PARM->out_inuse; in NCURSES_SP_NAME() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
H A D | x86AssemblyInspectionEngine.cpp | 434 bool x86AssemblyInspectionEngine::sub_rsp_pattern_p(int &amount) { in sub_rsp_pattern_p() 452 bool x86AssemblyInspectionEngine::add_rsp_pattern_p(int &amount) { in add_rsp_pattern_p() 471 bool x86AssemblyInspectionEngine::lea_rsp_pattern_p(int &amount) { in lea_rsp_pattern_p() 497 bool x86AssemblyInspectionEngine::lea_rbp_rsp_pattern_p(int &amount) { in lea_rbp_rsp_pattern_p() 524 bool x86AssemblyInspectionEngine::lea_rbx_rsp_pattern_p(int &amount) { in lea_rbx_rsp_pattern_p() 1494 int amount; in AugmentUnwindPlanFromCallSite() local
|
/freebsd/contrib/xz/src/liblzma/check/ |
H A D | crc_x86_clmul.h | 112 shift_left(__m128i v, size_t amount) in shift_left() 121 shift_right(__m128i v, size_t amount) in shift_right()
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_memory.c | 328 uint64_t amount) in ttm_mem_global_free_zone() 344 uint64_t amount) in ttm_mem_global_free() 351 uint64_t amount, bool reserve) in ttm_mem_global_reserve()
|
/freebsd/contrib/kyua/utils/ |
H A D | memory.cpp | 144 static int64_t amount = -1; in physical_memory() local
|
/freebsd/usr.bin/rctl/ |
H A D | rctl.c | 113 const char *subject, *subject_id, *resource, *action, *amount, *per; in expand_amount() local 308 const char *subject, *subject_id, *resource, *action, *amount, *per; in humanize_amount() local 461 const char *resource, *amount; in humanize_usage_amount() local
|
/freebsd/contrib/xz/src/xz/ |
H A D | file_io.c | 1248 const ssize_t amount = read( in io_read() local 1342 const size_t amount = io_read(pair, buf, size); in io_pread() local 1375 const ssize_t amount = write(pair->dest_fd, buf, size); in io_write_buf() local
|
/freebsd/contrib/unbound/sldns/ |
H A D | sbuffer.c | 93 sldns_buffer_reserve(sldns_buffer *buffer, size_t amount) in sldns_buffer_reserve()
|
/freebsd/contrib/ldns/ |
H A D | buffer.c | 80 ldns_buffer_reserve(ldns_buffer *buffer, size_t amount) in ldns_buffer_reserve()
|
/freebsd/bin/sh/ |
H A D | memalloc.h | 81 #define STADJUST(amount, p) (p += (amount)) argument
|
H A D | show.c | 252 indent(int amount, char *pfx, FILE *fp) in indent()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Progress.cpp | 57 void Progress::Increment(uint64_t amount, in Increment()
|
/freebsd/sys/arm64/arm64/ |
H A D | disassem.c | 432 arm64_disasm_reg_extend(int sf, int option, int rd, int rn, int amount) in arm64_disasm_reg_extend() 495 int shift, rm, rt, rd, rn, imm, sf, idx, option, scale, amount; in disasm() local
|
/freebsd/crypto/openssl/test/ |
H A D | bio_prefix_text.c | 39 static size_t amount = 0; variable
|
/freebsd/libexec/tftpd/ |
H A D | tftp-utils.h | 120 size_t amount; member
|
/freebsd/crypto/openssl/crypto/ |
H A D | threads_pthread.c | 199 int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_add()
|
H A D | threads_none.c | 128 int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_add()
|
H A D | threads_win.c | 213 int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_add()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Stream.cpp | 168 IndentMore(unsigned amount) IndentMore() argument 171 IndentLess(unsigned amount) IndentLess() argument
|
/freebsd/usr.bin/gzip/ |
H A D | unxz.c | 193 const size_t amount = read(fd, buf, size); in io_pread() local
|