Lines Matching refs:argsz
173 if (map.argsz < minsz || map.flags & ~supported_flags)
216 if (unmap.argsz < minsz || unmap.flags & ~supported_flags)
460 if (info.argsz < minsz)
462 minsz = min_t(size_t, info.argsz, sizeof(info));
477 if (info.argsz > total_cap_size)
479 info.argsz - total_cap_size);
488 if (last_cap && info.argsz >= total_cap_size &&
499 * returned and the argsz will be updated to the correct amount to get
502 if (info.argsz >= total_cap_size)
504 info.argsz = total_cap_size;