Home
last modified time | relevance | path

Searched refs:proc_info (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/rtg/
Drtg_ctrl.c635 static void copy_proc_from_rsdata(struct rtg_proc_data *proc_info, in copy_proc_from_rsdata() argument
638 memset(proc_info, 0, sizeof(struct rtg_proc_data)); in copy_proc_from_rsdata()
639 proc_info->type = VIP; in copy_proc_from_rsdata()
640 proc_info->rtcnt = DEFAULT_MAX_RT_THREAD; in copy_proc_from_rsdata()
642 proc_info->type = rs_data->grp_type; in copy_proc_from_rsdata()
644 proc_info->rtcnt = rs_data->rt_cnt; in copy_proc_from_rsdata()
648 const struct rtg_proc_data *proc_info) in init_frame_thread_info() argument
651 int type = proc_info->type; in init_frame_thread_info()
655 frame_thread_info->thread[i] = proc_info->thread[i]; in init_frame_thread_info()
661 struct rtg_proc_data proc_info; in parse_create_rtg_grp() local
[all …]
/kernel/linux/linux-5.10/sound/pci/cs46xx/
Ddsp_spos_scb_lib.c217 if (scb->proc_info) { in cs46xx_dsp_proc_free_scb_desc()
218 struct proc_scb_info * scb_info = scb->proc_info->private_data; in cs46xx_dsp_proc_free_scb_desc()
225 snd_info_free_entry(scb->proc_info); in cs46xx_dsp_proc_free_scb_desc()
226 scb->proc_info = NULL; in cs46xx_dsp_proc_free_scb_desc()
241 scb->proc_info == NULL) { in cs46xx_dsp_proc_register_scb_desc()
259 scb->proc_info = entry; in cs46xx_dsp_proc_register_scb_desc()
Dcs46xx_dsp_spos.h104 struct snd_info_entry *proc_info; member
/kernel/linux/linux-5.10/Documentation/scsi/
Dscsi_mid_low_api.rst658 - proc_info - supports /proc/scsi/{driver_name}/{host_no}
822 * Also if proc_info() is not supplied, the output of this function
860 * proc_info - supports /proc/scsi/{driver_name}/{host_no}
886 int proc_info(char * buffer, char ** start, off_t offset,
DChangeLog.lpfc292 * Removed .proc_info and .proc_name from the driver template and
740 * Decrease the amount of data in proc_info.
915 "[PATCH] use scsi host private data in ->proc_info.