Home
last modified time | relevance | path

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

12345678910>>...47

/linux/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/drivers/nvme/target/
H A Dconfigfs.c66 static ssize_t nvmet_addr_adrfam_show(struct config_item *item, char *page) in nvmet_addr_adrfam_show()
81 const char *page, size_t count) in nvmet_addr_adrfam_store()
105 char *page) in nvmet_addr_portid_show()
113 const char *page, size_t count) in nvmet_addr_portid_store()
133 char *page) in nvmet_addr_traddr_show()
141 const char *page, size_t count) in nvmet_addr_traddr_store()
171 static ssize_t nvmet_addr_treq_show(struct config_item *item, char *page) in nvmet_addr_treq_show()
186 const char *page, size_t count) in nvmet_addr_treq_store()
226 char *page) in nvmet_addr_trsvcid_show()
234 const char *page, size_t count) in nvmet_addr_trsvcid_store()
[all …]
/linux/drivers/target/
H A 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 …]
H A 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()
657 const char *page, size_t count) in emulate_model_alias_store()
685 const char *page, size_t count) in emulate_write_cache_store()
707 const char *page, size_t count) in emulate_ua_intlck_ctrl_store()
737 const char *page, size_t count) in emulate_tas_store()
784 const char *page, size_t count) in emulate_tpu_store()
812 const char *page, size_t count) in emulate_tpws_store()
840 const char *page, size_t count) in pi_prot_type_store()
[all …]
/linux/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()
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 …]
H A Dpage-flags.h204 static __always_inline const struct page *page_fixed_fake_head(const struct page *page) in page_fixed_fake_head()
230 static __always_inline bool page_count_writable(const struct page *page, int u) in page_count_writable()
262 static inline const struct page *page_fixed_fake_head(const struct page *page) in page_fixed_fake_head()
267 static inline bool page_count_writable(const struct page *page, int u) in page_count_writable()
273 static __always_inline int page_is_fake_head(const struct page *page) in page_is_fake_head()
278 static __always_inline unsigned long _compound_head(const struct page *page) in _compound_head()
287 #define compound_head(page) ((typeof(page))_compound_head(page)) argument
317 static __always_inline int PageTail(const struct page *page) in PageTail()
322 static __always_inline int PageCompound(const struct page *page) in PageCompound()
329 static inline int PagePoisoned(const struct page *page) in PagePoisoned()
[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() argument
53 kunmap(struct page * page) kunmap() argument
71 kmap_local_page(struct page * page) kmap_local_page() argument
78 struct page *page = folio_page(folio, offset / PAGE_SIZE); kmap_local_folio() local
82 kmap_local_page_prot(struct page * page,pgprot_t prot) kmap_local_page_prot() argument
97 kmap_atomic_prot(struct page * page,pgprot_t prot) kmap_atomic_prot() argument
108 kmap_atomic(struct page * page) kmap_atomic() argument
162 kmap(struct page * page) kmap() argument
168 kunmap_high(struct page * page) kunmap_high() argument
171 kunmap(struct page * page) kunmap() argument
178 kmap_local_page(struct page * page) kmap_local_page() argument
188 kmap_local_page_prot(struct page * page,pgprot_t prot) kmap_local_page_prot() argument
205 kmap_atomic(struct page * page) kmap_atomic() argument
215 kmap_atomic_prot(struct page * page,pgprot_t prot) kmap_atomic_prot() argument
[all...]
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()
H A Dpageblock-flags.h79 #define get_pageblock_skip(page) \ argument
82 #define clear_pageblock_skip(page) \ argument
85 set_pageblock_skip(page) global() argument
90 get_pageblock_skip(struct page * page) get_pageblock_skip() argument
94 clear_pageblock_skip(struct page * page) clear_pageblock_skip() argument
97 set_pageblock_skip(struct page * page) set_pageblock_skip() argument
[all...]
/linux/sound/pci/trident/
H A 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/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.c336 static inline unsigned long *get_pageblock_bitmap(const struct page *page, in get_pageblock_bitmap()
346 static inline int pfn_to_bitidx(const struct page *page, unsigned long pfn) in pfn_to_bitidx()
364 unsigned long get_pfnblock_flags_mask(const struct page *page, in get_pfnblock_flags_mask()
384 static __always_inline int get_pfnblock_migratetype(const struct page *page, in get_pfnblock_migratetype()
397 void set_pfnblock_flags_mask(struct page *page, unsigned long flags, in set_pfnblock_flags_mask()
423 void set_pageblock_migratetype(struct page *page, int migratetype) in set_pageblock_migratetype()
434 static int page_outside_zone_boundaries(struct zone *zone, struct page *page) in page_outside_zone_boundaries()
459 static bool __maybe_unused bad_range(struct zone *zone, struct page *page) in bad_range()
469 static inline bool __maybe_unused bad_range(struct zone *zone, struct page *page) in bad_range()
475 static void bad_page(struct page *page, const char *reason) in bad_page()
[all …]
H A Dpage_poison.c22 static void poison_page(struct page *page) in poison_page()
33 void __kernel_poison_pages(struct page *page, int n) in __kernel_poison_pages()
48 static void check_poison_mem(struct page *page, unsigned char *mem, size_t bytes) in check_poison_mem()
76 static void unpoison_page(struct page *page) in unpoison_page()
92 void __kernel_unpoison_pages(struct page *page, int n) in __kernel_unpoison_pages()
101 void __kernel_map_pages(struct page *page, int numpages, int enable) in __kernel_map_pages()
/linux/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()
65 queue_requests_store(struct gendisk *disk, const char *page, size_t count) in queue_requests_store()
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()
209 queue_max_sectors_store(struct gendisk *disk, const char *page, size_t count, in queue_max_sectors_store()
223 static ssize_t queue_feature_store(struct gendisk *disk, const char *page, in queue_feature_store()
267 static ssize_t queue_poll_show(struct gendisk *disk, char *page) in queue_poll_show()
276 static ssize_t queue_zoned_show(struct gendisk *disk, char *page) in queue_zoned_show()
[all …]
H A Dblk-integrity.c205 static ssize_t flag_store(struct device *dev, const char *page, size_t count, in flag_store()
230 static ssize_t flag_show(struct device *dev, char *page, unsigned char flag) in flag_show()
238 char *page) in format_show()
248 char *page) in tag_size_show()
257 char *page) in protection_interval_bytes_show()
267 const char *page, size_t count) in read_verify_store()
273 struct device_attribute *attr, char *page) in read_verify_show()
280 const char *page, size_t count) in write_generate_store()
286 struct device_attribute *attr, char *page) in write_generate_show()
293 char *page) in device_is_integrity_capable_show()
/linux/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()
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/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()
279 struct page *page; in kmsan_init_alloc_meta_for_range() local
[all …]
/linux/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/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()
183 static ssize_t o2nm_node_num_store(struct config_item *item, const char *page, in o2nm_node_num_store()
233 static ssize_t o2nm_node_ipv4_port_show(struct config_item *item, char *page) in o2nm_node_ipv4_port_show()
239 const char *page, size_t count) in o2nm_node_ipv4_port_store()
261 static ssize_t o2nm_node_ipv4_address_show(struct config_item *item, char *page) in o2nm_node_ipv4_address_show()
267 const char *page, in o2nm_node_ipv4_address_store()
317 static ssize_t o2nm_node_local_show(struct config_item *item, char *page) in o2nm_node_local_show()
322 static ssize_t o2nm_node_local_store(struct config_item *item, const char *page, in o2nm_node_local_store()
424 static ssize_t o2nm_cluster_attr_write(const char *page, ssize_t count, in o2nm_cluster_attr_write()
445 char *page) in o2nm_cluster_idle_timeout_ms_show()
[all …]
/linux/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 …]
/linux/drivers/dma/ioat/
H A Dsysfs.c17 static ssize_t cap_show(struct dma_chan *c, char *page) in cap_show()
31 static ssize_t version_show(struct dma_chan *c, char *page) in version_show()
42 ioat_attr_show(struct kobject *kobj, struct attribute *attr, char *page) in ioat_attr_show()
57 const char *page, size_t count) in ioat_attr_store()
111 static ssize_t ring_size_show(struct dma_chan *c, char *page) in ring_size_show()
119 static ssize_t ring_active_show(struct dma_chan *c, char *page) in ring_active_show()
128 static ssize_t intr_coalesce_show(struct dma_chan *c, char *page) in intr_coalesce_show()
135 static ssize_t intr_coalesce_store(struct dma_chan *c, const char *page, in intr_coalesce_store()
/linux/drivers/hwmon/pmbus/
H A Dmax31785.c82 int page, int command) in _max31785_read_byte_data()
94 int page, int command, u16 data) in _max31785_write_byte_data()
106 int page, int phase, int command) in _max31785_read_word_data()
118 int page, int command, u16 data) in _max31785_write_word_data()
128 static int max31785_read_byte_data(struct i2c_client *client, int page, int reg) in max31785_read_byte_data()
145 static int max31785_write_byte(struct i2c_client *client, int page, u8 value) in max31785_write_byte()
153 static int max31785_read_long_data(struct i2c_client *client, int page, in max31785_read_long_data()
191 static int max31785_get_pwm(struct i2c_client *client, int page) in max31785_get_pwm()
207 struct max31785_data *driver_data, int page) in max31785_get_pwm_mode()
233 static int max31785_read_word_data(struct i2c_client *client, int page, in max31785_read_word_data()
[all …]

12345678910>>...47