Home
last modified time | relevance | path

Searched refs:distance (Results 1 - 9 of 9) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dtopology.c796 * Given a node-distance table, for example:
1602 bool find_numa_distance(int distance) in find_numa_distance() argument
1606 if (distance == node_distance(0, 0)) { in find_numa_distance()
1611 if (sched_domains_numa_distance[i] == distance) { in find_numa_distance()
1632 * - If the maximum distance between any nodes is 1 hop, the system
1694 int distance = node_distance(i, j); in sched_init_numa() local
1695 if (distance < LOCAL_DISTANCE || distance >= NR_DISTANCE_VALUES) { in sched_init_numa()
1696 sched_numa_warn("Invalid distance value range"); in sched_init_numa()
1700 bitmap_set(distance_map, distance, in sched_init_numa()
[all...]
H A Dsched.h1446 extern bool find_numa_distance(int distance);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_rtt.c2776 /* average distance */ in dhd_rtt_convert_results_to_host_v1()
2778 rtt_report->distance = (avg_dist >> 8) * 1000; /* meter -> mm */ in dhd_rtt_convert_results_to_host_v1()
2779 rtt_report->distance += (avg_dist & 0xff) * 1000 / 256; in dhd_rtt_convert_results_to_host_v1()
2781 rtt_report->distance = FTM_INVALID; in dhd_rtt_convert_results_to_host_v1()
2841 dist = ltoh32_ua(&p_sample->distance); in dhd_rtt_convert_results_to_host_v1()
3025 /* average distance */ in dhd_rtt_convert_results_to_host_v2()
3027 rtt_report->distance = (avg_dist >> 8) * 1000; /* meter -> mm */ in dhd_rtt_convert_results_to_host_v2()
3028 rtt_report->distance += (avg_dist & 0xff) * 1000 / 256; in dhd_rtt_convert_results_to_host_v2()
3035 rtt_report->distance = FTM_INVALID; in dhd_rtt_convert_results_to_host_v2()
3094 dist = ltoh32_ua(&p_sample->distance); in dhd_rtt_convert_results_to_host_v2()
[all...]
H A Ddhd_rtt.h363 int distance; /* distance in cm (optional) */ member
365 int distance_spread; /* difference between max and min distance recorded (optional) */
H A Dwl_android_ext.c6970 s32 bw_cap = 0, distance = 0; in wl_ext_get_distance() local
7000 distance = 2; in wl_ext_get_distance()
7002 distance = 4; in wl_ext_get_distance()
7004 distance = 8; in wl_ext_get_distance()
7006 distance = 16; in wl_ext_get_distance()
7007 AEXT_INFO(net->name, "bw=0x%x, distance=%d\n", bw, distance); in wl_ext_get_distance()
7009 return distance; in wl_ext_get_distance()
7028 s32 cen_ch, distance, distance_2g, distance_5g, ch, min_ap=999; in wl_ext_get_best_channel() local
7078 distance in wl_ext_get_best_channel()
[all...]
H A Dwl_cfgnan.c78 nan_ranging_inst_t *rng_inst, nan_event_data_t *nan_event_data, uint32 distance);
6758 #define IN_GEOFENCE(ingress, egress, distance) (((distance) <= (ingress)) && \
6759 ((distance) >= (egress)))
6760 #define IS_INGRESS_VAL(ingress, distance) ((distance) < (ingress))
6761 #define IS_EGRESS_VAL(egress, distance) ((distance) > (egress))
6764 wl_cfgnan_check_ranging_cond(nan_svc_info_t *svc_info, uint32 distance, in wl_cfgnan_check_ranging_cond() argument
6775 " distance in wl_cfgnan_check_ranging_cond()
6853 wl_cfgnan_notify_disc_with_ranging(struct bcm_cfg80211 *cfg, nan_ranging_inst_t *rng_inst, nan_event_data_t *nan_event_data, uint32 distance) wl_cfgnan_notify_disc_with_ranging() argument
[all...]
H A Dwl_cfgvendor.c5112 report->distance = range_res->dist_mm/10; in wl_cfgvendor_send_as_rtt_legacy_event()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmevent.h760 uint32 distance; /* dst to tgt, units meter */ member
H A Dwlioctl.h5925 uint16 rtt0; /**< estimated distance to this AP in centimeters */
5926 uint16 rtt1; /**< standard deviation of the distance to this AP in centimeters */
5934 uint16 rtt0; /**< estimated distance to this AP in centimeters */
5935 uint16 rtt1; /**< standard deviation of the distance to this AP in centimeters */
9990 int32 distance; /**< distance calculated by fw */ member
11915 uint32 distance; /**< mean distance in meters expressed as Q4 number. member
13515 uint32 distance; /**< distance */ member
14397 int32 distance; global() member
14442 int32 distance; global() member
14818 uint32 distance; global() member
[all...]

Completed in 98 milliseconds