| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | bitmap.c | 24 binfo->levels[0].group_offset = 0; in bitmap_info_init() 28 binfo->levels[i].group_offset = binfo->levels[i-1].group_offset in bitmap_info_init() 32 binfo->levels[i].group_offset = binfo->levels[i-1].group_offset in bitmap_info_init() 34 assert(binfo->levels[i].group_offset <= BITMAP_GROUPS_MAX); in bitmap_info_init() 41 return binfo->levels[binfo->nlevels].group_offset; in bitmap_info_ngroups() 70 bitmap[binfo->levels[1].group_offset - 1] >>= extra; in bitmap_init() 73 size_t group_count = binfo->levels[i].group_offset - in bitmap_init() 74 binfo->levels[i-1].group_offset; in bitmap_init() 78 bitmap[binfo->levels[i+1].group_offset - 1] >>= extra; in bitmap_init()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_cpu.c | 458 struct cf_level *levels; in cf_get_method() local 466 levels = NULL; in cf_get_method() 502 levels = malloc(count * sizeof(*levels), M_TEMP, M_NOWAIT); in cf_get_method() 503 if (levels == NULL) in cf_get_method() 509 free(levels, M_TEMP); in cf_get_method() 560 if (levels) in cf_get_method() 561 free(levels, M_TEMP); in cf_get_method() 704 levels[i] = *lev; in cf_levels_method() 939 struct cf_level *levels; in cpufreq_curr_sysctl() local 945 levels = sc->levels_buf; in cpufreq_curr_sysctl() [all …]
|
| H A D | cpufreq_if.m | 58 # Get the current possible levels, based on all drivers. 60 METHOD int levels { 62 struct cf_level *levels;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | pwm-backlight.yaml | 42 brightness-levels: 44 Array of distinct brightness levels. Typically these are in the range 54 "brightness-levels" property). 59 Number of interpolated steps between each value of brightness-levels 65 default-brightness-level: [brightness-levels] 66 num-interpolated-steps: [brightness-levels] 81 brightness-levels = <0 4 8 16 32 64 128 255>; 96 brightness-levels = <0 2048 4096 8192 16384 65535>;
|
| H A D | led-backlight.txt | 12 - brightness-levels: Array of distinct brightness levels. The levels must be 26 brightness-levels = <0 4 8 16 32 64 128 255>;
|
| H A D | led-backlight.yaml | 27 brightness-levels: 29 Array of distinct brightness levels. The levels must be in the range 38 "brightness-levels" property). 53 brightness-levels = <0 4 8 16 32 64 128 255>;
|
| H A D | pwm-backlight.txt | 17 - brightness-levels: Array of distinct brightness levels. Typically these 24 array defined by the "brightness-levels" property). 26 of brightness-levels table. This way a high 40 brightness-levels = <0 4 8 16 32 64 128 255>; 55 brightness-levels = <0 2048 4096 8192 16384 65535>;
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | bitmap.h | 164 bitmap_level_t levels[BITMAP_MAX_LEVELS+1]; member 178 size_t rgoff = binfo->levels[binfo->nlevels].group_offset - 1; in bitmap_full() 227 gp = &bitmap[binfo->levels[i].group_offset + goff]; in bitmap_set() 250 bitmap_t group = bitmap[binfo->levels[level].group_offset + (bit in bitmap_ffu() 310 g = bitmap[binfo->levels[i].group_offset]; in bitmap_sfu() 314 g = bitmap[binfo->levels[i].group_offset + bit]; in bitmap_sfu() 354 gp = &bitmap[binfo->levels[i].group_offset + goff]; in bitmap_unset()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/ |
| H A D | state023.cfg | 34 # when each levels properties are set locally, results in the top level 38 # the top levels (now default) values 41 # the middle levels (now default) values
|
| H A D | state013.cfg | 34 # and bottom levels properties are set locally results in the middle and 35 # bottom levels inheriting values from the next level up in the hierarchy.
|
| H A D | state024.cfg | 34 # when each levels properties are set locally, results in the top level 38 # Executing 'zfs inherit -r' at the middle and bottom levels after doing so
|
| H A D | state019.cfg | 37 # levels inheriting the changed values. 39 # Executing 'zfs inherit' at the middle and bottom levels is somewhat
|
| H A D | state020.cfg | 37 # levels inheriting the changed values. 39 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
|
| H A D | state022.cfg | 37 # levels inheriting the changed values. 39 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_vfio.h | 50 uint32_t levels; member 66 uint32_t levels; member
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_intr.c | 1643 hns3_atomic_set_bit(req_level, levels); in hns3_handle_hw_error() 1900 hns3_atomic_clear_bit(HNS3_IMP_RESET, levels); in hns3_clear_reset_level() 1903 tmp = hns3_test_and_clear_bit(HNS3_FUNC_RESET, levels); in hns3_clear_reset_level() 1907 hns3_atomic_clear_bit(HNS3_GLOBAL_RESET, levels); in hns3_clear_reset_level() 1908 tmp = hns3_test_and_clear_bit(HNS3_FUNC_RESET, levels); in hns3_clear_reset_level() 1912 hns3_atomic_clear_bit(HNS3_FUNC_RESET, levels); in hns3_clear_reset_level() 1915 hns3_atomic_clear_bit(HNS3_VF_RESET, levels); in hns3_clear_reset_level() 1922 hns3_atomic_clear_bit(HNS3_VF_FULL_RESET, levels); in hns3_clear_reset_level() 1927 hns3_atomic_clear_bit(HNS3_VF_PF_FUNC_RESET, levels); in hns3_clear_reset_level() 1932 hns3_atomic_clear_bit(HNS3_VF_FUNC_RESET, levels); in hns3_clear_reset_level() [all …]
|
| H A D | hns3_intr.h | 100 void hns3_handle_msix_error(struct hns3_adapter *hns, uint64_t *levels); 101 void hns3_handle_ras_error(struct hns3_adapter *hns, uint64_t *levels);
|
| /f-stack/freebsd/x86/x86/ |
| H A D | tsc.c | 715 struct cf_level *levels; in tsc_levels_changed() local 732 levels = malloc(count * sizeof(*levels), M_TEMP, M_NOWAIT); in tsc_levels_changed() 733 if (levels == NULL) in tsc_levels_changed() 735 error = CPUFREQ_LEVELS(cf_dev, levels, &count); in tsc_levels_changed() 737 max_freq = (uint64_t)levels[0].total_set.freq * 1000000; in tsc_levels_changed() 741 free(levels, M_TEMP); in tsc_levels_changed()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/hwmon/ |
| H A D | aspeed-pwm-tacho.txt | 34 For PWM port can be configured cooling-levels to create cooling device. 42 - cooling-levels: PWM duty cycle values in a range from 0 to 255 65 cooling-levels = /bits/ 8 <125 151 177 203 229 255>;
|
| H A D | npcm750-pwm-fan.txt | 28 For PWM channel can be configured cooling-levels to create cooling device. 43 - cooling-levels: PWM duty cycle values in a range from 0 to 255 73 cooling-levels = <127 255>;
|
| H A D | pwm-fan.txt | 6 - cooling-levels : PWM duty cycle values in a range from 0 to 255 26 cooling-levels = <0 102 170 230>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-nanopc-t4.dts | 59 * With 20KHz PWM and an EVERCOOL EC4007H12SA fan, these levels 62 cooling-levels = <0 12 18 255>;
|
| /f-stack/freebsd/sys/ |
| H A D | backlight.h | 38 uint32_t levels[BACKLIGHTMAXLEVELS]; member
|
| /f-stack/dpdk/doc/guides/compressdevs/ |
| H A D | isal.rst | 59 The ISA-L levels have been mapped to somewhat correspond to the same ZLIB level, 65 The compressdev API has 10 levels, 0-9. ISA-L has 4 levels of compression, 0-3.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | lpm6_lib.rst | 52 In this case, instead of using two levels, one with a tbl24 and a second with a tbl8, 14 levels are… 57 This effectively means that the trie has 14 levels at the most, depending on the rules that are add… 75 or the subsequent tbl8s we might need to continue the lookup process in deeper levels of the tree. 81 By splitting the process in different tables/levels and limiting the number of tbl8s, 87 Table split into different levels 191 which is the number of levels minus one, since the first three bytes are resolved in the tbl24. How… 198 This might happen again in deeper levels, so, effectively,
|