Home
last modified time | relevance | path

Searched defs:page (Results 1 – 25 of 1642) sorted by relevance

12345678910>>...66

/linux-6.6.21/block/
Dblk-sysfs.c30 queue_var_show(unsigned long var, char *page) in queue_var_show()
36 queue_var_store(unsigned long *var, const char *page, size_t count) in queue_var_store()
50 static ssize_t queue_requests_show(struct request_queue *q, char *page) in queue_requests_show()
56 queue_requests_store(struct request_queue *q, const char *page, size_t count) in queue_requests_store()
78 static ssize_t queue_ra_show(struct request_queue *q, char *page) in queue_ra_show()
89 queue_ra_store(struct request_queue *q, const char *page, size_t count) in queue_ra_store()
103 static ssize_t queue_max_sectors_show(struct request_queue *q, char *page) in queue_max_sectors_show()
110 static ssize_t queue_max_segments_show(struct request_queue *q, char *page) in queue_max_segments_show()
116 char *page) in queue_max_discard_segments_show()
121 static ssize_t queue_max_integrity_segments_show(struct request_queue *q, char *page) in queue_max_integrity_segments_show()
[all …]
/linux-6.6.21/mm/
Dfolio-compat.c13 struct address_space *page_mapping(struct page *page) in page_mapping()
19 void unlock_page(struct page *page) in unlock_page()
25 void end_page_writeback(struct page *page) in end_page_writeback()
31 void wait_on_page_writeback(struct page *page) in wait_on_page_writeback()
37 void wait_for_stable_page(struct page *page) in wait_for_stable_page()
43 void mark_page_accessed(struct page *page) in mark_page_accessed()
49 bool set_page_writeback(struct page *page) in set_page_writeback()
55 bool set_page_dirty(struct page *page) in set_page_dirty()
61 int __set_page_dirty_nobuffers(struct page *page) in __set_page_dirty_nobuffers()
67 bool clear_page_dirty_for_io(struct page *page) in clear_page_dirty_for_io()
[all …]
Ddebug_page_ref.c8 void __page_ref_set(struct page *page, int v) in __page_ref_set()
15 void __page_ref_mod(struct page *page, int v) in __page_ref_mod()
22 void __page_ref_mod_and_test(struct page *page, int v, int ret) in __page_ref_mod_and_test()
29 void __page_ref_mod_and_return(struct page *page, int v, int ret) in __page_ref_mod_and_return()
36 void __page_ref_mod_unless(struct page *page, int v, int u) in __page_ref_mod_unless()
43 void __page_ref_freeze(struct page *page, int v, int ret) in __page_ref_freeze()
50 void __page_ref_unfreeze(struct page *page, int v) in __page_ref_unfreeze()
Dballoon_compaction.c15 struct page *page) in balloon_page_enqueue_one()
43 struct page *page, *tmp; in balloon_page_list_enqueue() local
79 struct page *page, *tmp; in balloon_page_list_dequeue() local
126 struct page *page = alloc_page(balloon_mapping_gfp_mask() | in balloon_page_alloc() local
147 struct page *page) in balloon_page_enqueue()
206 static bool balloon_page_isolate(struct page *page, isolate_mode_t mode) in balloon_page_isolate()
220 static void balloon_page_putback(struct page *page) in balloon_page_putback()
232 static int balloon_page_migrate(struct page *newpage, struct page *page, in balloon_page_migrate()
Dpage_alloc.c215 static inline int get_pcppage_migratetype(struct page *page) in get_pcppage_migratetype()
220 static inline void set_pcppage_migratetype(struct page *page, int migratetype) in set_pcppage_migratetype()
343 static inline unsigned long *get_pageblock_bitmap(const struct page *page, in get_pageblock_bitmap()
353 static inline int pfn_to_bitidx(const struct page *page, unsigned long pfn) in pfn_to_bitidx()
371 unsigned long get_pfnblock_flags_mask(const struct page *page, in get_pfnblock_flags_mask()
391 static __always_inline int get_pfnblock_migratetype(const struct page *page, in get_pfnblock_migratetype()
404 void set_pfnblock_flags_mask(struct page *page, unsigned long flags, in set_pfnblock_flags_mask()
430 void set_pageblock_migratetype(struct page *page, int migratetype) in set_pageblock_migratetype()
441 static int page_outside_zone_boundaries(struct zone *zone, struct page *page) in page_outside_zone_boundaries()
466 static int __maybe_unused bad_range(struct zone *zone, struct page *page) in bad_range()
[all …]
/linux-6.6.21/drivers/target/
Dtarget_core_stat.c48 static ssize_t target_stat_inst_show(struct config_item *item, char *page) in target_stat_inst_show()
55 static ssize_t target_stat_indx_show(struct config_item *item, char *page) in target_stat_indx_show()
60 static ssize_t target_stat_role_show(struct config_item *item, char *page) in target_stat_role_show()
65 static ssize_t target_stat_ports_show(struct config_item *item, char *page) in target_stat_ports_show()
98 static ssize_t target_stat_tgt_inst_show(struct config_item *item, char *page) in target_stat_tgt_inst_show()
105 static ssize_t target_stat_tgt_indx_show(struct config_item *item, char *page) in target_stat_tgt_indx_show()
111 char *page) in target_stat_tgt_num_lus_show()
117 char *page) in target_stat_tgt_status_show()
126 char *page) in target_stat_tgt_non_access_lus_show()
139 char *page) in target_stat_tgt_resets_show()
[all …]
Dtarget_core_configfs.c89 char *page) in target_core_item_version_show()
102 char *page) in target_core_item_dbroot_show()
108 const char *page, size_t count) in target_core_item_dbroot_store()
656 const char *page, size_t count) in emulate_model_alias_store()
686 const char *page, size_t count) in emulate_write_cache_store()
708 const char *page, size_t count) in emulate_ua_intlck_ctrl_store()
738 const char *page, size_t count) in emulate_tas_store()
762 const char *page, size_t count) in emulate_tpu_store()
792 const char *page, size_t count) in emulate_tpws_store()
822 const char *page, size_t count) in pi_prot_type_store()
[all …]
/linux-6.6.21/drivers/target/iscsi/
Discsi_target_stat.c51 char *page) in iscsi_stat_instance_inst_show()
58 char *page) in iscsi_stat_instance_min_ver_show()
64 char *page) in iscsi_stat_instance_max_ver_show()
70 char *page) in iscsi_stat_instance_portals_show()
77 char *page) in iscsi_stat_instance_nodes_show()
83 char *page) in iscsi_stat_instance_sessions_show()
90 char *page) in iscsi_stat_instance_fail_sess_show()
106 char *page) in iscsi_stat_instance_fail_type_show()
116 char *page) in iscsi_stat_instance_fail_rem_name_show()
127 char *page) in iscsi_stat_instance_disc_time_show()
[all …]
/linux-6.6.21/drivers/nvme/target/
Dconfigfs.c63 static ssize_t nvmet_addr_adrfam_show(struct config_item *item, char *page) in nvmet_addr_adrfam_show()
78 const char *page, size_t count) in nvmet_addr_adrfam_store()
102 char *page) in nvmet_addr_portid_show()
110 const char *page, size_t count) in nvmet_addr_portid_store()
130 char *page) in nvmet_addr_traddr_show()
138 const char *page, size_t count) in nvmet_addr_traddr_store()
163 static ssize_t nvmet_addr_treq_show(struct config_item *item, char *page) in nvmet_addr_treq_show()
179 const char *page, size_t count) in nvmet_addr_treq_store()
205 char *page) in nvmet_addr_trsvcid_show()
213 const char *page, size_t count) in nvmet_addr_trsvcid_store()
[all …]
/linux-6.6.21/include/linux/
Dpage_ref.h41 static inline void __page_ref_set(struct page *page, int v) in __page_ref_set()
44 static inline void __page_ref_mod(struct page *page, int v) in __page_ref_mod()
47 static inline void __page_ref_mod_and_test(struct page *page, int v, int ret) in __page_ref_mod_and_test()
50 static inline void __page_ref_mod_and_return(struct page *page, int v, int ret) in __page_ref_mod_and_return()
53 static inline void __page_ref_mod_unless(struct page *page, int v, int u) in __page_ref_mod_unless()
56 static inline void __page_ref_freeze(struct page *page, int v, int ret) in __page_ref_freeze()
59 static inline void __page_ref_unfreeze(struct page *page, int v) in __page_ref_unfreeze()
65 static inline int page_ref_count(const struct page *page) in page_ref_count()
92 static inline int page_count(const struct page *page) in page_count()
97 static inline void set_page_count(struct page *page, int v) in set_page_count()
[all …]
Dpage-flags.h208 static __always_inline const struct page *page_fixed_fake_head(const struct page *page) in page_fixed_fake_head()
234 static inline const struct page *page_fixed_fake_head(const struct page *page) in page_fixed_fake_head()
240 static __always_inline int page_is_fake_head(struct page *page) in page_is_fake_head()
245 static inline unsigned long _compound_head(const struct page *page) in _compound_head()
254 #define compound_head(page) ((typeof(page))_compound_head(page)) argument
284 static __always_inline int PageTail(struct page *page) in PageTail()
289 static __always_inline int PageCompound(struct page *page) in PageCompound()
296 static inline int PagePoisoned(const struct page *page) in PagePoisoned()
304 static inline void page_init_poison(struct page *page, size_t size) in page_init_poison()
311 struct page *page = &folio->page; in folio_flags() local
[all …]
Dpage_owner.h21 static inline void reset_page_owner(struct page *page, unsigned short order) in reset_page_owner()
27 static inline void set_page_owner(struct page *page, in set_page_owner()
34 static inline void split_page_owner(struct page *page, unsigned int nr) in split_page_owner()
44 static inline void set_page_owner_migrate_reason(struct page *page, int reason) in set_page_owner_migrate_reason()
49 static inline void dump_page_owner(const struct page *page) in dump_page_owner()
55 static inline void reset_page_owner(struct page *page, unsigned short order) in reset_page_owner()
58 static inline void set_page_owner(struct page *page, in set_page_owner()
62 static inline void split_page_owner(struct page *page, in split_page_owner()
69 static inline void set_page_owner_migrate_reason(struct page *page, int reason) in set_page_owner_migrate_reason()
72 static inline void dump_page_owner(const struct page *page) in dump_page_owner()
Dhighmem-internal.h40 static inline void *kmap(struct page *page) in kmap()
53 static inline void kunmap(struct page *page) in kunmap()
71 static inline void *kmap_local_page(struct page *page) in kmap_local_page()
78 struct page *page = folio_page(folio, offset / PAGE_SIZE); in kmap_local_folio() local
82 static inline void *kmap_local_page_prot(struct page *page, pgprot_t prot) in kmap_local_page_prot()
97 static inline void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot()
108 static inline void *kmap_atomic(struct page *page) in kmap_atomic()
167 static inline void *kmap(struct page *page) in kmap()
173 static inline void kunmap_high(struct page *page) { } in kunmap_high()
176 static inline void kunmap(struct page *page) in kunmap()
[all …]
Dballoon_compaction.h92 struct page *page) in balloon_page_insert()
108 static inline void balloon_page_delete(struct page *page) in balloon_page_delete()
125 static inline struct balloon_dev_info *balloon_page_device(struct page *page) in balloon_page_device()
138 struct page *page) in balloon_page_insert()
144 static inline void balloon_page_delete(struct page *page) in balloon_page_delete()
164 static inline void balloon_page_push(struct list_head *pages, struct page *page) in balloon_page_push()
178 struct page *page = list_first_entry_or_null(pages, struct page, lru); in balloon_page_pop() local
Dmm.h138 static inline void __mm_zero_struct_page(struct page *page) in __mm_zero_struct_page()
213 #define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n)) argument
216 #define nth_page(page,n) ((page) + (n)) argument
531 struct page *page; /* ->fault handlers should return a member
1050 static inline unsigned int compound_order(struct page *page) in compound_order()
1093 static inline int put_page_testzero(struct page *page) in put_page_testzero()
1110 static inline bool get_page_unless_zero(struct page *page) in get_page_unless_zero()
1115 static inline struct folio *folio_get_nontail_page(struct page *page) in folio_get_nontail_page()
1174 static inline void page_mapcount_reset(struct page *page) in page_mapcount_reset()
1191 static inline int page_mapcount(struct page *page) in page_mapcount()
[all …]
/linux-6.6.21/sound/pci/trident/
Dtrident_memory.c22 #define __set_tlb_bus(trident,page,addr) \ argument
24 #define __tlb_to_addr(trident,page) \ argument
32 #define set_tlb_bus(trident,page,addr) __set_tlb_bus(trident,page,addr) argument
34 #define set_silent_tlb(trident,page) __set_tlb_bus(trident, page, trident->tlb.silent_page->addr) argument
38 #define aligned_page_offset(page) ((page) << 12) argument
40 #define page_to_addr(trident,page) __tlb_to_addr(trident, page) argument
47 #define aligned_page_offset(page) ((page) << 13) argument
48 #define page_to_addr(trident,page) __tlb_to_addr(trident, (page) << 1) argument
51 static inline void set_tlb_bus(struct snd_trident *trident, int page, in set_tlb_bus()
58 static inline void set_silent_tlb(struct snd_trident *trident, int page) in set_silent_tlb()
[all …]
/linux-6.6.21/fs/btrfs/
Dsubpage.c67 bool btrfs_is_subpage(const struct btrfs_fs_info *fs_info, struct page *page) in btrfs_is_subpage()
119 struct page *page, enum btrfs_subpage_type type) in btrfs_attach_subpage()
143 struct page *page) in btrfs_detach_subpage()
195 struct page *page) in btrfs_page_inc_eb_refs()
210 struct page *page) in btrfs_page_dec_eb_refs()
226 struct page *page, u64 start, u32 len) in btrfs_subpage_assert()
242 struct page *page, u64 start, u32 len) in btrfs_subpage_start_reader()
253 struct page *page, u64 start, u32 len) in btrfs_subpage_end_reader()
276 static void btrfs_subpage_clamp_range(struct page *page, u64 *start, u32 *len) in btrfs_subpage_clamp_range()
295 struct page *page, u64 start, u32 len) in btrfs_subpage_start_writer()
[all …]
/linux-6.6.21/fs/jfs/
Djfs_metapage.c80 #define mp_anchor(page) ((struct meta_anchor *)page_private(page)) argument
82 static inline struct metapage *page_to_mp(struct page *page, int offset) in page_to_mp()
89 static inline int insert_metapage(struct page *page, struct metapage *mp) in insert_metapage()
116 static inline void remove_metapage(struct page *page, struct metapage *mp) in remove_metapage()
135 static inline void inc_io(struct page *page) in inc_io()
140 static inline void dec_io(struct page *page, void (*handler) (struct page *)) in dec_io()
147 static inline struct metapage *page_to_mp(struct page *page, int offset) in page_to_mp()
152 static inline int insert_metapage(struct page *page, struct metapage *mp) in insert_metapage()
162 static inline void remove_metapage(struct page *page, struct metapage *mp) in remove_metapage()
169 #define inc_io(page) do {} while(0) argument
[all …]
/linux-6.6.21/net/core/
Dpage_pool.c272 struct page *page; in page_pool_refill_alloc_cache() local
324 struct page *page; in __page_pool_get_cached() local
339 struct page *page, in page_pool_dma_sync_for_device()
350 static bool page_pool_dma_map(struct page_pool *pool, struct page *page) in page_pool_dma_map()
375 struct page *page) in page_pool_set_pp_info()
383 static void page_pool_clear_pp_info(struct page *page) in page_pool_clear_pp_info()
392 struct page *page; in __page_pool_alloc_page_order() local
422 struct page *page; in __page_pool_alloc_pages_slow() local
477 struct page *page; in page_pool_alloc_pages() local
514 static void page_pool_return_page(struct page_pool *pool, struct page *page) in page_pool_return_page()
[all …]
/linux-6.6.21/arch/s390/mm/
Dpage-states.c61 static inline void set_page_unused(struct page *page, int order) in set_page_unused()
72 static inline void set_page_stable_dat(struct page *page, int order) in set_page_stable_dat()
83 static inline void set_page_stable_nodat(struct page *page, int order) in set_page_stable_nodat()
97 struct page *page; in mark_kernel_pmd() local
113 struct page *page; in mark_kernel_pud() local
134 struct page *page; in mark_kernel_p4d() local
155 struct page *page; in mark_kernel_pgd() local
176 struct page *page; in cmma_init_nodat() local
204 void arch_free_page(struct page *page, int order) in arch_free_page()
211 void arch_alloc_page(struct page *page, int order) in arch_alloc_page()
[all …]
/linux-6.6.21/arch/openrisc/include/asm/
Dcacheflush.h33 #define dcache_page_flush(page) local_dcache_page_flush(page) argument
34 #define icache_page_inv(page) local_icache_page_inv(page) argument
36 #define dcache_page_flush(page) local_dcache_page_flush(page) argument
37 #define icache_page_inv(page) smp_icache_page_inv(page) argument
45 static inline void sync_icache_dcache(struct page *page) in sync_icache_dcache()
66 static inline void flush_dcache_page(struct page *page) in flush_dcache_page()
71 #define flush_icache_user_page(vma, page, addr, len) \ argument
/linux-6.6.21/drivers/most/
Dconfigfs.c114 const char *page, size_t count) in mdev_link_create_link_store()
136 const char *page, size_t count) in mdev_link_destroy_link_store()
160 static ssize_t mdev_link_direction_show(struct config_item *item, char *page) in mdev_link_direction_show()
166 const char *page, size_t count) in mdev_link_direction_store()
178 static ssize_t mdev_link_datatype_show(struct config_item *item, char *page) in mdev_link_datatype_show()
184 const char *page, size_t count) in mdev_link_datatype_store()
197 static ssize_t mdev_link_device_show(struct config_item *item, char *page) in mdev_link_device_show()
203 const char *page, size_t count) in mdev_link_device_store()
212 static ssize_t mdev_link_channel_show(struct config_item *item, char *page) in mdev_link_channel_show()
218 const char *page, size_t count) in mdev_link_channel_store()
[all …]
/linux-6.6.21/mm/kmsan/
Dshadow.c22 #define shadow_page_for(page) ((page)->kmsan_shadow) argument
24 #define origin_page_for(page) ((page)->kmsan_origin) argument
26 static void *shadow_ptr_for(struct page *page) in shadow_ptr_for()
31 static void *origin_ptr_for(struct page *page) in origin_ptr_for()
36 static bool page_has_metadata(struct page *page) in page_has_metadata()
41 static void set_no_shadow_origin_page(struct page *page) in set_no_shadow_origin_page()
127 struct page *page; in kmsan_get_metadata() local
172 void kmsan_alloc_page(struct page *page, unsigned int order, gfp_t flags) in kmsan_alloc_page()
207 void kmsan_free_page(struct page *page, unsigned int order) in kmsan_free_page()
281 struct page *page; in kmsan_init_alloc_meta_for_range() local
[all …]
/linux-6.6.21/include/net/page_pool/
Dhelpers.h108 static inline void page_pool_fragment_page(struct page *page, long nr) in page_pool_fragment_page()
113 static inline long page_pool_defrag_page(struct page *page, long nr) in page_pool_defrag_page()
135 struct page *page) in page_pool_is_last_frag()
156 struct page *page, in page_pool_put_page()
181 struct page *page, bool allow_direct) in page_pool_put_full_page()
195 struct page *page) in page_pool_recycle_direct()
210 static inline dma_addr_t page_pool_get_dma_addr(struct page *page) in page_pool_get_dma_addr()
220 static inline void page_pool_set_dma_addr(struct page *page, dma_addr_t addr) in page_pool_set_dma_addr()
/linux-6.6.21/sound/pci/emu10k1/
Dmemory.c21 #define __set_ptb_entry(emu,page,addr) \ argument
24 #define __get_ptb_entry(emu, page) \ argument
33 #define aligned_page_offset(page) ((page) << PAGE_SHIFT) argument
37 #define set_ptb_entry(emu,page,addr) __set_ptb_entry(emu,page,addr) argument
39 #define set_silent_ptb(emu,page) __set_ptb_entry(emu,page,emu->silent_page.addr) argument
42 static inline void set_ptb_entry(struct snd_emu10k1 *emu, int page, dma_addr_t addr) in set_ptb_entry()
53 static inline void set_silent_ptb(struct snd_emu10k1 *emu, int page) in set_silent_ptb()
97 int page = 1, found_page = -ENOMEM; in search_empty_map_area() local
136 int page, pg; in map_memblk() local
210 int page, psize; in search_empty() local
[all …]

12345678910>>...66