Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/
H A Dpmbus_core.c1178 u8 nlimit; /* # of limit registers */ member
1204 int nlimit = attr->nlimit; in pmbus_add_limit_attrs() local
1209 for (i = 0; i < nlimit; i++) { in pmbus_add_limit_attrs()
1477 .nlimit = ARRAY_SIZE(vin_limit_attrs),
1486 .nlimit = ARRAY_SIZE(vmon_limit_attrs),
1502 .nlimit = ARRAY_SIZE(vout_limit_attrs),
1587 .nlimit = ARRAY_SIZE(iin_limit_attrs),
1598 .nlimit = ARRAY_SIZE(iout_limit_attrs),
1678 .nlimit = ARRAY_SIZE(pin_limit_attrs),
1688 .nlimit = ARRAY_SIZE(pout_limit_attrs),
[all …]
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dsegment.c684 size_t nlimit, in nilfs_lookup_dirty_data_buffers() argument
725 if (unlikely(ndirties >= nlimit)) { in nilfs_lookup_dirty_data_buffers()