Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/pmbus/
Dpmbus_core.c966 u8 nlimit; /* # of limit registers */ member
992 int nlimit = attr->nlimit; in pmbus_add_limit_attrs() local
997 for (i = 0; i < nlimit; i++) { in pmbus_add_limit_attrs()
1209 .nlimit = ARRAY_SIZE(vin_limit_attrs),
1218 .nlimit = ARRAY_SIZE(vmon_limit_attrs),
1234 .nlimit = ARRAY_SIZE(vout_limit_attrs),
1312 .nlimit = ARRAY_SIZE(iin_limit_attrs),
1323 .nlimit = ARRAY_SIZE(iout_limit_attrs),
1396 .nlimit = ARRAY_SIZE(pin_limit_attrs),
1406 .nlimit = ARRAY_SIZE(pout_limit_attrs),
[all …]
/linux-4.4.14/fs/nilfs2/
Dsegment.c687 size_t nlimit, in nilfs_lookup_dirty_data_buffers() argument
732 if (unlikely(ndirties >= nlimit)) { in nilfs_lookup_dirty_data_buffers()