Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 74) sorted by relevance

123

/include/linux/
Dswapops.h98 static inline unsigned swp_type(swp_entry_t entry) in swp_type()
107 static inline pgoff_t swp_offset(swp_entry_t entry) in swp_offset()
117 static inline unsigned long swp_offset_pfn(swp_entry_t entry) in swp_offset_pfn()
146 static inline pte_t swp_entry_to_pte(swp_entry_t entry) in swp_entry_to_pte()
156 swp_entry_t entry; in radix_to_swp_entry() local
162 static inline void *swp_to_radix_entry(swp_entry_t entry) in swp_to_radix_entry()
178 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry()
184 static inline bool is_writable_device_private_entry(swp_entry_t entry) in is_writable_device_private_entry()
199 static inline bool is_device_exclusive_entry(swp_entry_t entry) in is_device_exclusive_entry()
205 static inline bool is_writable_device_exclusive_entry(swp_entry_t entry) in is_writable_device_exclusive_entry()
[all …]
Dbpf_mprog.h115 #define bpf_mprog_foreach_tuple(entry, fp, cp, t) \ argument
124 #define bpf_mprog_foreach_prog(entry, fp, p) \ argument
159 bpf_mprog_peer(const struct bpf_mprog_entry *entry) in bpf_mprog_peer()
179 static inline void bpf_mprog_inc(struct bpf_mprog_entry *entry) in bpf_mprog_inc()
184 static inline void bpf_mprog_dec(struct bpf_mprog_entry *entry) in bpf_mprog_dec()
194 static inline int bpf_mprog_total(struct bpf_mprog_entry *entry) in bpf_mprog_total()
202 static inline bool bpf_mprog_exists(struct bpf_mprog_entry *entry, in bpf_mprog_exists()
215 static inline void bpf_mprog_mark_for_release(struct bpf_mprog_entry *entry, in bpf_mprog_mark_for_release()
223 static inline void bpf_mprog_complete_release(struct bpf_mprog_entry *entry) in bpf_mprog_complete_release()
237 static inline void bpf_mprog_revision_new(struct bpf_mprog_entry *entry) in bpf_mprog_revision_new()
[all …]
Dresource_ext.h34 static inline void resource_list_add(struct resource_entry *entry, in resource_list_add()
40 static inline void resource_list_add_tail(struct resource_entry *entry, in resource_list_add_tail()
46 static inline void resource_list_del(struct resource_entry *entry) in resource_list_del()
51 static inline void resource_list_free_entry(struct resource_entry *entry) in resource_list_free_entry()
57 resource_list_destroy_entry(struct resource_entry *entry) in resource_list_destroy_entry()
63 #define resource_list_for_each_entry(entry, list) \ argument
66 #define resource_list_for_each_entry_safe(entry, tmp, list) \ argument
72 struct resource_entry *entry; in resource_list_first_type() local
Dxarray.h67 static inline unsigned long xa_to_value(const void *entry) in xa_to_value()
79 static inline bool xa_is_value(const void *entry) in xa_is_value()
112 static inline void *xa_untag_pointer(void *entry) in xa_untag_pointer()
127 static inline unsigned int xa_pointer_tag(void *entry) in xa_pointer_tag()
157 static inline unsigned long xa_to_internal(const void *entry) in xa_to_internal()
169 static inline bool xa_is_internal(const void *entry) in xa_is_internal()
185 static inline bool xa_is_zero(const void *entry) in xa_is_zero()
201 static inline bool xa_is_err(const void *entry) in xa_is_err()
219 static inline int xa_err(void *entry) in xa_err()
447 #define xa_for_each_range(xa, index, entry, start, last) \ argument
[all …]
Dswap.h364 swp_entry_t entry = folio->swap; in page_swap_entry() local
528 static inline struct swap_info_struct *swp_swap_info(swp_entry_t entry) in swp_swap_info()
533 static inline struct swap_info_struct *get_swap_device(swp_entry_t entry) in get_swap_device()
556 static inline void free_swap_and_cache_nr(swp_entry_t entry, int nr) in free_swap_and_cache_nr()
583 static inline void swap_free_nr(swp_entry_t entry, int nr_pages) in swap_free_nr()
591 static inline int __swap_count(swp_entry_t entry) in __swap_count()
596 static inline int swap_swapcount(struct swap_info_struct *si, swp_entry_t entry) in swap_swapcount()
601 static inline int swp_swapcount(swp_entry_t entry) in swp_swapcount()
608 swp_entry_t entry; in folio_alloc_swap() local
626 static inline void free_swap_and_cache(swp_entry_t entry) in free_swap_and_cache()
[all …]
Djump_label.h123 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code()
128 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target()
133 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
142 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code()
147 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target()
152 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
159 static inline bool jump_entry_is_branch(const struct jump_entry *entry) in jump_entry_is_branch()
164 static inline bool jump_entry_is_init(const struct jump_entry *entry) in jump_entry_is_init()
169 static inline void jump_entry_set_init(struct jump_entry *entry, bool set) in jump_entry_set_init()
177 static inline int jump_entry_size(struct jump_entry *entry) in jump_entry_size()
Dlist.h106 static __always_inline bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid()
134 static inline bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid()
207 static inline void __list_del_clearprev(struct list_head *entry) in __list_del_clearprev()
213 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry()
227 static inline void list_del(struct list_head *entry) in list_del()
285 static inline void list_del_init(struct list_head *entry) in list_del_init()
387 static inline void list_del_init_careful(struct list_head *entry) in list_del_init_careful()
455 struct list_head *head, struct list_head *entry) in __list_cut_position()
481 struct list_head *head, struct list_head *entry) in list_cut_position()
509 struct list_head *entry) in list_cut_before()
Didr.h187 #define idr_for_each_entry(idr, entry, id) \ argument
201 #define idr_for_each_entry_ul(idr, entry, tmp, id) \ argument
214 #define idr_for_each_entry_continue(idr, entry, id) \ argument
230 #define idr_for_each_entry_continue_ul(idr, entry, tmp, id) \ argument
Dpldmfw.h20 struct list_head entry; member
59 struct list_head entry; member
92 struct list_head entry; member
Dmbcache.h49 struct mb_cache_entry *entry) in mb_cache_entry_put()
Dflat.h23 __be32 entry; /* Offset of first executable instruction member
Duserfaultfd_k.h371 static inline bool pte_marker_entry_uffd_wp(swp_entry_t entry) in pte_marker_entry_uffd_wp()
384 swp_entry_t entry; in pte_marker_uffd_wp() local
Dinit.h121 static inline initcall_t initcall_from_entry(initcall_entry_t *entry) in initcall_from_entry()
128 static inline initcall_t initcall_from_entry(initcall_entry_t *entry) in initcall_from_entry()
/include/net/
Dtcx.h34 static inline struct tcx_entry *tcx_entry(struct bpf_mprog_entry *entry) in tcx_entry()
63 tcx_entry_update(struct net_device *dev, struct bpf_mprog_entry *entry, in tcx_entry_update()
94 static inline void tcx_entry_free(struct bpf_mprog_entry *entry) in tcx_entry_free()
102 struct bpf_mprog_entry *entry = tcx_entry_fetch(dev, ingress); in tcx_entry_fetch_or_create() local
132 static inline void tcx_miniq_inc(struct bpf_mprog_entry *entry) in tcx_miniq_inc()
138 static inline void tcx_miniq_dec(struct bpf_mprog_entry *entry) in tcx_miniq_dec()
144 static inline bool tcx_entry_is_active(struct bpf_mprog_entry *entry) in tcx_entry_is_active()
Datmclip.h24 struct atmarp_entry *entry; /* ATMARP table entry, NULL if IP addr. member
/include/linux/netfilter_arp/
Darp_tables.h20 struct arpt_entry entry; member
25 struct arpt_entry entry; member
/include/linux/netfilter_ipv4/
Dip_tables.h34 struct ipt_entry entry; member
39 struct ipt_entry entry; member
/include/sound/
Dinfo.h142 static inline void snd_info_set_text_ops(struct snd_info_entry *entry, in snd_info_set_text_ops()
172 static inline void snd_info_free_entry(struct snd_info_entry *entry) { ; } in snd_info_free_entry()
179 static inline int snd_info_register(struct snd_info_entry *entry) { return 0; } in snd_info_register()
183 static inline void snd_info_set_text_ops(struct snd_info_entry *entry __attribute__((unused)), in snd_info_set_text_ops()
190 void (*write)(struct snd_info_entry *entry, in snd_card_rw_proc_new()
/include/trace/events/
Derofs.h14 #define show_dev_nid(entry) show_dev(entry->dev), entry->nid argument
Df2fs.h12 #define show_dev_ino(entry) show_dev(entry->dev), (unsigned long)entry->ino argument
/include/drm/
Ddrm_gpuva_mgr.h112 struct list_head entry; member
131 struct list_head entry; member
488 struct list_head entry; member
Ddrm_mm.h363 #define drm_mm_for_each_node(entry, mm) \ argument
375 #define drm_mm_for_each_node_safe(entry, next, mm) \ argument
/include/linux/platform_data/x86/
Dsimatic-ipc.h49 u8 entry; in simatic_ipc_get_station_id() member
/include/uapi/linux/
Dmpls.h23 __be32 entry; member
/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h133 struct ip6t_entry entry; member
138 struct ip6t_entry entry; member

123