Searched refs:musthave (Results 1 – 3 of 3) sorted by relevance
100 tmp_memalloc(size_t size, int musthave) in tmp_memalloc() argument106 musthave) in tmp_memalloc()
1797 int musthave; in pm_ioctl() local1823 musthave = (numthresholds + numcomps + 1) * wordsize; in pm_ioctl()1824 if (req.datasize < musthave) { in pm_ioctl()1827 musthave)) in pm_ioctl()1913 int musthave; in pm_ioctl() local1933 musthave = comps * 2 * wordsize; in pm_ioctl()1934 if (req.datasize < musthave) { in pm_ioctl()1937 musthave)) in pm_ioctl()2110 int musthave; in pm_ioctl() local2133 musthave = numlevels * wordsize; in pm_ioctl()[all …]
4219 sasl_ssf_t limit, musthave = 0; local4491 musthave = 0;4500 musthave = params->props.min_ssf - external;4502 musthave = 0;4521 if ((limit >= cipher->ssf) && (musthave <= cipher->ssf) &&4548 if ((limit >= 1) && (musthave <= 1) 4553 } else if (musthave == 0) {4555 } else if (musthave <= 0) {