| /include/linux/ |
| A D | stackdepot.h | 60 unsigned long entries[CONFIG_STACKDEPOT_MAX_FRAMES]; /* Frames */ member 157 depot_stack_handle_t stack_depot_save_flags(unsigned long *entries, 177 depot_stack_handle_t stack_depot_save(unsigned long *entries, 200 unsigned long **entries);
|
| A D | dqblk_qtree.h | 50 unsigned long long entries = epb; in qtree_depth() local 53 for (i = 1; entries < (1ULL << 32); i++) in qtree_depth() 54 entries *= epb; in qtree_depth()
|
| A D | stacktrace.h | 68 int stack_trace_snprint(char *buf, size_t size, const unsigned long *entries, 78 unsigned int filter_irq_stacks(unsigned long *entries, unsigned int nr_entries); 84 unsigned long *entries; member
|
| A D | tracefs.h | 83 const struct eventfs_entry *entries, 87 const struct eventfs_entry *entries,
|
| A D | objpool.h | 58 void *entries[]; member 153 obj = READ_ONCE(slot->entries[head & slot->mask]); in __objpool_try_get_slot() 206 WRITE_ONCE(slot->entries[tail & slot->mask], obj); in __objpool_try_add_slot()
|
| A D | unwind_deferred_types.h | 8 unsigned long entries[]; member
|
| A D | unwind_user_types.h | 25 unsigned long *entries; member
|
| A D | nvmem-consumer.h | 86 void nvmem_add_cell_lookups(struct nvmem_cell_lookup *entries, 88 void nvmem_del_cell_lookups(struct nvmem_cell_lookup *entries, 224 nvmem_add_cell_lookups(struct nvmem_cell_lookup *entries, size_t nentries) {} in nvmem_add_cell_lookups() argument 226 nvmem_del_cell_lookups(struct nvmem_cell_lookup *entries, size_t nentries) {} in nvmem_del_cell_lookups() argument
|
| A D | f2fs_fs.h | 382 struct f2fs_nat_entry entries[NAT_ENTRY_PER_BLOCK]; member 423 struct f2fs_sit_entry entries[SIT_ENTRY_PER_BLOCK]; member 500 struct nat_journal_entry entries[NAT_JOURNAL_ENTRIES]; member 510 struct sit_journal_entry entries[SIT_JOURNAL_ENTRIES]; member 534 struct f2fs_summary entries[ENTRIES_IN_SUM]; member
|
| /include/uapi/linux/netfilter/ |
| A D | x_tables.h | 148 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \ argument 156 __entry = (void *)(entries) + __i; \ 168 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \ argument 169 XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
|
| /include/uapi/linux/netfilter_arp/ |
| A D | arp_tables.h | 32 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) \ argument 33 XT_ENTRY_ITERATE(struct arpt_entry, entries, size, fn, ## args) 184 struct arpt_entry entries[]; member
|
| /include/uapi/linux/ |
| A D | net_dropmon.h | 24 __u32 entries; member 29 __u32 entries; member
|
| A D | trace_mmap.h | 38 __u64 entries; member
|
| A D | xdp_diag.h | 57 __u32 entries; /*num descs */ member
|
| /include/uapi/linux/netfilter_ipv4/ |
| A D | ip_tables.h | 66 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \ argument 67 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args) 206 struct ipt_entry entries[]; member
|
| /include/net/tc_act/ |
| A D | tc_gate.h | 34 struct list_head entries; member 111 list_for_each_entry(entry, &p->entries, list) in tcf_gate_get_list() 122 list_for_each_entry(entry, &p->entries, list) { in tcf_gate_get_list()
|
| /include/uapi/linux/netfilter_bridge/ |
| A D | ebtables.h | 57 char __user *entries; member 73 char *entries; member 264 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \ argument 271 __entry = (void *)(entries) + __i; \
|
| /include/uapi/linux/netfilter_ipv6/ |
| A D | ip6_tables.h | 59 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) \ argument 60 XT_ENTRY_ITERATE(struct ip6t_entry, entries, size, fn, ## args) 246 struct ip6t_entry entries[]; member
|
| /include/linux/can/ |
| A D | can-ml.h | 59 int entries; member
|
| /include/drm/ |
| A D | drm_debugfs_crc.h | 63 struct drm_crtc_crc_entry *entries; member
|
| /include/cxl/ |
| A D | features.h | 61 } *entries; member
|
| /include/uapi/rdma/ |
| A D | mana-abi.h | 84 struct rss_resp_entry entries[64]; member
|
| /include/net/ |
| A D | flow_offload.h | 325 struct action_gate_entry *entries; member 336 struct flow_action_entry entries[] __counted_by(num_entries); 358 return entry == &action->entries[action->num_entries - 1]; in flow_action_is_last_entry() 362 for (__i = 0, __act = &(__actions)->entries[0]; \ 364 __act = &(__actions)->entries[++__i]) 391 return &action->entries[0]; in flow_action_first_entry_get()
|
| /include/trace/events/ |
| A D | xen.h | 443 TP_PROTO(const void *addr, unsigned entries), 444 TP_ARGS(addr, entries), 447 __field(unsigned, entries) 450 __entry->entries = entries), 452 __entry->addr, __entry->entries)
|
| /include/rdma/ |
| A D | ib_cache.h | 98 struct ib_uverbs_gid_entry *entries,
|