Lines Matching refs:used
28 /* shared constants to be used in various sysctls */
195 head->used = 0;
261 p->used++;
268 if (!--p->used)
282 * if p->used is 0, nobody will ever touch that entry again;
285 if (unlikely(p->used)) {
1271 * The members of the &struct ctl_table structure are used as follows:
1392 * @table_name: The name of sysctl table, only used for log printing when
1395 * The sysctl interface is used by userspace to query or modify at runtime
1401 * this function does not return any error as it is used by initialization code.
1691 * actually be removed until they are no longer used by anyone.