Searched refs:start_left (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Drw.c576 * start_left st_pgs * i end_left
584 unsigned long start_left = 0; stride_pg_count() local
591 start_left = do_div(start, st_len); stride_pg_count()
592 if (start_left < st_pgs) stride_pg_count()
593 start_left = st_pgs - start_left; stride_pg_count()
595 start_left = 0; stride_pg_count()
601 CDEBUG(D_READA, "start %llu, end %llu start_left %lu end_left %lu \n", stride_pg_count()
602 start, end, start_left, end_left); stride_pg_count()
605 pg_count = end_left - (st_pgs - start_left); stride_pg_count()
607 pg_count = start_left + st_pgs * (end - start - 1) + end_left; stride_pg_count()
/linux-4.1.27/drivers/hid/
H A Dhid-lg4ff.c463 int start_left, start_right, full_range; hid_lg4ff_set_range_dfp() local
501 start_left = (((full_range - range + 1) * 2047) / full_range); hid_lg4ff_set_range_dfp()
502 start_right = 0xfff - start_left; hid_lg4ff_set_range_dfp()
504 value[2] = start_left >> 4; hid_lg4ff_set_range_dfp()
507 value[5] = (start_right & 0xe) << 4 | (start_left & 0xe); hid_lg4ff_set_range_dfp()

Completed in 80 milliseconds