Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 25 of 85) sorted by relevance

1234

/freebsd/contrib/wpa/src/ap/
H A Dairtime_policy.c98 unsigned int weight) in sta_set_airtime_weight()
111 static void set_sta_weights(struct hostapd_data *hapd, unsigned int weight) in set_sta_weights()
244 unsigned int weight; in airtime_policy_new_sta() local
/freebsd/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h124 #define WEIGHT_GET_ACTIVE(weight) BF64_GET((weight), 61, 3) argument
125 #define WEIGHT_SET_ACTIVE(weight, x) BF64_SET((weight), 61, 3, x) argument
127 #define WEIGHT_IS_SPACEBASED(weight) \ argument
129 #define WEIGHT_SET_SPACEBASED(weight) BF64_SET((weight), 60, 1, 1) argument
134 #define WEIGHT_GET_INDEX(weight) BF64_GET((weight), 54, 6) argument
135 #define WEIGHT_SET_INDEX(weight, x) BF64_SET((weight), 54, 6, x) argument
136 #define WEIGHT_GET_COUNT(weight) BF64_GET((weight), 0, 54) argument
137 #define WEIGHT_SET_COUNT(weight, x) BF64_SET((weight), 0, 54, x) argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp58 uint64_t weight; global() member
73 uint64_t weight = 0; global() member
120 uint64_t weight = c.second; CallGraphSort() local
[all...]
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp30 uint64_t weight; member
45 uint64_t weight = 0; member
93 uint64_t weight = c.second; in CallGraphSort() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h26 uptr weight; member
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp45 uint64_t weight; member
60 uint64_t weight = 0; member
98 uint64_t weight = c.second; in CallGraphSort() local
/freebsd/usr.sbin/pkg/
H A Ddns_utils.h36 unsigned int weight; member
H A Ddns_utils.c123 unsigned int type, class, ttl, priority, weight, port; in dns_getsrvinfo() local
/freebsd/sys/net/altq/
H A Daltq_red.c173 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, in red_alloc()
551 wtab_alloc(int weight) in wtab_alloc()
H A Daltq_rio.c179 rio_alloc(int weight, struct redparams *params, int flags, int pkttime) in rio_alloc()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c1150 metaslab_group_sort_impl(metaslab_group_t *mg, metaslab_t *msp, uint64_t weight) in metaslab_group_sort_impl()
1163 metaslab_group_sort(metaslab_group_t *mg, metaslab_t *msp, uint64_t weight) in metaslab_group_sort()
2175 uint64_t weight = msp->ms_weight; in metaslab_verify_weight_and_frag() local
2481 uint64_t weight = msp->ms_weight; in metaslab_load_impl() local
3024 uint64_t weight, space; in metaslab_space_weight() local
3094 uint64_t weight = 0; in metaslab_weight_from_range_tree() local
3158 uint64_t weight = 0; in metaslab_weight_from_spacemap() local
3183 uint64_t weight = 0; in metaslab_segment_weight() local
3291 uint64_t weight; in metaslab_weight() local
3460 uint64_t weight) in metaslab_passivate_allocator()
[all …]
/freebsd/contrib/bzip2/
H A Dhuffman.c76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths() local
/freebsd/sys/netlink/route/
H A Dnexthop.h87 uint8_t weight; /* weight of this nexthop */ member
/freebsd/usr.bin/localedef/
H A Dcollate.c139 typedef struct weight { struct
142 RB_ENTRY(weight) entry; argument
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_func.h62 u16 weight /* An arbitration weight. Valid only if use_wfq is set. */; member
H A Decore_init_fw_funcs.c83 #define QM_WFQ_INC_VAL(weight) ((weight) * 0x9000) argument
936 #define NIG_ETS_UP_BOUND(weight,mtu) (2 * ((weight) > (mtu) ? (weight) : (mtu))) argument
1115 #define PRS_ETS_UP_BOUND(weight,mtu) (2 * ((weight) > (mtu) ? (weight) : (mtu))) argument
/freebsd/sys/contrib/zstd/programs/
H A Ddatagen.c69 U32 const weight = (((LTSIZE - u) * ld) >> 8) + 1; in RDG_fillLiteralDistrib() local
/freebsd/sys/contrib/dev/rtw89/
H A Dchan.c197 u8 weight; rtw89_entity_recalc() local
/freebsd/contrib/tcpdump/
H A Dprint-lisp.c211 nd_uint8_t weight; member
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_config.h226 uint8_t weight; member
263 uint8_t weight; member
/freebsd/sys/net/route/
H A Dnhop.h166 uint32_t weight; member
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_conv.c779 mbsadjpos(const char **instr, size_t inlen, size_t outlen, int weight, int flag, void *handle) in mbsadjpos()
/freebsd/lib/libc/nameser/
H A Dns_print.c385 u_int priority, weight, port; in ns_sprintrrf() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dhuf_decompress.c461 typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; member
492 const U32 weight = sortedSymbols[s].weight; in HUF_fillDTableX2Level2() local
524 const U32 weight = sortedList[s].weight; in HUF_fillDTableX2() local
/freebsd/sys/ofed/include/rdma/
H A Dib_smi.h142 u8 weight; member

1234