Searched refs:__counted_by (Results 1 – 25 of 59) sorted by relevance
123
61 #ifndef __counted_by62 #define __counted_by(m) macro
40 __u8 ctx[] __counted_by(ctx_len);
115 __u64 features[] __counted_by(count);
15 u8 data[] __counted_by(len);
346 # define __counted_by(member) __attribute__((__counted_by__(member))) macro348 # define __counted_by(member) macro367 #define __counted_by_le(member) __counted_by(member)371 #define __counted_by_be(member) __counted_by(member)
48 struct dma_fence_array_cb callbacks[] __counted_by(num_fences);
14 struct range ranges[] __counted_by(max_nr_ranges);
48 struct fprobe_hlist_node array[] __counted_by(size);
35 struct watch_type_filter filters[] __counted_by(nr_filters);
43 struct gsc_hwmon_channel channels[] __counted_by(nchannels);
136 u8 cmd[] __counted_by(length);147 u8 rsp[] __counted_by(length);
65 struct tc_pedit_key keys[] __counted_by(nkeys);
60 struct cxl_feat_entry ent[] __counted_by(num_features);
26 struct cirrus_amp_cal_data data[] __counted_by(count);
27 struct flchip chips[] __counted_by(numchips);
45 struct page * sk_pages[] __counted_by(sk_maxpages);
70 struct mux_control mux[] __counted_by(controllers);
29 struct sock *socks[] __counted_by(max_socks);
97 struct nh_res_bucket nh_buckets[] __counted_by(num_nh_buckets);139 struct nh_grp_entry nh_entries[] __counted_by(num_nh);205 struct nh_notifier_grp_entry_info nh_entries[] __counted_by(num_nh);219 struct nh_notifier_single_info nhs[] __counted_by(num_nh_buckets);230 struct nh_notifier_grp_hw_stats_entry_info stats[] __counted_by(num_nh);
81 struct v4l2_kevent events[] __counted_by(elems);
50 struct input_mt_slot slots[] __counted_by(num_slots);
22 struct ceph_entity_inst mon_inst[] __counted_by(num_mon);
147 struct hci_dev_req dev_req[] __counted_by(dev_num);
48 struct i40e_qv_info qv_info[] __counted_by(num_vectors);
133 struct hwc_work_request reqs[] __counted_by(num_reqs);
Completed in 35 milliseconds