Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/atm/
Dsolos-pci.c1151 int expand_by = 0; in psend() local
1155 expand_by = sizeof(*header) - skb_headroom(skb); in psend()
1157 ret = pskb_expand_head(skb, expand_by, 0, GFP_ATOMIC); in psend()
/linux-6.12.1/kernel/bpf/
Dbtf.c1596 u32 expand_by, new_size; in btf_add_type() local
1603 expand_by = max_t(u32, btf->types_size >> 2, 16); in btf_add_type()
1605 btf->types_size + expand_by); in btf_add_type()