Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 11 of 11) sorted by relevance

/net/tipc/
Dname_table.c94 u32 alloc; member
175 nseq->alloc = 1; in tipc_nameseq_create()
295 if (nseq->first_free == nseq->alloc) { in tipc_nameseq_insert_publ()
296 struct sub_seq *sseqs = tipc_subseq_alloc(nseq->alloc * 2); in tipc_nameseq_insert_publ()
304 nseq->alloc * sizeof(struct sub_seq)); in tipc_nameseq_insert_publ()
307 nseq->alloc *= 2; in tipc_nameseq_insert_publ()
/net/core/
Dnet_namespace.c178 static int __peernet2id(struct net *net, struct net *peer, bool alloc) in __peernet2id() argument
190 if (alloc) in __peernet2id()
Dsock.c1966 int alloc; in __sk_mem_schedule() local
1970 alloc = sk_sockets_allocated_read_positive(sk); in __sk_mem_schedule()
1971 if (sk_prot_mem_limits(sk, 2) > alloc * in __sk_mem_schedule()
/net/sunrpc/
Dsvcauth_unix.c585 .alloc = unix_gid_alloc,
886 .alloc = ip_map_alloc,
Dcache.c83 new = detail->alloc(); in sunrpc_cache_lookup()
169 tmp = detail->alloc(); in sunrpc_cache_update()
/net/mac80211/
Drc80211_minstrel_ht.c1002 return mac80211_minstrel.alloc(hw, debugfsdir); in minstrel_ht_alloc()
1019 .alloc = minstrel_ht_alloc,
Drc80211_pid_algo.c459 .alloc = rate_control_pid_alloc,
Drc80211_minstrel.c632 .alloc = minstrel_alloc,
Drate.c173 ref->priv = ref->ops->alloc(&local->hw, debugfsdir); in rate_control_alloc()
/net/ipv4/
Dtcp.c3197 bool alloc = false; in tcp_alloc_md5sig_pool() local
3203 alloc = true; in tcp_alloc_md5sig_pool()
3213 if (alloc) { in tcp_alloc_md5sig_pool()
/net/sunrpc/auth_gss/
Dsvcauth_gss.c277 .alloc = rsi_alloc,
538 .alloc = rsc_alloc,