| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | annotate.c | 823 * Add buffer of one element for zero length symbol. in annotated_source__alloc_histograms() 1875 info.buffer = (void *)(uintptr_t)(info_linear->info.jited_prog_insns); in symbol__disassemble_bpf()
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | route.c | 3460 void *buffer, size_t *lenp, loff_t *ppos) in ipv4_sysctl_rtcache_flush() 3459 ipv4_sysctl_rtcache_flush(struct ctl_table *__ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) ipv4_sysctl_rtcache_flush() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
| H A D | evergreen.c | 223 extern void si_get_csb_buffer(struct radeon_device *rdev, volatile u32 *buffer); 225 extern void cik_get_csb_buffer(struct radeon_device *rdev, volatile u32 *buffer); 1833 * DC_LB_MEMORY_SPLIT controls how that line buffer is shared between in evergreen_line_buffer_adjust() 1849 * non-linked crtcs for maximum line buffer allocation. in evergreen_line_buffer_adjust() 1943 u32 lb_size; /* line buffer allocated to pipe */ 3082 /* Set ring buffer size */ in evergreen_cp_resume() 3095 /* Initialize the ring buffer's read and write pointers */ in evergreen_cp_resume() 3677 /* clear render buffer base addresses */ in evergreen_gpu_init() 4202 /* write the sr buffer */ in sumo_rlc_init() 4281 /* set up the cs buffer */ in sumo_rlc_init() [all...] |
| /kernel/linux/linux-5.10/drivers/scsi/ |
| H A D | scsi_debug.c | 1149 /* Build SCSI "data-in" buffer. Returns 0 if ok else (DID_ERROR << 16). */ 1168 /* Partial build of SCSI "data-in" buffer. Returns 0 if ok else 1169 * (DID_ERROR << 16). Can write to offset in data-in buffer. If multiple 1195 /* Fetches from SCSI "data-out" buffer. Returns number of bytes fetched into 1748 arr[7] = 0xa; /* 18 byte sense buffer */ in resp_requests() 1763 arr[7] = 0xa; /* 18 byte sense buffer */ in resp_requests() 3828 if (cmd[1] & 0x1) /* NDOB (no data-out buffer, assumes zeroes) */ in resp_write_same_16() 5762 static int scsi_debug_write_info(struct Scsi_Host *host, char *buffer, in scsi_debug_write_info() argument 5771 memcpy(arr, buffer, minLen); in scsi_debug_write_info()
|
| /kernel/linux/linux-5.10/kernel/sched/ |
| H A D | fair.c | 675 void *buffer, size_t *lenp, loff_t *ppos) in sched_proc_update_handler() 677 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_proc_update_handler() 2679 /* Allocate buffer to track faults on a per-node basis */ in task_numa_fault() 674 sched_proc_update_handler(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) sched_proc_update_handler() argument
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| H A D | route.c | 6175 void *buffer, size_t *lenp, loff_t *ppos) in ipv6_sysctl_rtcache_flush() 6185 ret = proc_dointvec(ctl, write, buffer, lenp, ppos); in ipv6_sysctl_rtcache_flush() 6174 ipv6_sysctl_rtcache_flush(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) ipv6_sysctl_rtcache_flush() argument
|
| /kernel/linux/linux-6.6/fs/smb/server/ |
| H A D | smb2pdu.c | 136 * @work: smb work containing response buffer 189 * @work: smb work containing smb response buffer 210 * @work: smb work containing smb request buffer 227 * @work: smb work containing response buffer 245 * @work: smb work containing smb request buffer 308 * smb2_set_rsp_credits() - set number of credits in response buffer 309 * @work: smb work containing smb response buffer 371 * @work: smb work containing smb response buffer 439 * @work: smb work containing smb request buffer 464 pr_err("next response offset exceeds response buffer siz in is_chained_smb2_message() 6019 smb2_set_info_sec(struct ksmbd_file *fp, int addition_info, char *buffer, int buf_len) smb2_set_info_sec() argument [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/ |
| H A D | scsi_debug.c | 1154 /* Build SCSI "data-in" buffer. Returns 0 if ok else (DID_ERROR << 16). */ 1173 /* Partial build of SCSI "data-in" buffer. Returns 0 if ok else 1174 * (DID_ERROR << 16). Can write to offset in data-in buffer. If multiple 1200 /* Fetches from SCSI "data-out" buffer. Returns number of bytes fetched into 1757 arr[7] = 0xa; /* 18 byte sense buffer */ in resp_requests() 1772 arr[7] = 0xa; /* 18 byte sense buffer */ in resp_requests() 3981 if (cmd[1] & 0x1) /* NDOB (no data-out buffer, assumes zeroes) */ in resp_write_same_16() 5867 static int scsi_debug_write_info(struct Scsi_Host *host, char *buffer, in scsi_debug_write_info() argument 5876 memcpy(arr, buffer, minLen); in scsi_debug_write_info()
|
| /kernel/linux/linux-6.6/net/ipv6/ |
| H A D | route.c | 6322 void *buffer, size_t *lenp, loff_t *ppos) in ipv6_sysctl_rtcache_flush() 6332 ret = proc_dointvec(ctl, write, buffer, lenp, ppos); in ipv6_sysctl_rtcache_flush() 6321 ipv6_sysctl_rtcache_flush(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) ipv6_sysctl_rtcache_flush() argument
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
| H A D | mad.c | 961 /* buffer info for FM */ in __subn_get_opa_portinfo() 987 /* HFI supports a replay buffer 128 LTPs in size */ in __subn_get_opa_portinfo() 988 pi->replay_depth.buffer = 0x80; in __subn_get_opa_portinfo() 3432 * first pkt that encountered an excess buffer overrun in pma_get_opa_errorinfo()
|
| /kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
| H A D | bttv-driver.c | 635 1) The resource must be allocated when we enter buffer prepare functions 3266 cmd.buffer = data; in radio_read() 3489 * Having processed only a single buffer this in bttv_irq_next_video() 3491 * available buffer should be for a top field. in bttv_irq_next_video() 3495 * that we set up the second available buffer in bttv_irq_next_video() 3500 * with the second buffer also being delayed in bttv_irq_next_video() 3686 /* new buffer set */ in bttv_irq_switch_video()
|
| /kernel/linux/linux-5.10/mm/ |
| H A D | slub.c | 2548 pr_warn(" cache: %s, object size: %u, buffer size: %u, default order: %u, min order: %u\n", in slab_out_of_memory() 5663 * Need to buffer aliases during bootup until sysfs becomes 5769 ssize_t slabinfo_write(struct file *file, const char __user *buffer, in slabinfo_write() argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
| H A D | mad.c | 919 /* buffer info for FM */ in __subn_get_opa_portinfo() 945 /* HFI supports a replay buffer 128 LTPs in size */ in __subn_get_opa_portinfo() 946 pi->replay_depth.buffer = 0x80; in __subn_get_opa_portinfo() 3390 * first pkt that encountered an excess buffer overrun in pma_get_opa_errorinfo()
|
| /kernel/linux/linux-6.6/mm/ |
| H A D | slub.c | 2995 pr_warn(" cache: %s, object size: %u, buffer size: %u, default order: %u, min order: %u\n", in slab_out_of_memory() 6203 * Need to buffer aliases during bootup until sysfs becomes 6522 ssize_t slabinfo_write(struct file *file, const char __user *buffer, in slabinfo_write() argument
|
| H A D | vmscan.c | 444 * (3) XFS freed buffer pages. in flush_reclaim_state() 1981 * If the folio has buffers, try to free the buffer in shrink_folio_list() 6651 * with reclaim to make a buffer of free pages available to give in compaction_ready() 6653 * Note that we won't actually reclaim the whole buffer in one attempt in compaction_ready() 8214 static int purgeable(struct ctl_table *table, int write, void *buffer, in purgeable() argument
|
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | md.c | 9929 static int get_ro(char *buffer, const struct kernel_param *kp) in get_ro() argument 9931 return sprintf(buffer, "%d\n", start_readonly); in get_ro()
|
| /kernel/linux/linux-6.6/drivers/md/ |
| H A D | md.c | 10072 static int get_ro(char *buffer, const struct kernel_param *kp) in get_ro() argument 10074 return sprintf(buffer, "%d\n", start_readonly); in get_ro()
|
| /kernel/linux/linux-5.10/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 10068 struct mlx5_ifc_bufferx_reg_bits buffer[10]; member
|
| /kernel/linux/linux-6.6/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 11216 struct mlx5_ifc_bufferx_reg_bits buffer[10]; member
|