Home
last modified time | relevance | path

Searched defs:amount (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/sys/kern/
H A Dkern_racct.c489 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 Dkern_rctl.c493 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 DARMUtils.h91 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 Dracct.h204 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 Ddoalloc.c46 _nc_doalloc(void *oldp, size_t amount) in _nc_doalloc()
H A Dlib_tputs.c134 size_t amount = SP_PARM->out_inuse; in NCURSES_SP_NAME() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp434 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 Dcrc_x86_clmul.h112 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 Dttm_memory.c328 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 Dmemory.cpp144 static int64_t amount = -1; in physical_memory() local
/freebsd/usr.bin/rctl/
H A Drctl.c113 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 Dfile_io.c1248 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 Dsbuffer.c93 sldns_buffer_reserve(sldns_buffer *buffer, size_t amount) in sldns_buffer_reserve()
/freebsd/contrib/ldns/
H A Dbuffer.c80 ldns_buffer_reserve(ldns_buffer *buffer, size_t amount) in ldns_buffer_reserve()
/freebsd/bin/sh/
H A Dmemalloc.h81 #define STADJUST(amount, p) (p += (amount)) argument
H A Dshow.c252 indent(int amount, char *pfx, FILE *fp) in indent()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DProgress.cpp57 void Progress::Increment(uint64_t amount, in Increment()
/freebsd/sys/arm64/arm64/
H A Ddisassem.c432 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 Dbio_prefix_text.c39 static size_t amount = 0; variable
/freebsd/libexec/tftpd/
H A Dtftp-utils.h120 size_t amount; member
/freebsd/crypto/openssl/crypto/
H A Dthreads_pthread.c199 int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_add()
H A Dthreads_none.c128 int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_add()
H A Dthreads_win.c213 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 DStream.cpp168 IndentMore(unsigned amount) IndentMore() argument
171 IndentLess(unsigned amount) IndentLess() argument
/freebsd/usr.bin/gzip/
H A Dunxz.c193 const size_t amount = read(fd, buf, size); in io_pread() local

123