Home
last modified time | relevance | path

Searched refs:proc_entry (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.15/tools/tracing/rtla/src/
H A Dutils.c272 if (proc_entry->d_type != DT_DIR) in procfs_is_workload_pid()
275 if (*proc_entry->d_name == '.') in procfs_is_workload_pid()
279 for (t_name = proc_entry->d_name; t_name; t_name++) { in procfs_is_workload_pid()
320 struct dirent *proc_entry; in set_comm_sched_attr() local
336 while ((proc_entry = readdir(procfs))) { in set_comm_sched_attr()
338 retval = procfs_is_workload_pid(comm_prefix, proc_entry); in set_comm_sched_attr()
343 retval = __set_sched_attr(atoi(proc_entry->d_name), attr); in set_comm_sched_attr()
841 struct dirent *proc_entry; in set_comm_cgroup() local
884 while ((proc_entry = readdir(procfs))) { in set_comm_cgroup()
890 retval = write(cg_fd, proc_entry->d_name, strlen(proc_entry->d_name)); in set_comm_cgroup()
[all …]
/linux-6.15/fs/proc/
H A Dproc_tty.c135 if (!driver->driver_name || driver->proc_entry || in proc_tty_register_driver()
141 driver->proc_entry = ent; in proc_tty_register_driver()
151 ent = driver->proc_entry; in proc_tty_unregister_driver()
157 driver->proc_entry = NULL; in proc_tty_unregister_driver()
/linux-6.15/sound/drivers/opl4/
H A Dopl4_proc.c105 opl4->proc_entry = entry; in snd_opl4_create_proc()
111 snd_info_free_entry(opl4->proc_entry); in snd_opl4_free_proc()
H A Dopl4_local.h182 struct snd_info_entry *proc_entry; member
/linux-6.15/drivers/net/bonding/
H A Dbond_procfs.c289 bond->proc_entry = proc_create_seq_data(bond_dev->name, 0444, in bond_create_proc_entry()
291 if (bond->proc_entry == NULL) in bond_create_proc_entry()
304 if (bn->proc_dir && bond->proc_entry) { in bond_remove_proc_entry()
307 bond->proc_entry = NULL; in bond_remove_proc_entry()
/linux-6.15/include/sound/
H A Dpcm_oss.h66 struct snd_info_entry *proc_entry; member
H A Dmixer_oss.h50 struct snd_info_entry *proc_entry; member
H A Drawmidi.h142 struct snd_info_entry *proc_entry; member
H A Dsb.h96 struct snd_info_entry *proc_entry; member
/linux-6.15/drivers/video/fbdev/via/
H A Dviafbdev.h33 struct proc_dir_entry *proc_entry; /*viafb proc entry */ member
H A Dviafbdev.c1573 shared->proc_entry = viafb_entry; in viafb_init_proc()
1600 struct proc_dir_entry *viafb_entry = shared->proc_entry; in viafb_remove_proc()
/linux-6.15/net/atm/
H A Dproc.c361 dev->proc_entry = proc_create_data(dev->proc_name, 0, atm_proc_root, in atm_proc_dev_register()
363 if (!dev->proc_entry) in atm_proc_dev_register()
/linux-6.15/include/linux/
H A Dtty_driver.h540 struct proc_dir_entry *proc_entry; member
H A Datmdev.h166 struct proc_dir_entry *proc_entry; /* proc entry */ member
/linux-6.15/drivers/usb/gadget/function/
H A Drndis.c904 struct proc_dir_entry *proc_entry; in rndis_register() local
908 proc_entry = proc_create_data(name, 0660, NULL, in rndis_register()
910 if (!proc_entry) { in rndis_register()
/linux-6.15/sound/soc/codecs/
H A Dhdmi-codec.c292 struct snd_info_entry *proc_entry; member
871 hcp->proc_entry = entry; in hdmi_dai_proc_new()
878 snd_info_free_entry(hcp->proc_entry); in hdmi_dai_proc_free()
879 hcp->proc_entry = NULL; in hdmi_dai_proc_free()
/linux-6.15/sound/pci/ymfpci/
H A Dymfpci.h387 struct snd_info_entry *proc_entry; member
/linux-6.15/tools/perf/util/
H A Devsel.c3592 struct dirent *proc_entry; in dump_perf_event_processes() local
3600 while ((proc_entry = readdir(proc_dir)) != NULL) { in dump_perf_event_processes()
3606 if (proc_entry->d_type != DT_DIR || in dump_perf_event_processes()
3607 !isdigit(proc_entry->d_name[0]) || in dump_perf_event_processes()
3608 strlen(proc_entry->d_name) > sizeof(buf) - 4) in dump_perf_event_processes()
3611 scnprintf(buf, sizeof(buf), "%s/fd", proc_entry->d_name); in dump_perf_event_processes()
3633 scnprintf(buf, sizeof(buf), "%s/cmdline", proc_entry->d_name); in dump_perf_event_processes()
3651 "%s %s\n", proc_entry->d_name, buf); in dump_perf_event_processes()
/linux-6.15/sound/pci/ice1712/
H A Dice1712.h316 struct snd_info_entry *proc_entry; member
/linux-6.15/sound/core/oss/
H A Dmixer_oss.c1201 mixer->proc_entry = entry; in snd_mixer_oss_proc_init()
1206 snd_info_free_entry(mixer->proc_entry); in snd_mixer_oss_proc_done()
1207 mixer->proc_entry = NULL; in snd_mixer_oss_proc_done()
H A Dpcm_oss.c3074 pstr->oss.proc_entry = entry; in snd_pcm_oss_proc_init()
3083 snd_info_free_entry(pstr->oss.proc_entry); in snd_pcm_oss_proc_done()
3084 pstr->oss.proc_entry = NULL; in snd_pcm_oss_proc_done()
/linux-6.15/include/net/
H A Dbonding.h240 struct proc_dir_entry *proc_entry; member
/linux-6.15/sound/core/
H A Drawmidi.c1926 snd_info_free_entry(rmidi->proc_entry); in snd_rawmidi_free()
1927 rmidi->proc_entry = NULL; in snd_rawmidi_free()
2028 rmidi->proc_entry = entry; in snd_rawmidi_dev_register()
/linux-6.15/sound/pci/hda/
H A Dpatch_hdmi.c93 struct snd_info_entry *proc_entry; member
529 per_pin->proc_entry = entry; in eld_proc_new()
537 snd_info_free_entry(per_pin->proc_entry); in eld_proc_free()
538 per_pin->proc_entry = NULL; in eld_proc_free()
/linux-6.15/sound/pci/
H A Dvia82xx_modem.c245 struct snd_info_entry *proc_entry; member

12