Home
last modified time | relevance | path

Searched refs:n_elts (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/net/sctp/
Dauth.c568 static int __sctp_auth_find_hmacid(__be16 *hmacs, int n_elts, __be16 hmac_id) in __sctp_auth_find_hmacid() argument
573 for (i = 0; i < n_elts; i++) { in __sctp_auth_find_hmacid()
/linux-5.19.10/kernel/trace/
Dtracing_map.c321 static struct tracing_map_array *tracing_map_array_alloc(unsigned int n_elts, in tracing_map_array_alloc() argument
333 a->n_pages = n_elts / a->entries_per_page; in tracing_map_array_alloc()