Home
last modified time | relevance | path

Searched refs:alloc_len (Results 1 – 5 of 5) sorted by relevance

/net/ceph/
A Dbuffer.c27 b->alloc_len = len; in ceph_buffer_new()
A Dauth_x.c373 if (au->buf && au->buf->alloc_len < maxlen) { in ceph_x_build_authorizer()
A Dmessenger_v2.c2944 WARN_ON(middle_len(msg) > msg->middle->alloc_len); in __handle_control()
/net/rxrpc/
A Drxgk.c889 size_t alloc_len, in rxgk_encrypt_authenticator() argument
897 nr_sg = skb_to_sgvec(response, sg, offset, alloc_len); in rxgk_encrypt_authenticator()
900 return crypto_krb5_encrypt(gk->krb5, gk->resp_enc, sg, nr_sg, alloc_len, in rxgk_encrypt_authenticator()
/net/core/
A Ddev.c2773 int alloc_len = XPS_MIN_MAP_ALLOC; in expand_xps_map() local
2784 if (pos < map->alloc_len) in expand_xps_map()
2787 alloc_len = map->alloc_len * 2; in expand_xps_map()
2794 new_map = kzalloc(XPS_MAP_SIZE(alloc_len), GFP_KERNEL); in expand_xps_map()
2796 new_map = kzalloc_node(XPS_MAP_SIZE(alloc_len), GFP_KERNEL, in expand_xps_map()
2803 new_map->alloc_len = alloc_len; in expand_xps_map()

Completed in 40 milliseconds