Home
last modified time | relevance | path

Searched refs:size_max (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Dmm.h35 int nvkm_mm_head(struct nvkm_mm *, u8 heap, u8 type, u32 size_max,
37 int nvkm_mm_tail(struct nvkm_mm *, u8 heap, u8 type, u32 size_max,
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
Dmm.c111 nvkm_mm_head(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min, in nvkm_mm_head() argument
146 this = region_head(mm, this, min(size_max, e - s)); in nvkm_mm_head()
185 nvkm_mm_tail(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min, in nvkm_mm_tail() argument
217 a = min(a, size_max); in nvkm_mm_tail()
/linux-4.4.14/include/uapi/linux/
Dvirtio_blk.h60 __u32 size_max; member
/linux-4.4.14/lib/xz/
Dxz_dec_lzma2.c81 uint32_t size_max; member
1116 s->dict.size_max = dict_max; in xz_dec_lzma2_create()
1142 if (s->dict.size > s->dict.size_max) in xz_dec_lzma2_reset()
/linux-4.4.14/net/packet/
Daf_packet.c2343 void *frame, struct net_device *dev, int size_max, in tpacket_fill_skb() argument
2370 if (unlikely(tp_len > size_max)) { in tpacket_fill_skb()
2371 pr_err("packet size is too long (%d > %d)\n", tp_len, size_max); in tpacket_fill_skb()
2473 int tp_len, size_max; in tpacket_snd() local
2507 size_max = po->tx_ring.frame_size in tpacket_snd()
2510 if (size_max > dev->mtu + reserve + VLAN_HLEN) in tpacket_snd()
2511 size_max = dev->mtu + reserve + VLAN_HLEN; in tpacket_snd()
2535 tp_len = tpacket_fill_skb(po, skb, ph, dev, size_max, proto, in tpacket_snd()
/linux-4.4.14/drivers/block/
Dvirtio_blk.c692 struct virtio_blk_config, size_max, &v); in virtblk_probe()