Home
last modified time | relevance | path

Searched refs:ARRAY_SIZE (Results 1 – 16 of 16) sorted by relevance

/include/uapi/linux/netfilter/
Dxt_sctp.h68 __sctp_chunkmap_is_clear((chunkmap), ARRAY_SIZE(chunkmap))
80 __sctp_chunkmap_is_all_set((chunkmap), ARRAY_SIZE(chunkmap))
/include/linux/pinctrl/
Dmachine.h118 .num_configs = ARRAY_SIZE(cfgs), \
140 .num_configs = ARRAY_SIZE(cfgs), \
/include/xen/
Dhvm.h30 if (op >= ARRAY_SIZE(names)) in param_name()
/include/linux/
Dgenl_magic_func.h151 const int maxtype = ARRAY_SIZE(s_name ## _nl_policy)-1; \
156 BUILD_BUG_ON(ARRAY_SIZE(s_name ## _nl_policy) > ARRAY_SIZE(nested_attr_tb)); \
269 .maxattr = ARRAY_SIZE(drbd_tla_nl_policy)-1,
297 ZZZ_genl_ops, ARRAY_SIZE(ZZZ_genl_ops)); in CONCAT_()
Dhashtable.h22 #define HASH_SIZE(name) (ARRAY_SIZE(name))
Dclk-private.h65 .num_parents = ARRAY_SIZE(_parent_names), \
Dkfifo.h142 __kfifo->mask = __is_kfifo_ptr(__tmp) ? 0 : ARRAY_SIZE(__tmp->buf) - 1;\
164 ARRAY_SIZE((fifo).buf) - 1, \
Dmoduleparam.h427 = { .max = ARRAY_SIZE(array), .num = nump, \
Dkernel.h41 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) macro
/include/scsi/
Dscsi_host.h878 if (target_type >= ARRAY_SIZE(cap)) in scsi_host_dif_capable()
892 if (target_type >= ARRAY_SIZE(cap)) in scsi_host_dix_capable()
/include/sound/
Dsoc-dapm.h112 .invert = winvert, .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
116 .invert = winvert, .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols)}
121 .num_kcontrols = ARRAY_SIZE(wcontrols)}
176 .invert = winvert, .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
181 .invert = winvert, .kcontrol_news = wcontrols, .num_kcontrols = ARRAY_SIZE(wcontrols), \
187 .num_kcontrols = ARRAY_SIZE(wcontrols), .event = wevent, .event_flags = wflags}
Dsoc.h275 ARRAY_SIZE(xtexts), xtexts)
279 struct soc_enum name = SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(xtexts), xtexts)
282 ARRAY_SIZE(xtexts), xtexts, xvalues)
/include/linux/mmc/
Dhost.h414 u_int64_t latency_y_axis_read[ARRAY_SIZE(latency_x_axis_us) + 1];
416 u_int64_t latency_y_axis_write[ARRAY_SIZE(latency_x_axis_us) + 1];
/include/net/netfilter/
Dnf_conntrack_tuple.h25 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all)
/include/net/
Dip_vs.h1169 #define IP_VS_INIT_HASH_TABLE(t) ip_vs_init_hash_table((t), ARRAY_SIZE((t)))
/include/drm/
DdrmP.h267 #define DRM_ARRAY_SIZE(x) ARRAY_SIZE(x)