Searched refs:re_lo (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/libcfs/ |
D | libcfs_string.c | 273 re->re_lo = min; in cfs_range_expr_parse() 280 &re->re_lo, min, max)) { in cfs_range_expr_parse() 282 re->re_hi = re->re_lo; in cfs_range_expr_parse() 291 &re->re_lo, min, max)) in cfs_range_expr_parse() 343 if (expr->re_lo == expr->re_hi) in cfs_range_expr_print() 344 i = scnprintf(buffer, count, "%u", expr->re_lo); in cfs_range_expr_print() 347 s, expr->re_lo, expr->re_hi, e); in cfs_range_expr_print() 350 s, expr->re_lo, expr->re_hi, in cfs_range_expr_print() 404 if (value >= expr->re_lo && value <= expr->re_hi && in cfs_expr_list_match() 405 ((value - expr->re_lo) % expr->re_stride) == 0) in cfs_expr_list_match() [all …]
|
/drivers/staging/lustre/lnet/lnet/ |
D | nidstrings.c | 481 min_ip[re_count] = re->re_lo; in cfs_ip_ar_min_max() 518 if (re->re_lo < min_addr || min_addr == 0) in cfs_num_ar_min_max() 519 min_addr = re->re_lo; in cfs_num_ar_min_max() 656 re->re_lo > 0)) in cfs_ip_is_contiguous() 659 last_diff = re->re_hi - re->re_lo; in cfs_ip_is_contiguous()
|
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_string.h | 71 __u32 re_lo; member
|
/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-cpu.c | 917 for (i = range->re_lo; i <= range->re_hi; i++) { in cfs_cpt_table_create_pattern() 918 if ((i - range->re_lo) % range->re_stride != 0) in cfs_cpt_table_create_pattern()
|