Searched refs:max_size (Results 1 – 19 of 19) sorted by relevance
/include/media/ |
D | v4l2-rect.h | 57 const struct v4l2_rect *max_size) in v4l2_rect_set_max_size() argument 59 if (r->width > max_size->width) in v4l2_rect_set_max_size() 60 r->width = max_size->width; in v4l2_rect_set_max_size() 61 if (r->height > max_size->height) in v4l2_rect_set_max_size() 62 r->height = max_size->height; in v4l2_rect_set_max_size()
|
/include/linux/ |
D | percpu_ida.h | 70 unsigned long max_size, unsigned long batch_size);
|
D | rhashtable.h | 127 unsigned int max_size; member 282 (!ht->p.max_size || tbl->size < ht->p.max_size); in rht_grow_above_75() 307 (!ht->p.max_size || tbl->size < ht->p.max_size); in rht_grow_above_100()
|
D | fscrypt_notsupp.h | 234 unsigned int max_size, in fscrypt_get_symlink() argument
|
D | fscrypt_supp.h | 214 unsigned int max_size,
|
D | efi.h | 542 u64 *max_size,
|
/include/net/ |
D | bond_3ad.h | 286 int max_size = sizeof(churn_description) / sizeof(churn_description[0]); in bond_3ad_churn_desc() local 288 if (state >= max_size) in bond_3ad_churn_desc() 289 state = max_size - 1; in bond_3ad_churn_desc()
|
D | inet_frag.h | 55 u16 max_size; member
|
/include/crypto/ |
D | kpp.h | 82 int (*max_size)(struct crypto_kpp *tfm); member 327 return alg->max_size(tfm); in crypto_kpp_maxsize()
|
D | akcipher.h | 101 int (*max_size)(struct crypto_akcipher *tfm); member 270 return alg->max_size(tfm); in crypto_akcipher_maxsize()
|
/include/linux/crush/ |
D | crush.h | 82 __u8 max_size; member
|
/include/xen/ |
D | xen-ops.h | 121 unsigned long count, u64 *max_size,
|
/include/uapi/drm/ |
D | vmwgfx_drm.h | 579 __u32 max_size; member
|
/include/linux/ceph/ |
D | ceph_fs.h | 491 __le64 size, max_size, truncate_size; member 680 __le64 size, max_size, truncate_size; member
|
/include/xen/interface/ |
D | platform.h | 195 uint64_t max_size; member
|
/include/sound/ |
D | vx_core.h | 56 int max_size; /* max. IBL size in bytes */ member
|
/include/trace/events/ |
D | btrfs.h | 1069 __field( u64, max_size ) 1078 __entry->max_size = cluster->max_size; 1089 __entry->size, __entry->max_size, __entry->bitmap)
|
/include/linux/mlx5/ |
D | driver.h | 495 u16 max_size; member 982 return !!(dev->priv.rl_table.max_size); in mlx5_rl_is_supported()
|
/include/net/sctp/ |
D | structs.h | 708 size_t max_size; member
|