| /include/media/ |
| A D | v4l2-rect.h | 45 const struct v4l2_rect *max_size) in v4l2_rect_set_max_size() argument 47 if (r->width > max_size->width) in v4l2_rect_set_max_size() 48 r->width = max_size->width; in v4l2_rect_set_max_size() 49 if (r->height > max_size->height) in v4l2_rect_set_max_size() 50 r->height = max_size->height; in v4l2_rect_set_max_size()
|
| /include/net/page_pool/ |
| A D | helpers.h | 122 unsigned int max_size = PAGE_SIZE << pool->p.order; in page_pool_alloc_netmem() local 125 if ((*size << 1) > max_size) { in page_pool_alloc_netmem() 126 *size = max_size; in page_pool_alloc_netmem() 139 if (pool->frag_offset + *size > max_size) { in page_pool_alloc_netmem() 140 *size = max_size - *offset; in page_pool_alloc_netmem() 141 pool->frag_offset = max_size; in page_pool_alloc_netmem()
|
| /include/linux/firmware/qcom/ |
| A D | qcom_tzmem.h | 39 size_t max_size; member
|
| /include/crypto/ |
| A D | sig.h | 66 unsigned int (*max_size)(struct crypto_sig *tfm); member 176 return alg->max_size(tfm); in crypto_sig_maxsize()
|
| A D | kpp.h | 83 unsigned int (*max_size)(struct crypto_kpp *tfm); member 347 return alg->max_size(tfm); in crypto_kpp_maxsize()
|
| A D | akcipher.h | 91 unsigned int (*max_size)(struct crypto_akcipher *tfm); member 262 return alg->max_size(tfm); in crypto_akcipher_maxsize()
|
| /include/net/ |
| A D | bond_3ad.h | 287 int max_size = ARRAY_SIZE(churn_description); in bond_3ad_churn_desc() local 289 if (state >= max_size) in bond_3ad_churn_desc() 290 state = max_size - 1; in bond_3ad_churn_desc()
|
| A D | inet_frag.h | 102 u16 max_size; member
|
| A D | pkt_cls.h | 1042 u32 max_size; member
|
| /include/linux/ |
| A D | rhashtable-types.h | 62 unsigned int max_size; member
|
| A D | spinlock.h | 519 size_t max_size, unsigned int cpu_mult, 523 #define alloc_bucket_spinlocks(locks, lock_mask, max_size, cpu_mult, gfp) \ argument 528 ret = __alloc_bucket_spinlocks(locks, lock_mask, max_size, \
|
| A D | rhashtable.h | 187 (!ht->p.max_size || tbl->size < ht->p.max_size); in rht_grow_above_75() 212 (!ht->p.max_size || tbl->size < ht->p.max_size); in rht_grow_above_100()
|
| A D | suspend.h | 402 int arch_hibernation_header_save(void *addr, unsigned int max_size);
|
| A D | fscrypt.h | 442 unsigned int max_size, 810 unsigned int max_size, in fscrypt_get_symlink() argument
|
| A D | netfs.h | 443 size_t max_size, size_t max_segs);
|
| A D | efi.h | 312 u64 *max_size,
|
| /include/uapi/linux/ |
| A D | vduse.h | 127 __u16 max_size; member
|
| A D | virtio_crypto.h | 524 __le64 max_size; member
|
| /include/linux/crush/ |
| A D | crush.h | 84 __u8 max_size; member
|
| /include/uapi/drm/ |
| A D | vmwgfx_drm.h | 593 __u32 max_size; member
|
| /include/linux/ceph/ |
| A D | ceph_fs.h | 580 __le64 size, max_size, truncate_size; member 788 __le64 size, max_size, truncate_size; member
|
| /include/xen/interface/ |
| A D | platform.h | 178 uint64_t max_size; member
|
| /include/sound/ |
| A D | vx_core.h | 43 int max_size; /* max. IBL size in bytes */ member
|
| /include/linux/mlx5/ |
| A D | driver.h | 513 u16 max_size; member 1266 return !!(dev->priv.rl_table.max_size); in mlx5_rl_is_supported()
|
| /include/trace/events/ |
| A D | btrfs.h | 1453 __field( u64, max_size ) 1462 __entry->max_size = cluster->max_size; 1473 __entry->size, __entry->max_size, __entry->bitmap)
|