Home
last modified time | relevance | path

Searched refs:space (Results 1 – 22 of 22) sorted by relevance

/net/ceph/
Dpagelist.c102 int ceph_pagelist_reserve(struct ceph_pagelist *pl, size_t space) in ceph_pagelist_reserve() argument
104 if (space <= pl->room) in ceph_pagelist_reserve()
106 space -= pl->room; in ceph_pagelist_reserve()
107 space = (space + PAGE_SIZE - 1) >> PAGE_SHIFT; /* conv to num pages */ in ceph_pagelist_reserve()
109 while (space > pl->num_pages_free) { in ceph_pagelist_reserve()
/net/ipv4/
Dtcp_output.c212 unsigned int space = (__space < 0 ? 0 : __space); in tcp_select_initial_window() local
217 space = min(*window_clamp, space); in tcp_select_initial_window()
220 if (space > mss) in tcp_select_initial_window()
221 space = rounddown(space, mss); in tcp_select_initial_window()
232 (*rcv_wnd) = min(space, MAX_TCP_WINDOW); in tcp_select_initial_window()
234 (*rcv_wnd) = min_t(u32, space, U16_MAX); in tcp_select_initial_window()
242 space = max_t(u32, space, sock_net(sk)->ipv4.sysctl_tcp_rmem[2]); in tcp_select_initial_window()
243 space = max_t(u32, space, sysctl_rmem_max); in tcp_select_initial_window()
244 space = min_t(u32, space, *window_clamp); in tcp_select_initial_window()
245 *rcv_wscale = clamp_t(int, ilog2(space) - 15, in tcp_select_initial_window()
[all …]
Dtcp_input.c485 tp->rcvq_space.space = min3(tp->rcv_ssthresh, tp->rcv_wnd, in tcp_init_buffer_space()
633 if (copied <= tp->rcvq_space.space) in tcp_rcv_space_adjust()
656 grow = rcvwin * (copied - tp->rcvq_space.space); in tcp_rcv_space_adjust()
657 do_div(grow, tp->rcvq_space.space); in tcp_rcv_space_adjust()
674 tp->rcvq_space.space = copied; in tcp_rcv_space_adjust()
Dtcp.c3324 info->tcpi_rcv_space = tp->rcvq_space.space; in tcp_get_info()
/net/batman-adv/
DKconfig18 https://www.open-mesh.org/ for more information and user space
45 this feature and save some space.
55 this option you can safely remove it and save some space.
68 can safely disable it and save some space.
/net/rxrpc/
Dsendmsg.c332 size_t size, chunk, max, space; in rxrpc_send_data() local
355 space = chunk + call->conn->size_align; in rxrpc_send_data()
356 space &= ~(call->conn->size_align - 1UL); in rxrpc_send_data()
358 size = space + call->conn->security_size; in rxrpc_send_data()
360 _debug("SIZE: %zu/%zu/%zu", chunk, space, size); in rxrpc_send_data()
/net/sunrpc/
DKconfig31 Secure RPC calls with Kerberos require an auxiliary user-space
33 available from http://linux-nfs.org/. In addition, user-space
Dsvc_xprt.c497 void svc_reserve(struct svc_rqst *rqstp, int space) in svc_reserve() argument
501 space += rqstp->rq_res.head[0].iov_len; in svc_reserve()
503 if (xprt && space < rqstp->rq_reserved) { in svc_reserve()
504 atomic_sub((rqstp->rq_reserved - space), &xprt->xpt_reserved); in svc_reserve()
505 rqstp->rq_reserved = space; in svc_reserve()
/net/ieee802154/
DKconfig9 operating space around 10m.
/net/qrtr/
DKconfig28 Say Y here to expose a character device that allows user space to
/net/ipv6/
Dndisc.c146 int space = __ndisc_opt_addr_space(data_len, pad); in __ndisc_fill_addr_option() local
147 u8 *opt = skb_put(skb, space); in __ndisc_fill_addr_option()
150 opt[1] = space>>3; in __ndisc_fill_addr_option()
154 space -= pad; in __ndisc_fill_addr_option()
159 space -= data_len; in __ndisc_fill_addr_option()
160 if (space > 0) in __ndisc_fill_addr_option()
161 memset(opt, 0, space); in __ndisc_fill_addr_option()
/net/netfilter/
Dnft_set_hash.c455 est->space = NFT_SET_CLASS_O_N; in nft_rhash_estimate()
692 est->space = NFT_SET_CLASS_O_N; in nft_hash_estimate()
710 est->space = NFT_SET_CLASS_O_N; in nft_hash_fast_estimate()
Dnft_set_bitmap.c292 est->space = NFT_SET_CLASS_O_1; in nft_bitmap_estimate()
Dnft_set_rbtree.c736 est->space = NFT_SET_CLASS_O_N; in nft_rbtree_estimate()
Dnf_tables_api.c3241 best.space = ~0; in nft_select_set_ops()
3256 est.space < best.space) in nft_select_set_ops()
3261 if (est.space < best.space) in nft_select_set_ops()
3263 if (est.space == best.space && in nft_select_set_ops()
DKconfig376 tristate 'Connection tracking helpers in user-space via Netlink'
383 This option enables the user-space connection tracking helpers
/net/caif/
DKconfig13 with its modems. It is accessed from user space as sockets (PF_CAIF).
/net/atm/
DKconfig18 Note that you need a set of user-space programs to actually make use
/net/bluetooth/
DKconfig41 To use Linux Bluetooth subsystem, you will need several user-space
/net/core/
Dfilter.c2377 u32 new, i = 0, l = 0, space, copy = 0, offset = 0; in BPF_CALL_4() local
2398 space = MAX_MSG_FRAGS - sk_msg_elem_used(msg); in BPF_CALL_4()
2407 if (!space || (space == 1 && start != offset)) in BPF_CALL_4()
2539 u32 i = 0, l = 0, space, offset = 0; in BPF_CALL_4() local
2564 space = MAX_MSG_FRAGS - sk_msg_elem_used(msg); in BPF_CALL_4()
2596 if (space) { in BPF_CALL_4()
/net/
DKconfig354 are broadcast via netlink socket to any listening user space
/net/sched/
DKconfig549 stack space.