Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/pmbus/
Dpmbus_core.c1158 u8 nlimit; /* # of limit registers */ member
1184 int nlimit = attr->nlimit; in pmbus_add_limit_attrs() local
1189 for (i = 0; i < nlimit; i++) { in pmbus_add_limit_attrs()
1429 .nlimit = ARRAY_SIZE(vin_limit_attrs),
1438 .nlimit = ARRAY_SIZE(vmon_limit_attrs),
1454 .nlimit = ARRAY_SIZE(vout_limit_attrs),
1533 .nlimit = ARRAY_SIZE(iin_limit_attrs),
1544 .nlimit = ARRAY_SIZE(iout_limit_attrs),
1618 .nlimit = ARRAY_SIZE(pin_limit_attrs),
1628 .nlimit = ARRAY_SIZE(pout_limit_attrs),
[all …]
/Linux-v5.4/fs/nilfs2/
Dsegment.c684 size_t nlimit, in nilfs_lookup_dirty_data_buffers() argument
725 if (unlikely(ndirties >= nlimit)) { in nilfs_lookup_dirty_data_buffers()