Home
last modified time | relevance | path

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

12345678910>>...37

/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 …]
/linux/mm/
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_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/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 shadow_page_for(page) global() argument
24 origin_page_for(page) global() argument
26 shadow_ptr_for(struct page * page) shadow_ptr_for() argument
31 origin_ptr_for(struct page * page) origin_ptr_for() argument
36 page_has_metadata(struct page * page) page_has_metadata() argument
41 set_no_shadow_origin_page(struct page * page) set_no_shadow_origin_page() argument
127 struct page *page; kmsan_get_metadata() local
170 kmsan_alloc_page(struct page * page,unsigned int order,gfp_t flags) kmsan_alloc_page() argument
205 kmsan_free_page(struct page * page,unsigned int order) kmsan_free_page() argument
279 struct page *page; kmsan_init_alloc_meta_for_range() local
298 kmsan_setup_meta(struct page * page,struct page * shadow,struct page * origin,int order) kmsan_setup_meta() argument
[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 …]
H A Db53_mdio.c42 static int b53_mdio_op(struct b53_device *dev, u8 page, u8 reg, u16 op) in b53_mdio_op()
80 static int b53_mdio_read8(struct b53_device *dev, u8 page, u8 reg, u8 *val) in b53_mdio_read8()
95 static int b53_mdio_read16(struct b53_device *dev, u8 page, u8 reg, u16 *val) in b53_mdio_read16()
109 static int b53_mdio_read32(struct b53_device *dev, u8 page, u8 reg, u32 *val) in b53_mdio_read32()
125 static int b53_mdio_read48(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_mdio_read48()
147 static int b53_mdio_read64(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_mdio_read64()
169 static int b53_mdio_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) in b53_mdio_write8()
182 static int b53_mdio_write16(struct b53_device *dev, u8 page, u8 reg, in b53_mdio_write16()
196 static int b53_mdio_write32(struct b53_device *dev, u8 page, u8 reg, in b53_mdio_write32()
215 static int b53_mdio_write48(struct b53_device *dev, u8 page, u8 reg, in b53_mdio_write48()
[all …]
/linux/block/
H A Dblk-integrity.c226 static ssize_t flag_store(struct device *dev, const char *page, size_t count, in flag_store()
251 static ssize_t flag_show(struct device *dev, char *page, unsigned char flag) in flag_show()
259 char *page) in format_show()
269 char *page) in tag_size_show()
278 char *page) in protection_interval_bytes_show()
288 const char *page, size_t count) in read_verify_store()
294 struct device_attribute *attr, char *page) in read_verify_show()
301 const char *page, size_t count) in write_generate_store()
307 struct device_attribute *attr, char *page) in write_generate_show()
314 char *page) in device_is_integrity_capable_show()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-syscfg-configfs.c27 static ssize_t cscfg_cfg_description_show(struct config_item *item, char *page) in cscfg_cfg_description_show()
36 static ssize_t cscfg_cfg_feature_refs_show(struct config_item *item, char *page) in cscfg_cfg_feature_refs_show()
52 static ssize_t cscfg_cfg_values_show(struct config_item *item, char *page) in cscfg_cfg_values_show()
91 static ssize_t cscfg_cfg_enable_show(struct config_item *item, char *page) in cscfg_cfg_enable_show()
100 const char *page, size_t count) in cscfg_cfg_enable_store()
119 static ssize_t cscfg_cfg_preset_show(struct config_item *item, char *page) in cscfg_cfg_preset_show()
128 const char *page, size_t count) in cscfg_cfg_preset_store()
231 static ssize_t cscfg_feat_description_show(struct config_item *item, char *page) in cscfg_feat_description_show()
240 static ssize_t cscfg_feat_matches_show(struct config_item *item, char *page) in cscfg_feat_matches_show()
258 static ssize_t cscfg_feat_nr_params_show(struct config_item *item, char *page) in cscfg_feat_nr_params_show()
[all …]
/linux/tools/testing/radix-tree/
H A Dregression1.c48 struct page { struct
55 static struct page *page_alloc(int index) in page_alloc() argument
83 struct page *page; in find_get_pages() local
/linux/include/linux/
H A Dhighmem.h186 static inline void flush_anon_page(struct vm_area_struct *vma, struct page *page, unsigned long vma… in flush_anon_page()
215 static inline void clear_user_page(void *addr, unsigned long vaddr, struct page *page) in clear_user_page()
235 struct page *page, unsigned int npages) in clear_user_pages()
262 static inline void clear_user_highpage(struct page *page, unsigned long vaddr) in clear_user_highpage()
279 static inline void clear_user_highpages(struct page *page, unsigned long vaddr, in clear_user_highpages()
333 static inline void clear_highpage(struct page *page) in clear_highpage()
340 static inline void clear_highpage_kasan_tagged(struct page *page) in clear_highpage_kasan_tagged()
351 static inline bool tag_clear_highpages(struct page *page, int numpages, in tag_clear_highpages()
367 static inline void zero_user_segments(struct page *page, in zero_user_segments()
388 static inline void zero_user_segment(struct page *page, in zero_user_segment()
[all …]
/linux/net/ceph/
H A Dpagelist.c32 struct page *page = list_entry(pl->head.prev, struct page, lru); in ceph_pagelist_unmap_tail() local
44 struct page *page = list_first_entry(&pl->head, struct page, in ceph_pagelist_release() local
56 struct page *page; in ceph_pagelist_addpage() local
110 struct page *page = __page_cache_alloc(GFP_NOFS); in ceph_pagelist_reserve() local
124 struct page *page = list_first_entry(&pl->free_list, in ceph_pagelist_free_reserve() local
/linux/drivers/usb/gadget/function/
H A Df_sourcesink.c897 static ssize_t f_ss_opts_pattern_show(struct config_item *item, char *page) in f_ss_opts_pattern_show()
910 const char *page, size_t len) in f_ss_opts_pattern_store()
940 static ssize_t f_ss_opts_isoc_interval_show(struct config_item *item, char *page) in f_ss_opts_isoc_interval_show()
953 const char *page, size_t len) in f_ss_opts_isoc_interval_store()
983 static ssize_t f_ss_opts_isoc_maxpacket_show(struct config_item *item, char *page) in f_ss_opts_isoc_maxpacket_show()
996 const char *page, size_t len) in f_ss_opts_isoc_maxpacket_store()
1026 static ssize_t f_ss_opts_isoc_mult_show(struct config_item *item, char *page) in f_ss_opts_isoc_mult_show()
1039 const char *page, size_t len) in f_ss_opts_isoc_mult_store()
1069 static ssize_t f_ss_opts_isoc_maxburst_show(struct config_item *item, char *page) in f_ss_opts_isoc_maxburst_show()
1082 const char *page, size_t len) in f_ss_opts_isoc_maxburst_store()
[all …]
/linux/samples/configfs/
H A Dconfigfs_sample.c43 static ssize_t childless_showme_show(struct config_item *item, char *page) in childless_showme_show() argument
54 static ssize_t childless_storeme_show(struct config_item *item, char *page) in childless_storeme_show() argument
60 const char *page, size_t count) in childless_storeme_store() argument
72 static ssize_t childless_description_show(struct config_item *item, char *page) in childless_description_show() argument
131 static ssize_t simple_child_storeme_show(struct config_item *item, char *page) in simple_child_storeme_show() argument
137 simple_child_storeme_store(struct config_item * item,const char * page,size_t count) simple_child_storeme_store() argument
197 simple_children_description_show(struct config_item * item,char * page) simple_children_description_show() argument
275 group_children_description_show(struct config_item * item,char * page) group_children_description_show() argument
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_arena.c237 char __arena *page; in basic_reserve1_nosleep() local
269 char __arena *page; in basic_reserve1() local
301 char __arena *page; in basic_reserve2_nosleep() local
321 char __arena *page; in basic_reserve2() local
342 char __arena *page; in reserve_twice_nosleep() local
363 char __arena *page; in reserve_twice() local
385 char __arena *page; in reserve_invalid_region_nosleep() local
415 char __arena *page; in reserve_invalid_region() local
482 char __arena *page; in arena_kfuncs_under_bpf_lock() local
712 u32 __arena *page = bpf_arena_alloc_pages(&arena, NULL, 1, NUMA_NO_NODE, 0); in check_arena_arg_ret() local
/linux/drivers/hwmon/pmbus/
H A Dpmbus_core.c49 u8 page; /* page number */ member
85 #define pb_reg_to_index(page, reg, mask) (((page) << PB_PAGE_SHIFT) | \ argument
135 u8 page; member
220 int pmbus_set_page(struct i2c_client *client, int page, int phase) in pmbus_set_page()
262 int pmbus_write_byte(struct i2c_client *client, int page, u8 value) in pmbus_write_byte()
282 static int _pmbus_write_byte(struct i2c_client *client, int page, u8 value) in _pmbus_write_byte()
296 int pmbus_write_word_data(struct i2c_client *client, int page, u8 reg, in pmbus_write_word_data()
313 static int pmbus_write_virt_reg(struct i2c_client *client, int page, int reg, in pmbus_write_virt_reg()
338 static int _pmbus_write_word_data(struct i2c_client *client, int page, int reg, in _pmbus_write_word_data()
361 static int _pmbus_write_byte_data(struct i2c_client *client, int page, int reg, u8 value) in _pmbus_write_byte_data()
[all …]
/linux/drivers/net/ethernet/sfc/falcon/
H A Dio.h212 #define EF4_PAGED_REG(page, reg) \ argument
217 unsigned int reg, unsigned int page) in _ef4_writeo_page()
235 #define ef4_writeo_page(efx, value, reg, page) \ argument
246 unsigned int reg, unsigned int page) in _ef4_writed_page()
250 #define ef4_writed_page(efx, value, reg, page) \ argument
268 unsigned int page) in _ef4_writed_page_locked()
280 #define ef4_writed_page_locked(efx, value, reg, page) \ argument
/linux/arch/m68k/include/asm/
H A Dpage_mm.h28 static inline void clear_page(void *page) in clear_page()
51 #define clear_page(page) memset((page), 0, PAGE_SIZE) argument
55 #define clear_user_page(addr, vaddr, page) \ argument
60 #define copy_user_page(to, from, vaddr, page) \ argument
140 #define page_to_virt(page) ({ \ argument
/linux/tools/perf/
H A Dbuiltin-help.c124 static void exec_woman_emacs(const char *path, const char *page) in exec_woman_emacs()
140 static void exec_man_konqueror(const char *path, const char *page) in exec_man_konqueror()
171 static void exec_man_man(const char *path, const char *page) in exec_man_man()
179 static void exec_man_cmd(const char *cmd, const char *page) in exec_man_cmd()
388 static void exec_viewer(const char *name, const char *page) in exec_viewer()
407 const char *page = cmd_to_page(perf_cmd); in show_man_page() local
424 const char *page = cmd_to_page(perf_cmd); in show_info_page() local
430 static int get_html_page_path(char **page_path, const char *page) in get_html_page_path()
460 const char *page = cmd_to_page(perf_cmd); in show_html_page() local
/linux/arch/sparc/mm/
H A Dleon_mm.c188 void leon_flush_pcache_all(struct vm_area_struct *vma, unsigned long page) in leon_flush_pcache_all()
276 static void leon_flush_cache_page(struct vm_area_struct *vma, unsigned long page) in leon_flush_cache_page()
294 unsigned long page) in leon_flush_tlb_page()
306 static void leon_flush_page_to_ram(unsigned long page) in leon_flush_page_to_ram()
311 static void leon_flush_sig_insns(struct mm_struct *mm, unsigned long page) in leon_flush_sig_insns()
316 static void leon_flush_page_for_dma(unsigned long page) in leon_flush_page_for_dma()
/linux/drivers/net/ethernet/sfc/siena/
H A Dio.h232 static inline unsigned int efx_paged_reg(struct efx_nic *efx, unsigned int page, in efx_paged_reg()
240 unsigned int reg, unsigned int page) in _efx_writeo_page()
258 #define efx_writeo_page(efx, value, reg, page) \ argument
269 unsigned int reg, unsigned int page) in _efx_writed_page()
273 #define efx_writed_page(efx, value, reg, page) \ argument
293 unsigned int page) in _efx_writed_page_locked()
305 #define efx_writed_page_locked(efx, value, reg, page) \ argument
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c41 const struct nvkm_vmm_page *page) in nvkm_vmm_pt_new()
74 const struct nvkm_vmm_page *page; member
523 nvkm_vmm_iter(struct nvkm_vmm *vmm, const struct nvkm_vmm_page *page, in nvkm_vmm_iter()
624 nvkm_vmm_ptes_sparse_put(struct nvkm_vmm *vmm, const struct nvkm_vmm_page *page, in nvkm_vmm_ptes_sparse_put()
634 nvkm_vmm_ptes_sparse_get(struct nvkm_vmm *vmm, const struct nvkm_vmm_page *page, in nvkm_vmm_ptes_sparse_get()
654 const struct nvkm_vmm_page *page = vmm->func->page; in nvkm_vmm_ptes_sparse() local
702 nvkm_vmm_ptes_unmap(struct nvkm_vmm *vmm, const struct nvkm_vmm_page *page, in nvkm_vmm_ptes_unmap()
716 nvkm_vmm_ptes_map(struct nvkm_vmm *vmm, const struct nvkm_vmm_page *page, in nvkm_vmm_ptes_map()
727 nvkm_vmm_ptes_put_locked(struct nvkm_vmm *vmm, const struct nvkm_vmm_page *page, in nvkm_vmm_ptes_put_locked()
735 nvkm_vmm_ptes_put(struct nvkm_vmm *vmm, const struct nvkm_vmm_page *page, in nvkm_vmm_ptes_put()
[all …]
/linux/drivers/s390/char/
H A Dsclp_con.c50 void *page; in sclp_conbuf_callback() local
139 void *page; in sclp_console_drop_buffer() local
164 void *page; in sclp_console_write() local
271 struct list_head *page, *p; in __sclp_console_free_pages() local
285 void *page; in sclp_console_init() local

12345678910>>...37