Searched refs:alloc_len (Results 1 – 5 of 5) sorted by relevance
| /net/ceph/ |
| A D | buffer.c | 27 b->alloc_len = len; in ceph_buffer_new()
|
| A D | auth_x.c | 373 if (au->buf && au->buf->alloc_len < maxlen) { in ceph_x_build_authorizer()
|
| A D | messenger_v2.c | 2944 WARN_ON(middle_len(msg) > msg->middle->alloc_len); in __handle_control()
|
| /net/rxrpc/ |
| A D | rxgk.c | 889 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 D | dev.c | 2773 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