Home
last modified time | relevance | path

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

1234

/include/linux/
A 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()
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()
233 static inline int is_migration_entry(swp_entry_t entry) in is_migration_entry()
385 static inline int is_hwpoison_entry(swp_entry_t entry) in is_hwpoison_entry()
466 static inline int is_guard_swp_entry(swp_entry_t entry) in is_guard_swp_entry()
522 static inline bool is_pfn_swap_entry(swp_entry_t entry) in is_pfn_swap_entry()
554 static inline pmd_t swp_entry_to_pmd(swp_entry_t entry) in swp_entry_to_pmd()
[all …]
A 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()
237 static inline void bpf_mprog_revision_new(struct bpf_mprog_entry *entry) in bpf_mprog_revision_new()
242 static inline void bpf_mprog_commit(struct bpf_mprog_entry *entry) in bpf_mprog_commit()
248 static inline u64 bpf_mprog_revision(struct bpf_mprog_entry *entry) in bpf_mprog_revision()
[all …]
A 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
A Dxarray.h223 static inline int xa_err(void *entry) in xa_err()
590 void *entry, gfp_t gfp) in xa_store_bh()
617 void *entry, gfp_t gfp) in xa_store_irq()
644 void *entry; in xa_erase_bh() local
668 void *entry; in xa_erase_irq() local
693 void *old, void *entry, gfp_t gfp) in xa_cmpxchg()
721 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_bh()
749 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_irq()
1617 void *entry; in xas_reload() local
1720 void *entry; in xas_next_entry() local
[all …]
A Djump_label.h124 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code()
129 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target()
134 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
143 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code()
148 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target()
153 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
160 static inline bool jump_entry_is_branch(const struct jump_entry *entry) in jump_entry_is_branch()
165 static inline bool jump_entry_is_init(const struct jump_entry *entry) in jump_entry_is_init()
170 static inline void jump_entry_set_init(struct jump_entry *entry, bool set) in jump_entry_set_init()
178 static inline int jump_entry_size(struct jump_entry *entry) in jump_entry_size()
A Dswap.h357 swp_entry_t entry = folio->swap; in page_swap_entry() local
523 static inline struct swap_info_struct *swp_swap_info(swp_entry_t entry) in swp_swap_info()
549 static inline void free_swap_and_cache_nr(swp_entry_t entry, int nr) in free_swap_and_cache_nr()
576 static inline void swap_free_nr(swp_entry_t entry, int nr_pages) in swap_free_nr()
584 static inline int __swap_count(swp_entry_t entry) in __swap_count()
594 static inline int swp_swapcount(swp_entry_t entry) in swp_swapcount()
617 static inline void free_swap_and_cache(swp_entry_t entry) in free_swap_and_cache()
622 static inline void swap_free(swp_entry_t entry) in swap_free()
664 swp_entry_t entry) in mem_cgroup_try_charge_swap()
683 swp_entry_t entry) in mem_cgroup_try_charge_swap()
[all …]
A 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()
A Didr.h204 #define idr_for_each_entry(idr, entry, id) \ argument
218 #define idr_for_each_entry_ul(idr, entry, tmp, id) \ argument
231 #define idr_for_each_entry_continue(idr, entry, id) \ argument
247 #define idr_for_each_entry_continue_ul(idr, entry, tmp, id) \ argument
A Dworkqueue_types.h18 struct list_head entry; member
A Dtimer_types.h13 struct hlist_node entry; member
A Dpldmfw.h20 struct list_head entry; member
59 struct list_head entry; member
92 struct list_head entry; member
A Dmbcache.h49 struct mb_cache_entry *entry) in mb_cache_entry_put()
A Dflat.h23 __be32 entry; /* Offset of first executable instruction member
/include/net/
A Dtcx.h33 static inline struct tcx_entry *tcx_entry(struct bpf_mprog_entry *entry) in tcx_entry()
57 tcx_entry_update(struct net_device *dev, struct bpf_mprog_entry *entry, in tcx_entry_update()
89 static inline void tcx_entry_free(struct bpf_mprog_entry *entry) in tcx_entry_free()
97 struct bpf_mprog_entry *entry = tcx_entry_fetch(dev, ingress); in tcx_entry_fetch_or_create() local
127 static inline void tcx_miniq_inc(struct bpf_mprog_entry *entry) in tcx_miniq_inc()
133 static inline void tcx_miniq_dec(struct bpf_mprog_entry *entry) in tcx_miniq_dec()
139 static inline bool tcx_entry_is_active(struct bpf_mprog_entry *entry) in tcx_entry_is_active()
A Datmclip.h24 struct atmarp_entry *entry; /* ATMARP table entry, NULL if IP addr. member
/include/linux/netfilter_arp/
A Darp_tables.h20 struct arpt_entry entry; member
25 struct arpt_entry entry; member
/include/linux/netfilter_ipv4/
A Dip_tables.h34 struct ipt_entry entry; member
39 struct ipt_entry entry; member
/include/sound/
A Dinfo.h137 static inline void snd_info_set_text_ops(struct snd_info_entry *entry, in snd_info_set_text_ops()
167 static inline void snd_info_free_entry(struct snd_info_entry *entry) { ; } in snd_info_free_entry()
174 static inline int snd_info_register(struct snd_info_entry *entry) { return 0; } in snd_info_register()
178 static inline void snd_info_set_text_ops(struct snd_info_entry *entry __attribute__((unused)), in snd_info_set_text_ops()
185 void (*write)(struct snd_info_entry *entry, in snd_card_rw_proc_new()
/include/trace/events/
A Derofs.h14 #define show_dev_nid(entry) show_dev(entry->dev), entry->nid argument
/include/linux/bus/
A Dstm32_firewall_device.h33 const char *entry; member
/include/drm/
A Ddrm_gpuvm.h122 struct list_head entry; member
141 struct list_head entry; member
703 } entry; member
953 struct list_head entry; member
A Ddrm_mm.h363 #define drm_mm_for_each_node(entry, mm) \ argument
375 #define drm_mm_for_each_node_safe(entry, next, mm) \ argument
A Ddrm_gpusvm.h100 struct list_head entry; member
155 struct list_head entry; member
/include/linux/platform_data/x86/
A Dsimatic-ipc.h49 u8 entry; in simatic_ipc_get_station_id() member
/include/uapi/linux/
A Dmpls.h23 __be32 entry; member

Completed in 66 milliseconds

1234