Home
last modified time | relevance | path

Searched refs:nlimit (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/pmbus/
H A Dpmbus_core.c1513 u8 nlimit; /* # of limit registers */ member
1539 int nlimit = attr->nlimit; in pmbus_add_limit_attrs() local
1544 for (i = 0; i < nlimit; i++) { in pmbus_add_limit_attrs()
1812 .nlimit = ARRAY_SIZE(vin_limit_attrs),
1821 .nlimit = ARRAY_SIZE(vmon_limit_attrs),
1837 .nlimit = ARRAY_SIZE(vout_limit_attrs),
1922 .nlimit = ARRAY_SIZE(iin_limit_attrs),
1933 .nlimit = ARRAY_SIZE(iout_limit_attrs),
2013 .nlimit = ARRAY_SIZE(pin_limit_attrs),
2023 .nlimit = ARRAY_SIZE(pout_limit_attrs),
[all …]
/linux/fs/nilfs2/
H A Dsegment.c698 size_t nlimit, in nilfs_lookup_dirty_data_buffers() argument
746 if (unlikely(ndirties >= nlimit)) { in nilfs_lookup_dirty_data_buffers()