Searched refs:limit_min (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | sht3x.c | 69 limit_min, enumerator 134 [limit_min] = { {0xe1, 0x02}, {0x61, 0x00} }, 734 index = limit_min; in sht3x_read() 762 index = limit_min; in sht3x_read() 802 index = limit_min; in sht3x_write() 820 index = limit_min; in sht3x_write()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | sht3x.c | 68 limit_min, enumerator 113 [limit_min] = { {0xe1, 0x02}, {0x61, 0x00} }, 629 static SENSOR_DEVICE_ATTR_RW(temp1_min, temp1_limit, limit_min); 630 static SENSOR_DEVICE_ATTR_RW(humidity1_min, humidity1_limit, limit_min);
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | btrfs.h | 353 __u32 limit_min; member
|
H A D | btrfs_tree.h | 718 __le32 limit_min; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btrfs_tree.h | 986 __le32 limit_min; member
|
H A D | btrfs.h | 384 __u32 limit_min; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | btrfs.h | 216 __u32 limit_min; member
|
H A D | btrfs_tree.h | 308 __le32 limit_min; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | btrfs.h | 216 __u32 limit_min; member
|
H A D | btrfs_tree.h | 308 __le32 limit_min; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | btrfs.h | 195 __u32 limit_min; member
|
H A D | btrfs_tree.h | 332 __le32 limit_min; member
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | volumes.c | 3812 * Apply limit_min filter, no need to check if the LIMITS in __btrfs_balance() 3813 * filter is used, limit_min is 0 by default in __btrfs_balance() 3816 count_data < bctl->data.limit_min) in __btrfs_balance() 3818 count_meta < bctl->meta.limit_min) in __btrfs_balance() 3820 count_sys < bctl->sys.limit_min)) { in __btrfs_balance() 4013 bargs->limit_min, bargs->limit_max); in describe_balance_args()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | volumes.c | 3981 * Apply limit_min filter, no need to check if the LIMITS in __btrfs_balance() 3982 * filter is used, limit_min is 0 by default in __btrfs_balance() 3985 count_data < bctl->data.limit_min) in __btrfs_balance() 3987 count_meta < bctl->meta.limit_min) in __btrfs_balance() 3989 count_sys < bctl->sys.limit_min)) { in __btrfs_balance() 4175 bargs->limit_min, bargs->limit_max); in describe_balance_args()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | net-sysfs.c | 1354 BQL_ATTR(limit_min, min_limit);
|
/kernel/linux/linux-6.6/net/core/ |
H A D | net-sysfs.c | 1431 BQL_ATTR(limit_min, min_limit);
|
Completed in 43 milliseconds