Lines Matching defs:count
168 * @param keys pointer to an array of *count* keys
169 * @param count input and output parameter; on input **count** represents the
171 * on output if a non-EFAULT error is returned, **count** represents the number of deleted
172 * elements if the output **count** value is not equal to the input **count** value
173 * If EFAULT is returned, **count** should not be trusted to be correct.
179 __u32 *count,
191 * hold *count* items based on the key and value size of the map *map_fd*. The *keys*
192 * buffer must be of *key_size* * *count*. The *values* buffer must be of
193 * *value_size* * *count*.
199 * @param keys pointer to an array large enough for *count* keys
200 * @param values pointer to an array large enough for *count* values
201 * @param count input and output parameter; on input it's the number of elements
204 * If a non-EFAULT error is returned, count will be set as the number of elements
206 * If EFAULT is returned, **count** should not be trusted to be correct.
212 void *keys, void *values, __u32 *count,
223 * @param keys pointer to an array of *count* keys
224 * @param values pointer to an array large enough for *count* values
225 * @param count input and output parameter; on input it's the number of elements
228 * If a non-**EFAULT** error code is returned and if the output **count** value
229 * is not equal to the input **count** value, up to **count** elements may
231 * if **EFAULT** is returned up to *count* elements may have been deleted without
239 void *values, __u32 *count,
247 * to hold *count* items based on the key and value size of the map.
254 * Note that *count* is an input and output parameter, where on output it
256 * **EFAULT** then *count* should not be trusted to be correct.
272 * @param keys pointer to an array of *count* keys
273 * @param values pointer to an array of *count* values
274 * @param count input and output parameter; on input it's the number of elements
276 * **count** represents the number of updated elements if the output **count**
277 * value is not equal to the input **count** value.
278 * If EFAULT is returned, **count** should not be trusted to be correct.
284 __u32 *count,
566 __u32 count;