Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 6155) sorted by relevance

12345678910>>...247

/linux-6.15/kernel/
H A Drelay.c149 struct rchan_buf *buf; in relay_create_buf() local
270 struct rchan_buf *buf; in wakeup_readers() local
321 struct rchan_buf *buf; in relay_reset() local
377 struct rchan_buf *buf; in relay_open_buf() local
435 struct rchan_buf *buf; in relay_prepare_cpu() local
482 struct rchan_buf *buf; in relay_open() local
539 struct rchan_buf *buf; member
574 struct rchan_buf *buf; in relay_late_setup_files() local
729 struct rchan_buf *buf; in relay_subbufs_consumed() local
753 struct rchan_buf *buf; in relay_close() local
[all …]
H A Dksysfs.c40 struct kobj_attribute *attr, char *buf) in uevent_seqnum_show()
48 struct kobj_attribute *attr, char *buf) in cpu_byteorder_show()
56 struct kobj_attribute *attr, char *buf) in address_bits_show()
65 struct kobj_attribute *attr, char *buf) in uevent_helper_show()
71 const char *buf, size_t count) in uevent_helper_store()
86 struct kobj_attribute *attr, char *buf) in profiling_show()
92 const char *buf, size_t count) in profiling_store()
124 struct kobj_attribute *attr, char *buf) in kexec_loaded_show()
150 const char *buf, size_t count) in kexec_crash_size_store()
208 const char *buf, size_t count) in rcu_expedited_store()
[all …]
/linux-6.15/drivers/net/wireless/st/cw1200/
H A Dwsm.c93 struct wsm_buf *buf) in wsm_generic_confirm()
185 void *buf; member
216 struct wsm_buf *buf) in wsm_read_mib_confirm()
269 struct wsm_buf *buf) in wsm_write_mib_confirm()
353 struct wsm_buf *buf, in wsm_tx_confirm()
811 struct wsm_buf *buf) in wsm_startup_indication()
967 struct wsm_buf *buf) in wsm_set_pm_indication()
993 struct wsm_buf *buf) in wsm_scan_complete_indication()
1008 struct wsm_buf *buf) in wsm_join_complete_indication()
1073 struct wsm_buf *buf, in wsm_cmd_send()
[all …]
/linux-6.15/fs/nilfs2/
H A Dsysfs.c266 char *buf) in nilfs_checkpoints_snapshots_number_show()
303 char *buf) in nilfs_checkpoints_next_checkpoint_show()
365 char *buf) in nilfs_segments_blocks_per_segment_show()
462 char *buf) in nilfs_segctor_last_seg_sequence_show()
476 char *buf) in nilfs_segctor_last_seg_checkpoint_show()
490 char *buf) in nilfs_segctor_current_seg_sequence_show()
518 char *buf) in nilfs_segctor_next_full_seg_show()
532 char *buf) in nilfs_segctor_next_pseg_offset_show()
546 char *buf) in nilfs_segctor_next_checkpoint_show()
560 char *buf) in nilfs_segctor_last_seg_write_time_show()
[all …]
/linux-6.15/arch/mips/include/asm/
H A Duasm.h215 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) argument
231 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_mfc0(buf, rt, rd) argument
232 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_mtc0(buf, rt, rd) argument
243 #define uasm_i_b(buf, off) uasm_i_beq(buf, 0, 0, off) argument
244 #define uasm_i_beqz(buf, rs, off) uasm_i_beq(buf, rs, 0, off) argument
246 #define uasm_i_bnez(buf, rs, off) uasm_i_bne(buf, rs, 0, off) argument
248 #define uasm_i_ehb(buf) uasm_i_sll(buf, 0, 0, 3) argument
249 #define uasm_i_move(buf, a, b) UASM_i_ADDU(buf, a, 0, b) argument
251 #define uasm_i_nop(buf) uasm_i_or(buf, 1, 1, 0) argument
253 #define uasm_i_nop(buf) uasm_i_sll(buf, 0, 0, 0) argument
[all …]
/linux-6.15/net/bridge/
H A Dbr_sysfs_br.c88 char *buf) in hello_time_show()
109 char *buf) in max_age_show()
173 char *buf) in group_fwd_mask_show()
200 char *buf) in priority_show()
222 char *buf) in root_id_show()
283 char *buf) in topology_change_timer_show()
291 char *buf) in gc_timer_show()
539 char *buf) in multicast_last_member_count_show()
861 char *buf) in vlan_protocol_show()
877 char *buf) in default_pvid_show()
[all …]
H A Dbr_sysfs_if.c84 static ssize_t show_path_cost(struct net_bridge_port *p, char *buf) in show_path_cost()
92 static ssize_t show_priority(struct net_bridge_port *p, char *buf) in show_priority()
124 static ssize_t show_port_id(struct net_bridge_port *p, char *buf) in show_port_id()
130 static ssize_t show_port_no(struct net_bridge_port *p, char *buf) in show_port_no()
137 static ssize_t show_change_ack(struct net_bridge_port *p, char *buf) in show_change_ack()
156 char *buf) in show_message_age_timer()
163 char *buf) in show_forward_delay_timer()
170 char *buf) in show_hold_timer()
214 static int store_backup_port(struct net_bridge_port *p, char *buf) in store_backup_port()
302 struct attribute *attr, char *buf) in brport_show()
[all …]
/linux-6.15/arch/arc/net/
H A Dbpf_jit_arcv2.c1259 static u8 arc_jmp_return(u8 *buf) in arc_jmp_return()
1266 static u8 arc_jl(u8 *buf, u8 reg) in arc_jl()
1305 u8 zext(u8 *buf, u8 rd) in zext()
1595 u8 add_r32(u8 *buf, u8 rd, u8 rs) in add_r32()
1608 u8 add_r64(u8 *buf, u8 rd, u8 rs) in add_r64()
1631 u8 sub_r32(u8 *buf, u8 rd, u8 rs) in sub_r32()
1667 u8 neg_r32(u8 *buf, u8 r) in neg_r32()
1673 u8 neg_r64(u8 *buf, u8 r) in neg_r64()
1845 u8 or_r32(u8 *buf, u8 rd, u8 rs) in or_r32()
1855 u8 or_r64(u8 *buf, u8 rd, u8 rs) in or_r64()
[all …]
/linux-6.15/drivers/char/tpm/
H A Dtpm-buf.c18 int tpm_buf_init(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_init()
35 void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset()
57 int tpm_buf_init_sized(struct tpm_buf *buf) in tpm_buf_init_sized()
72 void tpm_buf_reset_sized(struct tpm_buf *buf) in tpm_buf_reset_sized()
81 void tpm_buf_destroy(struct tpm_buf *buf) in tpm_buf_destroy()
93 u32 tpm_buf_length(struct tpm_buf *buf) in tpm_buf_length()
127 void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value) in tpm_buf_append_u8()
133 void tpm_buf_append_u16(struct tpm_buf *buf, const u16 value) in tpm_buf_append_u16()
202 u8 tpm_buf_read_u8(struct tpm_buf *buf, off_t *offset) in tpm_buf_read_u8()
219 u16 tpm_buf_read_u16(struct tpm_buf *buf, off_t *offset) in tpm_buf_read_u16()
[all …]
/linux-6.15/drivers/s390/net/
H A Dqeth_l3_sys.c31 struct qeth_routing_info *route, char *buf) in qeth_l3_dev_route_show()
59 struct device_attribute *attr, char *buf) in qeth_l3_dev_route4_show()
68 const char *buf, size_t count) in qeth_l3_dev_route_store()
117 struct device_attribute *attr, char *buf) in qeth_l3_dev_route6_show()
137 struct device_attribute *attr, char *buf) in qeth_l3_dev_sniffer_show()
193 struct device_attribute *attr, char *buf) in qeth_l3_dev_hsuid_show()
338 const char *buf, size_t count) in qeth_l3_dev_ipato_invert4_store()
595 char *buf) in qeth_l3_dev_vipa_add4_show()
636 char *buf) in qeth_l3_dev_vipa_add6_show()
676 char *buf) in qeth_l3_dev_rxip_add4_show()
[all …]
H A Dqeth_core_sys.c20 struct device_attribute *attr, char *buf) in qeth_dev_state_show()
41 struct device_attribute *attr, char *buf) in qeth_dev_chpid_show()
51 struct device_attribute *attr, char *buf) in qeth_dev_if_name_show()
61 struct device_attribute *attr, char *buf) in qeth_dev_card_type_show()
85 struct device_attribute *attr, char *buf) in qeth_dev_inbuf_size_show()
95 struct device_attribute *attr, char *buf) in qeth_dev_portno_show()
135 struct device_attribute *attr, char *buf) in qeth_dev_portname_show()
154 struct device_attribute *attr, char *buf) in qeth_dev_prioqing_show()
241 struct device_attribute *attr, char *buf) in qeth_dev_bufcnt_show()
299 struct device_attribute *attr, char *buf) in qeth_dev_performance_stats_show()
[all …]
/linux-6.15/drivers/net/bonding/
H A Dbond_sysfs.c36 char *buf) in bonding_show_bonds()
227 char *buf) in bonding_show_arp_validate()
243 char *buf) in bonding_show_arp_all_targets()
259 char *buf) in bonding_show_fail_over_mac()
275 char *buf) in bonding_show_arp_interval()
287 char *buf) in bonding_show_arp_targets()
356 char *buf) in bonding_show_lacp_active()
486 char *buf) in bonding_show_active_slave()
539 char *buf) in bonding_show_ad_num_ports()
668 char *buf) in bonding_show_resend_igmp()
[all …]
/linux-6.15/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c96 static int intel_pt_get_pip(const unsigned char *buf, size_t len, in intel_pt_get_pip()
117 static int intel_pt_get_cbr(const unsigned char *buf, size_t len, in intel_pt_get_cbr()
127 static int intel_pt_get_vmcs(const unsigned char *buf, size_t len, in intel_pt_get_vmcs()
146 static int intel_pt_get_psb(const unsigned char *buf, size_t len, in intel_pt_get_psb()
169 static int intel_pt_get_tma(const unsigned char *buf, size_t len, in intel_pt_get_tma()
187 static int intel_pt_get_mnt(const unsigned char *buf, size_t len, in intel_pt_get_mnt()
276 static int intel_pt_get_bbp(const unsigned char *buf, size_t len, in intel_pt_get_bbp()
325 static int intel_pt_get_cfe(const unsigned char *buf, size_t len, in intel_pt_get_cfe()
336 static int intel_pt_get_evd(const unsigned char *buf, size_t len, in intel_pt_get_evd()
444 const unsigned char *buf, size_t len, in intel_pt_get_ip()
[all …]
/linux-6.15/drivers/dma/idxd/
H A Dsysfs.c117 char *buf) in group_read_buffers_reserved_show()
126 char *buf) in group_tokens_reserved_show()
192 char *buf) in group_tokens_allowed_show()
246 char *buf) in group_use_read_buffer_limit_show()
255 char *buf) in group_use_token_limit_show()
364 char *buf) in group_traffic_class_a_show()
406 char *buf) in group_traffic_class_b_show()
672 char *buf) in wq_mode_show()
708 char *buf) in wq_size_show()
1000 char *buf) in wq_max_transfer_size_show()
[all …]
/linux-6.15/drivers/md/dm-vdo/
H A Dmessage-stats.c38 char **buf, unsigned int *maxlen) in write_block_count_t()
83 char *suffix, char **buf, in write_block_allocator_statistics()
97 char *suffix, char **buf, unsigned int *maxlen) in write_commit_statistics()
111 char *suffix, char **buf, in write_recovery_journal_statistics()
128 char *suffix, char **buf, unsigned int *maxlen) in write_packer_statistics()
145 char *suffix, char **buf, unsigned int *maxlen) in write_slab_journal_statistics()
163 char *suffix, char **buf, unsigned int *maxlen) in write_slab_summary_statistics()
172 char *suffix, char **buf, unsigned int *maxlen) in write_ref_counts_statistics()
263 char **buf, unsigned int *maxlen) in write_bio_stats()
282 char **buf, unsigned int *maxlen) in write_memory_usage()
[all …]
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-etm3x-sysfs.c67 const char *buf, size_t size) in reset_store()
109 const char *buf, size_t size) in mode_store()
194 const char *buf, size_t size) in trigger_event_store()
224 const char *buf, size_t size) in enable_event_store()
334 const char *buf, size_t size) in addr_single_store()
455 const char *buf, size_t size) in addr_start_store()
555 const char *buf, size_t size) in addr_acctype_store()
628 const char *buf, size_t size) in cntr_rld_val_store()
663 const char *buf, size_t size) in cntr_event_store()
997 const char *buf, size_t size) in ctxid_idx_store()
[all …]
H A Dcoresight-etm4x-sysfs.c60 char *buf) in nr_pe_cmp_show()
72 char *buf) in nr_addr_cmp_show()
84 char *buf) in nr_cntr_show()
108 char *buf) in numcidc_show()
120 char *buf) in numvmidc_show()
144 char *buf) in nr_resource_show()
283 char *buf) in mode_show()
484 char *buf) in event_show()
722 char *buf) in event_vinst_show()
905 char *buf) in addr_single_show()
[all …]
/linux-6.15/drivers/ufs/core/
H A Dufs-sysfs.c267 char *buf) in wb_on_show()
312 char *buf) in rtc_update_ms_show()
385 char *buf) in wb_flush_threshold_show()
559 char *buf) in clock_scaling_show()
567 char *buf) in write_booster_show()
732 char *buf) in read_req_latency_avg_show()
776 char *buf) in write_total_sectors_show()
887 char *buf) in lane_show()
895 char *buf) in mode_show()
903 char *buf) in rate_show()
[all …]
/linux-6.15/fs/xfs/
H A Dxfs_sysfs.c44 char *buf) in xfs_sysfs_object_show()
108 char *buf) in bug_on_assert_show()
138 char *buf) in log_recovery_delay_show()
168 char *buf) in mount_delay_show()
191 char *buf) in always_cow_show()
226 char *buf) in pwork_threads_show()
258 char *buf) in larp_show()
284 char *buf) in bload_leaf_slack_show()
310 char *buf) in bload_node_slack_show()
350 char *buf) in stats_show()
[all …]
/linux-6.15/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c17 void sja1105_pack(void *buf, const u64 *val, int start, int end, size_t len) in sja1105_pack()
52 void sja1105_packing(void *buf, u64 *val, int start, int end, in sja1105_packing()
75 u32 sja1105_crc32(const void *buf, size_t len) in sja1105_crc32()
101 size_t sja1105pqrs_avb_params_entry_packing(void *buf, void *entry_ptr, in sja1105pqrs_avb_params_entry_packing()
283 sja1105et_l2_lookup_params_entry_packing(void *buf, void *entry_ptr, in sja1105et_l2_lookup_params_entry_packing()
384 size_t sja1110_l2_lookup_entry_packing(void *buf, void *entry_ptr, in sja1110_l2_lookup_entry_packing()
702 size_t sja1105_vl_lookup_entry_packing(void *buf, void *entry_ptr, in sja1105_vl_lookup_entry_packing()
736 size_t sja1110_vl_lookup_entry_packing(void *buf, void *entry_ptr, in sja1110_vl_lookup_entry_packing()
867 size_t sja1105_retagging_entry_packing(void *buf, void *entry_ptr, in sja1105_retagging_entry_packing()
883 size_t sja1110_retagging_entry_packing(void *buf, void *entry_ptr, in sja1110_retagging_entry_packing()
[all …]
/linux-6.15/drivers/base/power/
H A Dsysfs.c101 char *buf) in control_show()
125 char *buf) in runtime_active_time_show()
183 char *buf) in autosuspend_delay_ms_show()
256 char *buf) in pm_qos_latency_tolerance_us_show()
295 char *buf) in pm_qos_no_power_off_show()
324 char *buf) in wakeup_show()
370 char *buf) in wakeup_active_count_show()
412 char *buf) in wakeup_expire_count_show()
494 char *buf) in wakeup_last_time_ms_show()
562 char *buf) in runtime_active_kids_show()
[all …]
/linux-6.15/drivers/nvme/host/
H A Dsysfs.c104 char *buf) in wwid_show()
135 char *buf) in nguid_show()
142 char *buf) in uuid_show()
159 char *buf) in eui_show()
166 char *buf) in nsid_show()
173 char *buf) in csi_show()
232 char *buf) in nuse_show()
401 char *buf) in nvme_sysfs_show_transport()
435 char *buf) in nvme_sysfs_show_subsysnqn()
445 char *buf) in nvme_sysfs_show_hostnqn()
[all …]
/linux-6.15/drivers/accel/habanalabs/common/
H A Dsysfs.c31 const char *buf, size_t count) in clk_max_freq_mhz_store()
117 char *buf) in uboot_ver_show()
133 char *buf) in armcp_ver_show()
141 char *buf) in cpld_ver_show()
159 char *buf) in cpucp_ver_show()
167 char *buf) in fuse_ver_show()
228 const char *buf, size_t count) in hard_reset_store()
250 struct device_attribute *attr, char *buf) in device_type_show()
287 char *buf) in pci_addr_show()
299 char *buf) in status_show()
[all …]
/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c15 qla27xx_insert16(uint16_t value, void *buf, ulong *len) in qla27xx_insert16()
25 qla27xx_insert32(uint32_t value, void *buf, ulong *len) in qla27xx_insert32()
45 qla27xx_read8(void __iomem *window, void *buf, ulong *len) in qla27xx_read8()
87 uint offset, void *buf, ulong *len) in qla27xx_read_reg()
96 uint offset, uint32_t data, void *buf) in qla27xx_write_reg()
137 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t0()
148 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t255()
920 __le32 *buf = p; in qla27xx_template_checksum() local
948 struct qla27xx_fwdt_template *tmp, void *buf) in qla27xx_execute_fwdt_template()
1017 void *buf = vha->hw->mpi_fw_dump; in qla27xx_mpi_fwdump() local
[all …]
/linux-6.15/drivers/video/fbdev/core/
H A Dfbsysfs.c57 const char *buf, size_t count) in store_mode()
86 char *buf) in show_mode()
98 const char *buf, size_t count) in store_modes()
126 char *buf) in show_modes()
142 const char *buf, size_t count) in store_bpp()
157 char *buf) in show_bpp()
165 const char *buf, size_t count) in store_rotate()
192 const char *buf, size_t count) in store_virtual()
228 const char *buf, size_t count) in store_blank()
269 const char *buf, size_t count) in store_cursor()
[all …]

12345678910>>...247