Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 54) 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()
80 static inline pte_t swp_entry_to_pte(swp_entry_t entry) in swp_entry_to_pte()
91 swp_entry_t entry; in radix_to_swp_entry() local
97 static inline void *swp_to_radix_entry(swp_entry_t entry) in swp_to_radix_entry()
113 static inline int is_migration_entry(swp_entry_t entry) in is_migration_entry()
119 static inline int is_write_migration_entry(swp_entry_t entry) in is_write_migration_entry()
124 static inline struct page *migration_entry_to_page(swp_entry_t entry) in migration_entry_to_page()
135 static inline void make_migration_entry_read(swp_entry_t *entry) in make_migration_entry_read()
161 static inline int is_write_migration_entry(swp_entry_t entry) in is_write_migration_entry()
[all …]
Dswap.h373 static inline void mem_cgroup_swapout(struct page *page, swp_entry_t entry) in mem_cgroup_swapout()
376 static inline void mem_cgroup_uncharge_swap(swp_entry_t entry) in mem_cgroup_uncharge_swap()
397 #define swap_address_space(entry) (&swapper_spaces[swp_type(entry)]) argument
461 #define swap_address_space(entry) (NULL) argument
526 static inline int add_to_swap_cache(struct page *page, swp_entry_t entry, in add_to_swap_cache()
545 static inline int swp_swapcount(swp_entry_t entry) in swp_swapcount()
559 swp_entry_t entry; in get_swap_page() local
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()
Dftrace_event.h217 void *entry; member
459 void *entry, in __event_trigger_test_discard()
492 void *entry, unsigned long irq_flags, int pc) in event_trigger_unlock_commit()
523 void *entry, unsigned long irq_flags, int pc, in event_trigger_unlock_commit_regs()
Dmigrate.h112 pmd_t *pmd, pmd_t entry, in migrate_misplaced_transhuge_page()
Didr.h135 #define idr_for_each_entry(idp, entry, id) \ argument
Dbacklight.h110 struct list_head entry; member
Ddcache.h286 static inline void d_add(struct dentry *entry, struct inode *inode) in d_add()
300 static inline struct dentry *d_add_unique(struct dentry *entry, struct inode *inode) in d_add_unique()
Dkobject.h65 struct list_head entry; member
Dpm_wakeup.h48 struct list_head entry; member
Drculist.h129 static inline void list_del_rcu(struct list_head *entry) in list_del_rcu()
Dvme.h79 struct list_head *entry; member
Dtimer.h17 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.h34 struct ipt_entry entry; member
39 struct ipt_entry entry; member
/include/sound/
Dinfo.h141 static inline void snd_info_set_text_ops(struct snd_info_entry *entry, in snd_info_set_text_ops()
164 static inline void snd_info_free_entry(struct snd_info_entry *entry) { ; } in snd_info_free_entry()
171 static inline int snd_info_register(struct snd_info_entry *entry) { return 0; } in snd_info_register()
175 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.h179 #define drm_mm_for_each_node(entry, mm) list_for_each_entry(entry, \ argument
202 #define drm_mm_for_each_hole(entry, mm, hole_start, hole_end) \ argument
210 #define __drm_mm_for_each_hole(entry, mm, hole_start, hole_end, backwards) \ 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.h54 struct privcmd_mmap_entry __user *entry; member
/include/uapi/linux/netfilter_ipv6/
Dip6_tables.h131 struct ip6t_entry entry; member
136 struct ip6t_entry entry; member
/include/xen/interface/io/
Dpciif.h67 uint16_t entry; member

123