Home
last modified time | relevance | path

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

12345678910>>...67

/linux-6.15/drivers/target/
H A Dtarget_core_stat.c111 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()
146 char *page) in target_stat_tgt_aborts_complete_show()
153 char *page) in target_stat_tgt_aborts_no_task_show()
273 char *page) in target_stat_lu_state_bit_show()
280 char *page) in target_stat_lu_num_cmds_show()
290 char *page) in target_stat_lu_read_mbytes_show()
300 char *page) in target_stat_lu_write_mbytes_show()
[all …]
H A Dtarget_core_configfs.c89 char *page) in target_core_item_version_show()
1420 char *page) in target_wwn_vendor_id_show()
1476 char *page) in target_wwn_product_id_show()
1532 char *page) in target_wwn_revision_show()
1639 char *page) in target_wwn_vpd_unit_serial_show()
1707 char *page) in target_wwn_vpd_protocol_identifier_show()
1814 char *page) in target_core_dev_pr_show_spc3_res()
1833 char *page) in target_core_dev_pr_show_spc2_res()
1872 char *page) in target_pr_res_pr_all_tgt_pts_show()
1893 char *page) in target_pr_res_pr_generation_show()
[all …]
/linux-6.15/drivers/target/iscsi/
H A 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.15/drivers/nvme/target/
H A Dconfigfs.c105 char *page) in nvmet_addr_portid_show()
133 char *page) in nvmet_addr_traddr_show()
226 char *page) in nvmet_addr_trsvcid_show()
253 char *page) in nvmet_param_inline_data_size_show()
279 char *page) in nvmet_param_max_queue_size_show()
306 char *page) in nvmet_param_pi_enable_show()
333 char *page) in nvmet_addr_trtype_show()
399 char *page) in nvmet_addr_tsas_show()
875 char *page) in nvmet_passthru_device_path_show()
916 char *page) in nvmet_passthru_enable_show()
[all …]
/linux-6.15/include/linux/
H A 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()
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()
113 static inline void init_page_count(struct page *page) in init_page_count()
118 static inline void page_ref_add(struct page *page, int nr) in page_ref_add()
130 static inline void page_ref_sub(struct page *page, int nr) in page_ref_sub()
151 static inline void page_ref_inc(struct page *page) in page_ref_inc()
163 static inline void page_ref_dec(struct page *page) in page_ref_dec()
189 static inline int page_ref_inc_return(struct page *page) in page_ref_inc_return()
[all …]
H A Dpage-flags.h345 const struct page *page = &folio->page; in const_folio_flags() local
354 struct page *page = &folio->page; in folio_flags() local
384 #define PF_POISONED_CHECK(page) ({ \ argument
389 #define PF_NO_TAIL(page, enforce) ({ \ argument
395 #define PF_SECOND(page, enforce) ({ \ argument
412 #define FOLIO_TEST_FLAG(name, page) \ argument
416 #define FOLIO_SET_FLAG(name, page) \ argument
420 #define FOLIO_CLEAR_FLAG(name, page) \ argument
424 #define __FOLIO_SET_FLAG(name, page) \ argument
428 #define __FOLIO_CLEAR_FLAG(name, page) \ argument
[all …]
H A Dpage_owner.h22 static inline void reset_page_owner(struct page *page, unsigned short order) in reset_page_owner()
28 static inline void set_page_owner(struct page *page, in set_page_owner()
35 static inline void split_page_owner(struct page *page, int old_order, in split_page_owner()
46 static inline void set_page_owner_migrate_reason(struct page *page, int reason) in set_page_owner_migrate_reason()
51 static inline void dump_page_owner(const struct page *page) in dump_page_owner()
57 static inline void reset_page_owner(struct page *page, unsigned short order) in reset_page_owner()
60 static inline void set_page_owner(struct page *page, in set_page_owner()
64 static inline void split_page_owner(struct page *page, int old_order, in split_page_owner()
71 static inline void set_page_owner_migrate_reason(struct page *page, int reason) in set_page_owner_migrate_reason()
74 static inline void dump_page_owner(const struct page *page) in dump_page_owner()
H A 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
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()
162 static inline void *kmap(struct page *page) in kmap()
168 static inline void kunmap_high(struct page *page) { } in kunmap_high()
171 static inline void kunmap(struct page *page) in kunmap()
178 static inline void *kmap_local_page(struct page *page) in kmap_local_page()
[all …]
H A Dbootmem_info.h28 static inline enum bootmem_type bootmem_type(const struct page *page) in bootmem_type()
33 static inline unsigned long bootmem_info(const struct page *page) in bootmem_info()
43 static inline void free_bootmem_page(struct page *page) in free_bootmem_page()
68 static inline void put_page_bootmem(struct page *page) in put_page_bootmem()
72 static inline enum bootmem_type bootmem_type(const struct page *page) in bootmem_type()
77 static inline unsigned long bootmem_info(const struct page *page) in bootmem_info()
82 static inline void get_page_bootmem(unsigned long info, struct page *page, in get_page_bootmem()
87 static inline void free_bootmem_page(struct page *page) in free_bootmem_page()
H A 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
H A Dpgalloc_tag.h25 struct page *page; /* reference in page flags */ member
101 static inline bool get_page_tag_ref(struct page *page, union codetag_ref *ref, in get_page_tag_ref()
141 struct page *page = handle.page; in update_page_tag_ref() local
168 static inline void clear_page_tag_ref(struct page *page) in clear_page_tag_ref()
175 static inline struct alloc_tag *__pgalloc_tag_get(struct page *page) in __pgalloc_tag_get()
191 static inline struct alloc_tag *pgalloc_tag_get(struct page *page) in pgalloc_tag_get()
205 static inline void clear_page_tag_ref(struct page *page) {} in clear_page_tag_ref()
209 static inline struct alloc_tag *pgalloc_tag_get(struct page *page) { return NULL; } in pgalloc_tag_get()
/linux-6.15/sound/pci/trident/
H A Dtrident_memory.c22 #define __set_tlb_bus(trident,page,addr) \ argument
24 #define __tlb_to_addr(trident,page) \ 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
51 static inline void set_tlb_bus(struct snd_trident *trident, int page, in set_tlb_bus()
76 #define aligned_page_offset(page) ((page) * ALIGN_PAGE_SIZE) argument
111 int page, psize; in search_empty() local
163 int idx, page; in snd_trident_alloc_sg_pages() local
207 int page; in snd_trident_alloc_cont_pages() local
[all …]
/linux-6.15/mm/
H A Dfolio-compat.c13 void unlock_page(struct page *page) in unlock_page()
19 void end_page_writeback(struct page *page) in end_page_writeback()
25 void wait_on_page_writeback(struct page *page) in wait_on_page_writeback()
31 void mark_page_accessed(struct page *page) in mark_page_accessed()
37 void set_page_writeback(struct page *page) in set_page_writeback()
43 bool set_page_dirty(struct page *page) in set_page_dirty()
49 int set_page_dirty_lock(struct page *page) in set_page_dirty_lock()
55 bool clear_page_dirty_for_io(struct page *page) in clear_page_dirty_for_io()
62 struct page *page) in redirty_page_for_writepage()
68 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru()
H A 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()
H A Dpage_alloc.c1312 struct page *page; in free_pcppages_bulk() local
1749 struct page *page; in __rmqueue_smallest() local
1800 struct page *page; in __move_freepages_block() local
1898 struct page *page; in find_large_buddy() local
2196 struct page *page; in __rmqueue_claim() local
2247 struct page *page; in __rmqueue_steal() local
2283 struct page *page; in __rmqueue() local
2976 struct page *page; in rmqueue_buddy() local
3075 struct page *page; in __rmqueue_pcplist() local
3106 struct page *page; in rmqueue_pcplist() local
[all …]
H A Dballoon_compaction.c15 struct page *page) in balloon_page_enqueue_one()
44 struct page *page, *tmp; in balloon_page_list_enqueue() local
80 struct page *page, *tmp; in balloon_page_list_dequeue() local
128 struct page *page = alloc_page(balloon_mapping_gfp_mask() | in balloon_page_alloc() local
149 struct page *page) in balloon_page_enqueue()
208 static bool balloon_page_isolate(struct page *page, isolate_mode_t mode) in balloon_page_isolate()
222 static void balloon_page_putback(struct page *page) in balloon_page_putback()
234 static int balloon_page_migrate(struct page *newpage, struct page *page, in balloon_page_migrate()
/linux-6.15/block/
H A Dblk-sysfs.c34 queue_var_show(unsigned long var, char *page) in queue_var_show()
40 queue_var_store(unsigned long *var, const char *page, size_t count) in queue_var_store()
54 static ssize_t queue_requests_show(struct gendisk *disk, char *page) in queue_requests_show()
92 static ssize_t queue_ra_show(struct gendisk *disk, char *page) in queue_ra_show()
104 queue_ra_store(struct gendisk *disk, const char *page, size_t count) in queue_ra_store()
265 static ssize_t queue_poll_show(struct gendisk *disk, char *page) in queue_poll_show()
274 static ssize_t queue_zoned_show(struct gendisk *disk, char *page) in queue_zoned_show()
292 const char *page, size_t count, struct queue_limits *lim) in queue_iostats_passthrough_store()
430 static ssize_t queue_wc_show(struct gendisk *disk, char *page) in queue_wc_show()
545 static ssize_t queue_var_store64(s64 *var, const char *page) in queue_var_store64()
[all …]
H A Dblk-integrity.c210 static ssize_t flag_store(struct device *dev, const char *page, size_t count, in flag_store()
235 static ssize_t flag_show(struct device *dev, char *page, unsigned char flag) in flag_show()
243 char *page) in format_show()
253 char *page) in tag_size_show()
262 char *page) in protection_interval_bytes_show()
272 const char *page, size_t count) in read_verify_store()
278 struct device_attribute *attr, char *page) in read_verify_show()
285 const char *page, size_t count) in write_generate_store()
291 struct device_attribute *attr, char *page) in write_generate_show()
298 char *page) in device_is_integrity_capable_show()
/linux-6.15/drivers/most/
H A 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()
166 const char *page, size_t count) in mdev_link_direction_store()
184 const char *page, size_t count) in mdev_link_datatype_store()
233 const char *page, size_t count) in mdev_link_comp_store()
249 const char *page, size_t count) in mdev_link_comp_params_store()
265 const char *page, size_t count) in mdev_link_num_buffers_store()
295 char *page) in mdev_link_subbuffer_size_show()
314 char *page) in mdev_link_packets_per_xact_show()
321 const char *page, size_t count) in mdev_link_packets_per_xact_store()
[all …]
/linux-6.15/arch/openrisc/include/asm/
H A Dcacheflush.h36 #define dcache_page_flush(page) local_dcache_page_flush(page) argument
37 #define icache_page_inv(page) local_icache_page_inv(page) argument
39 #define dcache_page_flush(page) local_dcache_page_flush(page) argument
40 #define icache_page_inv(page) smp_icache_page_inv(page) argument
62 static inline void sync_icache_dcache(struct page *page) in sync_icache_dcache()
83 static inline void flush_dcache_page(struct page *page) in flush_dcache_page()
88 #define flush_icache_user_page(vma, page, addr, len) \ argument
/linux-6.15/mm/kmsan/
H A 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
170 void kmsan_alloc_page(struct page *page, unsigned int order, gfp_t flags) in kmsan_alloc_page()
205 void kmsan_free_page(struct page *page, unsigned int order) in kmsan_free_page()
278 struct page *page; in kmsan_init_alloc_meta_for_range() local
[all …]
/linux-6.15/drivers/iommu/
H A Diommu-pages.h28 static inline void __iommu_alloc_account(struct page *page, int order) in __iommu_alloc_account()
41 static inline void __iommu_free_account(struct page *page, int order) in __iommu_free_account()
58 struct page *page; in __iommu_alloc_pages() local
74 static inline void __iommu_free_pages(struct page *page, int order) in __iommu_free_pages()
94 struct page *page = alloc_pages_node(nid, gfp | __GFP_ZERO, order); in iommu_alloc_pages_node() local
113 struct page *page = __iommu_alloc_pages(gfp, order); in iommu_alloc_pages() local
175 static inline void iommu_put_pages_list(struct list_head *page) in iommu_put_pages_list()
/linux-6.15/sound/pci/emu10k1/
H A 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
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
307 int page, err, idx; in snd_emu10k1_alloc_pages() local
482 int page; in __synth_free_pages() local
512 int page, first_page, last_page; in synth_alloc_pages() local
573 int page, nextofs, end_offset, temp, temp1; in snd_emu10k1_synth_memset() local
[all …]
/linux-6.15/fs/ocfs2/cluster/
H A Dnodemanager.c162 static ssize_t o2nm_node_num_show(struct config_item *item, char *page) in o2nm_node_num_show()
239 const char *page, size_t count) in o2nm_node_ipv4_port_store()
267 const char *page, in o2nm_node_ipv4_address_store()
445 char *page) in o2nm_cluster_idle_timeout_ms_show()
451 const char *page, size_t count) in o2nm_cluster_idle_timeout_ms_store()
481 struct config_item *item, char *page) in o2nm_cluster_keepalive_delay_ms_show()
488 struct config_item *item, const char *page, size_t count) in o2nm_cluster_keepalive_delay_ms_store()
518 struct config_item *item, char *page) in o2nm_cluster_reconnect_delay_ms_show()
525 struct config_item *item, const char *page, size_t count) in o2nm_cluster_reconnect_delay_ms_store()
532 struct config_item *item, char *page) in o2nm_cluster_fence_method_show()
[all …]
/linux-6.15/drivers/net/dsa/b53/
H A Db53_spi.c76 static inline int b53_spi_set_page(struct spi_device *spi, u8 page) in b53_spi_set_page()
87 static inline int b53_prepare_reg_access(struct spi_device *spi, u8 page) in b53_prepare_reg_access()
124 static int b53_spi_read(struct b53_device *dev, u8 page, u8 reg, u8 *data, in b53_spi_read()
141 static int b53_spi_read8(struct b53_device *dev, u8 page, u8 reg, u8 *val) in b53_spi_read8()
146 static int b53_spi_read16(struct b53_device *dev, u8 page, u8 reg, u16 *val) in b53_spi_read16()
159 static int b53_spi_read32(struct b53_device *dev, u8 page, u8 reg, u32 *val) in b53_spi_read32()
172 static int b53_spi_read48(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_spi_read48()
185 static int b53_spi_read64(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_spi_read64()
198 static int b53_spi_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) in b53_spi_write8()
215 static int b53_spi_write16(struct b53_device *dev, u8 page, u8 reg, u16 value) in b53_spi_write16()
[all …]

12345678910>>...67