Home
last modified time | relevance | path

Searched refs:delay_max (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dx25.h121 __u16 delay_max; member
/linux-6.6.21/drivers/iio/adc/
Dab8500-gpadc.c398 unsigned int delay_max = 0; in ab8500_gpadc_read() local
484 delay_max = 10000; /* large range optimises sleepmode */ in ab8500_gpadc_read()
503 usleep_range(delay_min, delay_max); in ab8500_gpadc_read()
/linux-6.6.21/fs/ceph/
Dcaps.c4513 unsigned long delay_max = opt->caps_wanted_delay_max * HZ; in ceph_check_delayed_caps() local
4523 if (time_before(loop_start, ci->i_hold_caps_max - delay_max)) { in ceph_check_delayed_caps()