Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/pmbus/
Dpmbus_core.c1438 u8 nlimit; /* # of limit registers */ member
1464 int nlimit = attr->nlimit; in pmbus_add_limit_attrs() local
1469 for (i = 0; i < nlimit; i++) { in pmbus_add_limit_attrs()
1737 .nlimit = ARRAY_SIZE(vin_limit_attrs),
1746 .nlimit = ARRAY_SIZE(vmon_limit_attrs),
1762 .nlimit = ARRAY_SIZE(vout_limit_attrs),
1847 .nlimit = ARRAY_SIZE(iin_limit_attrs),
1858 .nlimit = ARRAY_SIZE(iout_limit_attrs),
1938 .nlimit = ARRAY_SIZE(pin_limit_attrs),
1948 .nlimit = ARRAY_SIZE(pout_limit_attrs),
[all …]
/Linux-v6.1/fs/nilfs2/
Dsegment.c679 size_t nlimit, in nilfs_lookup_dirty_data_buffers() argument
720 if (unlikely(ndirties >= nlimit)) { in nilfs_lookup_dirty_data_buffers()