Lines Matching refs:used
197 head->used = 0;
270 p->used++;
277 if (!--p->used)
291 * if p->used is 0, nobody will ever touch that entry again;
294 if (unlikely(p->used)) {
1319 * used on stack. It can either be a global or dynamically allocated
1326 * The members of the &struct ctl_table structure are used as follows:
1440 * @table_name: The name of sysctl table, only used for log printing when
1444 * The sysctl interface is used by userspace to query or modify at runtime
1450 * this function does not return any error as it is used by initialization code.
1524 * actually be removed until they are no longer used by anyone.