Home
last modified time | relevance | path

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

123

/include/linux/
Dswapops.h40 static inline unsigned swp_type(swp_entry_t entry) in swp_type()
49 static inline pgoff_t swp_offset(swp_entry_t entry) in swp_offset()
80 static inline pte_t swp_entry_to_pte(swp_entry_t entry) in swp_entry_to_pte()
90 swp_entry_t entry; in radix_to_swp_entry() local
96 static inline void *swp_to_radix_entry(swp_entry_t entry) in swp_to_radix_entry()
111 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry()
117 static inline void make_device_private_entry_read(swp_entry_t *entry) in make_device_private_entry_read()
122 static inline bool is_write_device_private_entry(swp_entry_t entry) in is_write_device_private_entry()
127 static inline unsigned long device_private_entry_to_pfn(swp_entry_t entry) in device_private_entry_to_pfn()
132 static inline struct page *device_private_entry_to_page(swp_entry_t entry) in device_private_entry_to_page()
[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.h399 #define swap_address_space(entry) \ argument
479 #define swap_address_space(entry) (NULL) argument
564 static inline int add_to_swap_cache(struct page *page, swp_entry_t entry, in add_to_swap_cache()
583 static inline int __swp_swapcount(swp_entry_t entry) in __swp_swapcount()
588 static inline int swp_swapcount(swp_entry_t entry) in swp_swapcount()
603 swp_entry_t entry; in get_swap_page() local
613 static inline int split_swap_cluster(swp_entry_t entry) in split_swap_cluster()
647 static inline void mem_cgroup_swapout(struct page *page, swp_entry_t entry) in mem_cgroup_swapout()
652 swp_entry_t entry) in mem_cgroup_try_charge_swap()
657 static inline void mem_cgroup_uncharge_swap(swp_entry_t entry, in mem_cgroup_uncharge_swap()
Didr.h207 #define idr_for_each_entry(idr, entry, id) \ argument
209 #define idr_for_each_entry_ext(idr, entry, id) \ argument
221 #define idr_for_each_entry_continue(idr, entry, id) \ argument
Dlist.h44 static inline bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid()
115 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry()
123 static inline void list_del(struct list_head *entry) in list_del()
157 static inline void list_del_init(struct list_head *entry) in list_del_init()
249 struct list_head *head, struct list_head *entry) in __list_cut_position()
275 struct list_head *head, struct list_head *entry) in list_cut_position()
304 struct list_head *entry) in list_cut_before()
Dqcom_scm.h51 int qcom_scm_set_cold_boot_addr(void *entry, const cpumask_t *cpus) in qcom_scm_set_cold_boot_addr()
56 int qcom_scm_set_warm_boot_addr(void *entry, const cpumask_t *cpus) in qcom_scm_set_warm_boot_addr()
Dmbcache.h34 struct mb_cache_entry *entry) in mb_cache_entry_put()
Dkexec.h170 kimage_entry_t *entry; member
326 static inline void *boot_phys_to_virt(unsigned long entry) in boot_phys_to_virt()
Dbacklight.h111 struct list_head entry; member
Dposix-timers.h14 struct list_head entry; member
Dmigrate.h152 pmd_t *pmd, pmd_t entry, in migrate_misplaced_transhuge_page()
Dvme.h80 struct list_head *entry; member
Dkobject.h67 struct list_head entry; member
Dpm_wakeup.h56 struct list_head entry; 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.h36 struct ipt_entry entry; member
41 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/uapi/linux/
Dflat.h31 unsigned long entry; /* Offset of first executable instruction member
Dmpls.h23 __be32 entry; member
/include/trace/events/
Df2fs.h11 #define show_dev_ino(entry) show_dev(entry->dev), (unsigned long)entry->ino argument
/include/net/
Datmclip.h24 struct atmarp_entry *entry; /* ATMARP table entry, NULL if IP addr. member
/include/drm/
Ddrm_mm.h327 #define drm_mm_for_each_node(entry, mm) \ argument
339 #define drm_mm_for_each_node_safe(entry, next, mm) \ argument
/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h133 struct ip6t_entry entry; member
138 struct ip6t_entry entry; member
/include/uapi/xen/
Dprivcmd.h59 struct privcmd_mmap_entry __user *entry; member
/include/xen/interface/io/
Dpciif.h67 uint16_t entry; member

123