Home
last modified time | relevance | path

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

123

/include/linux/
Dswapops.h39 static inline unsigned swp_type(swp_entry_t entry) in swp_type()
48 static inline pgoff_t swp_offset(swp_entry_t entry) in swp_offset()
79 static inline pte_t swp_entry_to_pte(swp_entry_t entry) in swp_entry_to_pte()
89 swp_entry_t entry; in radix_to_swp_entry() local
95 static inline void *swp_to_radix_entry(swp_entry_t entry) in swp_to_radix_entry()
111 static inline int is_migration_entry(swp_entry_t entry) in is_migration_entry()
117 static inline int is_write_migration_entry(swp_entry_t entry) in is_write_migration_entry()
122 static inline struct page *migration_entry_to_page(swp_entry_t entry) in migration_entry_to_page()
133 static inline void make_migration_entry_read(swp_entry_t *entry) in make_migration_entry_read()
159 static inline int is_write_migration_entry(swp_entry_t entry) in is_write_migration_entry()
[all …]
Dresource_ext.h42 static inline void resource_list_add(struct resource_entry *entry, in resource_list_add()
48 static inline void resource_list_add_tail(struct resource_entry *entry, in resource_list_add_tail()
54 static inline void resource_list_del(struct resource_entry *entry) in resource_list_del()
59 static inline void resource_list_free_entry(struct resource_entry *entry) in resource_list_free_entry()
65 resource_list_destroy_entry(struct resource_entry *entry) in resource_list_destroy_entry()
71 #define resource_list_for_each_entry(entry, list) \ argument
74 #define resource_list_for_each_entry_safe(entry, tmp, list) \ argument
Dswap.h370 #define swap_address_space(entry) (&swapper_spaces[swp_type(entry)]) argument
427 #define swap_address_space(entry) (NULL) argument
492 static inline int add_to_swap_cache(struct page *page, swp_entry_t entry, in add_to_swap_cache()
511 static inline int swp_swapcount(swp_entry_t entry) in swp_swapcount()
526 swp_entry_t entry; in get_swap_page() local
561 static inline void mem_cgroup_swapout(struct page *page, swp_entry_t entry) in mem_cgroup_swapout()
566 swp_entry_t entry) in mem_cgroup_try_charge_swap()
571 static inline void mem_cgroup_uncharge_swap(swp_entry_t entry) in mem_cgroup_uncharge_swap()
Dlist.h100 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry()
105 static inline void list_del(struct list_head *entry) in list_del()
143 static inline void list_del_init(struct list_head *entry) in list_del_init()
235 struct list_head *head, struct list_head *entry) in __list_cut_position()
261 struct list_head *head, struct list_head *entry) in list_cut_position()
Didr.h135 #define idr_for_each_entry(idp, entry, id) \ argument
147 #define idr_for_each_entry_continue(idp, entry, id) \ argument
Dmbcache.h33 struct mb_cache_entry *entry) in mb_cache_entry_put()
Dmigrate.h114 pmd_t *pmd, pmd_t entry, in migrate_misplaced_transhuge_page()
Dkexec.h155 kimage_entry_t *entry; member
363 static inline void *boot_phys_to_virt(unsigned long entry) in boot_phys_to_virt()
Dbacklight.h110 struct list_head entry; member
Dpm_wakeup.h56 struct list_head entry; member
Dkobject.h65 struct list_head entry; member
Dvme.h79 struct list_head *entry; member
Dposix-timers.h22 struct list_head entry; member
/include/linux/netfilter_arp/
Darp_tables.h19 struct arpt_entry entry; member
24 struct arpt_entry entry; member
/include/linux/netfilter_ipv4/
Dip_tables.h35 struct ipt_entry entry; member
40 struct ipt_entry entry; member
/include/sound/
Dinfo.h155 static inline void snd_info_set_text_ops(struct snd_info_entry *entry, in snd_info_set_text_ops()
178 static inline void snd_info_free_entry(struct snd_info_entry *entry) { ; } in snd_info_free_entry()
185 static inline int snd_info_register(struct snd_info_entry *entry) { return 0; } in snd_info_register()
189 static inline void snd_info_set_text_ops(struct snd_info_entry *entry __attribute__((unused)), in snd_info_set_text_ops()
/include/drm/
Ddrm_mm.h184 #define drm_mm_for_each_node(entry, mm) list_for_each_entry(entry, \ argument
188 #define __drm_mm_for_each_hole(entry, mm, hole_start, hole_end, backwards) \ argument
215 #define drm_mm_for_each_hole(entry, mm, hole_start, hole_end) \ argument
/include/uapi/linux/
Dmpls.h22 __be32 entry; member
Dflat.h30 unsigned long entry; /* Offset of first executable instruction member
/include/trace/events/
Df2fs.h10 #define show_dev_ino(entry) show_dev(entry->dev), (unsigned long)entry->ino argument
/include/net/
Datmclip.h23 struct atmarp_entry *entry; /* ATMARP table entry, NULL if IP addr. member
/include/uapi/xen/
Dprivcmd.h58 struct privcmd_mmap_entry __user *entry; member
/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h132 struct ip6t_entry entry; member
137 struct ip6t_entry entry; member
/include/xen/interface/io/
Dpciif.h67 uint16_t entry; member
/include/video/
Dudlfb.h20 struct list_head entry; member

123