/drivers/android/ |
D | binder.c | 95 DEFINE_SHOW_ATTRIBUTE(proc); 244 #define binder_proc_lock(proc) _binder_proc_lock(proc, __LINE__) argument 246 _binder_proc_lock(struct binder_proc *proc, int line) in _binder_proc_lock() argument 247 __acquires(&proc->outer_lock) in _binder_proc_lock() 251 spin_lock(&proc->outer_lock); in _binder_proc_lock() 262 _binder_proc_unlock(struct binder_proc *proc, int line) in _binder_proc_unlock() argument 263 __releases(&proc->outer_lock) in _binder_proc_unlock() 267 spin_unlock(&proc->outer_lock); in _binder_proc_unlock() 276 #define binder_inner_proc_lock(proc) _binder_inner_proc_lock(proc, __LINE__) argument 278 _binder_inner_proc_lock(struct binder_proc *proc, int line) in _binder_inner_proc_lock() argument [all …]
|
D | binder_trace.h | 80 TP_PROTO(int proc, int thread, unsigned int old_prio, 82 TP_ARGS(proc, thread, old_prio, new_prio, desired_prio), 85 __field(int, proc) 92 __entry->proc = proc; 99 __entry->proc, __entry->thread, __entry->old_prio, 347 __field(int, proc) 353 __entry->proc = alloc->pid; 359 __entry->proc, __entry->allocate, 367 __field(int, proc) 371 __entry->proc = alloc->pid; [all …]
|
D | binder_internal.h | 240 struct binder_proc *proc; member 327 struct binder_proc *proc; member 508 struct binder_proc *proc; member
|
/drivers/firmware/efi/ |
D | cper-arm.c | 239 const struct cper_sec_proc_arm *proc) in cper_print_proc_arm() argument 246 printk("%sMIDR: 0x%016llx\n", pfx, proc->midr); in cper_print_proc_arm() 248 len = proc->section_length - (sizeof(*proc) + in cper_print_proc_arm() 249 proc->err_info_num * (sizeof(*err_info))); in cper_print_proc_arm() 251 printk("%ssection length: %d\n", pfx, proc->section_length); in cper_print_proc_arm() 254 printk("%sERR_INFO_NUM is %d\n", pfx, proc->err_info_num); in cper_print_proc_arm() 258 if (proc->validation_bits & CPER_ARM_VALID_MPIDR) in cper_print_proc_arm() 260 pfx, proc->mpidr); in cper_print_proc_arm() 262 if (proc->validation_bits & CPER_ARM_VALID_AFFINITY_LEVEL) in cper_print_proc_arm() 264 proc->affinity_level); in cper_print_proc_arm() [all …]
|
D | cper.c | 144 const struct cper_sec_proc_generic *proc) in cper_print_proc_generic() argument 146 if (proc->validation_bits & CPER_PROC_VALID_TYPE) in cper_print_proc_generic() 147 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type, in cper_print_proc_generic() 148 proc->proc_type < ARRAY_SIZE(proc_type_strs) ? in cper_print_proc_generic() 149 proc_type_strs[proc->proc_type] : "unknown"); in cper_print_proc_generic() 150 if (proc->validation_bits & CPER_PROC_VALID_ISA) in cper_print_proc_generic() 151 printk("%s""processor_isa: %d, %s\n", pfx, proc->proc_isa, in cper_print_proc_generic() 152 proc->proc_isa < ARRAY_SIZE(proc_isa_strs) ? in cper_print_proc_generic() 153 proc_isa_strs[proc->proc_isa] : "unknown"); in cper_print_proc_generic() 154 if (proc->validation_bits & CPER_PROC_VALID_ERROR_TYPE) { in cper_print_proc_generic() [all …]
|
D | cper-x86.c | 257 void cper_print_proc_ia(const char *pfx, const struct cper_sec_proc_ia *proc) in cper_print_proc_ia() argument 265 if (proc->validation_bits & VALID_LAPIC_ID) in cper_print_proc_ia() 266 printk("%sLocal APIC_ID: 0x%llx\n", pfx, proc->lapic_id); in cper_print_proc_ia() 268 if (proc->validation_bits & VALID_CPUID_INFO) { in cper_print_proc_ia() 270 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, proc->cpuid, in cper_print_proc_ia() 271 sizeof(proc->cpuid), 0); in cper_print_proc_ia() 276 err_info = (struct cper_ia_err_info *)(proc + 1); in cper_print_proc_ia() 277 for (i = 0; i < VALID_PROC_ERR_INFO_NUM(proc->validation_bits); i++) { in cper_print_proc_ia() 327 for (i = 0; i < VALID_PROC_CXT_INFO_NUM(proc->validation_bits); i++) { in cper_print_proc_ia() 352 arch_apei_report_x86_error(ctx_info, proc->lapic_id)) { in cper_print_proc_ia()
|
/drivers/net/wireless/intersil/hostap/ |
D | hostap_proc.c | 361 local->proc = NULL; in hostap_init_proc() 369 local->proc = proc_mkdir(local->ddev->name, hostap_proc); in hostap_init_proc() 370 if (local->proc == NULL) { in hostap_init_proc() 377 proc_create_single_data("debug", 0, local->proc, in hostap_init_proc() 380 proc_create_single_data("stats", 0, local->proc, prism2_stats_proc_show, in hostap_init_proc() 382 proc_create_seq_data("wds", 0, local->proc, in hostap_init_proc() 384 proc_create_data("pda", 0, local->proc, in hostap_init_proc() 386 proc_create_data("aux_dump", 0, local->proc, in hostap_init_proc() 389 proc_create_seq_data("bss_list", 0, local->proc, in hostap_init_proc() 391 proc_create_single_data("crypt", 0, local->proc, prism2_crypt_proc_show, in hostap_init_proc() [all …]
|
D | hostap_ap.h | 44 struct proc_dir_entry *proc; member 185 struct proc_dir_entry *proc; member
|
D | hostap_ap.c | 117 if (ap->proc != NULL) { in ap_free_sta() 120 remove_proc_entry(name, ap->proc); in ap_free_sta() 846 ap->proc = local->proc; in hostap_init_ap_proc() 847 if (ap->proc == NULL) in hostap_init_ap_proc() 851 proc_create_single_data("ap_debug", 0, ap->proc, ap_debug_proc_show, ap); in hostap_init_ap_proc() 855 proc_create_seq_data("ap_control", 0, ap->proc, &ap_control_proc_seqops, in hostap_init_ap_proc() 857 proc_create_seq_data("ap", 0, ap->proc, &prism2_ap_proc_seqops, ap); in hostap_init_ap_proc() 891 if (ap->proc != NULL) { in hostap_free_data() 892 remove_proc_entry("ap_debug", ap->proc); in hostap_free_data() 897 if (ap->proc != NULL) { in hostap_free_data() [all …]
|
/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_dev.c | 632 comm_mgmt_self_msg_proc proc) in hinic_comm_recv_mgmt_self_cmd_reg() argument 636 cmd_idx = pfhwdev->proc.cmd_num; in hinic_comm_recv_mgmt_self_cmd_reg() 643 pfhwdev->proc.info[cmd_idx].cmd = cmd; in hinic_comm_recv_mgmt_self_cmd_reg() 644 pfhwdev->proc.info[cmd_idx].proc = proc; in hinic_comm_recv_mgmt_self_cmd_reg() 645 pfhwdev->proc.cmd_num++; in hinic_comm_recv_mgmt_self_cmd_reg() 653 cmd_idx = pfhwdev->proc.cmd_num; in hinic_comm_recv_mgmt_self_cmd_unreg() 661 if (cmd == pfhwdev->proc.info[cmd_idx].cmd) { in hinic_comm_recv_mgmt_self_cmd_unreg() 662 pfhwdev->proc.info[cmd_idx].cmd = 0; in hinic_comm_recv_mgmt_self_cmd_unreg() 663 pfhwdev->proc.info[cmd_idx].proc = NULL; in hinic_comm_recv_mgmt_self_cmd_unreg() 664 pfhwdev->proc.cmd_num--; in hinic_comm_recv_mgmt_self_cmd_unreg() [all …]
|
/drivers/acpi/ |
D | tables.c | 296 struct acpi_subtable_proc *proc, int proc_num, in acpi_parse_entries_array() argument 319 if (acpi_get_entry_type(&entry) != proc[i].id) in acpi_parse_entries_array() 321 if (!proc[i].handler || in acpi_parse_entries_array() 322 (!errs && proc[i].handler(entry.hdr, table_end))) { in acpi_parse_entries_array() 327 proc[i].count++; in acpi_parse_entries_array() 339 pr_err("[%4.4s:0x%02x] Invalid zero length\n", id, proc->id); in acpi_parse_entries_array() 349 id, proc->id, count); in acpi_parse_entries_array() 357 struct acpi_subtable_proc *proc, int proc_num, in acpi_table_parse_entries_array() argument 383 proc, proc_num, max_entries); in acpi_table_parse_entries_array() 395 struct acpi_subtable_proc proc = { in acpi_table_parse_entries() local [all …]
|
/drivers/pnp/pnpbios/ |
D | Kconfig | 27 bool "Plug and Play BIOS /proc interface" 30 If you say Y here and to "/proc file system support", you will be 36 in the PNPBIOS /proc interface (e.g. "boot" configs). 39 PNPBIOS /proc interface tools (lspnp and setpnp).
|
D | Makefile | 9 pnp-$(CONFIG_PNPBIOS_PROC_FS) += proc.o
|
/drivers/net/bonding/ |
D | Makefile | 10 proc-$(CONFIG_PROC_FS) += bond_procfs.o 11 bonding-objs += $(proc-y)
|
/drivers/mailbox/ |
D | pcc.c | 434 struct acpi_subtable_proc proc[ACPI_PCCT_TYPE_RESERVED]; in acpi_pcc_probe() local 447 proc[i].id = i; in acpi_pcc_probe() 448 proc[i].count = 0; in acpi_pcc_probe() 449 proc[i].handler = parse_pcc_subspace; in acpi_pcc_probe() 453 sizeof(struct acpi_table_pcct), proc, in acpi_pcc_probe()
|
/drivers/rtc/ |
D | proc.c | 75 if (ops->proc) in rtc_proc_show() 76 ops->proc(rtc->dev.parent, seq); in rtc_proc_show()
|
/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 101 struct media_entity proc; member 1006 media_entity_remove_links(&m2m_dev->proc); in v4l2_m2m_unregister_media_controller() 1009 media_device_unregister_entity(&m2m_dev->proc); in v4l2_m2m_unregister_media_controller() 1012 kfree(m2m_dev->proc.name); in v4l2_m2m_unregister_media_controller() 1041 entity = &m2m_dev->proc; in v4l2_m2m_register_entity() 1105 ret = media_create_pad_link(m2m_dev->source, 0, &m2m_dev->proc, 0, in v4l2_m2m_register_media_controller() 1110 ret = media_create_pad_link(&m2m_dev->proc, 1, &m2m_dev->sink, 0, in v4l2_m2m_register_media_controller() 1149 media_entity_remove_links(&m2m_dev->proc); in v4l2_m2m_register_media_controller() 1152 media_device_unregister_entity(&m2m_dev->proc); in v4l2_m2m_register_media_controller() 1153 kfree(m2m_dev->proc.name); in v4l2_m2m_register_media_controller()
|
/drivers/infiniband/hw/hfi1/ |
D | affinity.c | 133 cpumask_clear(&node_affinity.proc.used); in node_affinity_init() 134 cpumask_copy(&node_affinity.proc.mask, cpu_online_mask); in node_affinity_init() 136 node_affinity.proc.gen = 0; in node_affinity_init() 139 cpumask_first(&node_affinity.proc.mask) in node_affinity_init() 974 cpumask_copy(hw_thread_mask, &affinity->proc.mask); in find_hw_thread_mask() 1005 struct cpu_mask_set *set = &affinity->proc; in hfi1_get_proc_affinity() 1186 struct cpu_mask_set *set = &affinity->proc; in hfi1_put_proc_affinity()
|
/drivers/staging/media/hantro/ |
D | hantro_drv.c | 654 ret = hantro_register_entity(mdev, &func->proc, "proc", in hantro_attach_func() 668 ret = media_create_pad_link(&func->vdev.entity, 0, &func->proc, 0, in hantro_attach_func() 674 ret = media_create_pad_link(&func->proc, 1, &func->sink, 0, in hantro_attach_func() 715 media_entity_remove_links(&func->proc); in hantro_attach_func() 722 media_device_unregister_entity(&func->proc); in hantro_attach_func() 733 media_entity_remove_links(&func->proc); in hantro_detach_func() 736 media_device_unregister_entity(&func->proc); in hantro_detach_func()
|
/drivers/nubus/ |
D | Makefile | 8 obj-$(CONFIG_PROC_FS) += proc.o
|
/drivers/pnp/isapnp/ |
D | Makefile | 8 pnp-$(CONFIG_PROC_FS) += proc.o
|
/drivers/comedi/ |
D | Makefile | 6 comedi-$(CONFIG_PROC_FS) += proc.o
|
/drivers/zorro/ |
D | Makefile | 7 obj-$(CONFIG_PROC_FS) += proc.o
|
/drivers/xen/ |
D | Kconfig | 111 bool "Create compatibility mount point /proc/xen" 116 under /proc/xen, but "xenbus" is now found at the root of the 118 the compatibility mount point /proc/xen if it is running on 290 /proc/xen/xensyms file, similar to /proc/kallsyms
|
/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 270 struct kfd_process *proc = NULL; in kfd_get_cu_occupancy() local 279 proc = pdd->process; in kfd_get_cu_occupancy() 282 dev->id, proc->pasid); in kfd_get_cu_occupancy() 289 dev->kfd2kgd->get_cu_occupancy(dev->kgd, proc->pasid, &wave_cnt, in kfd_get_cu_occupancy() 493 struct kfd_process *proc; in kfd_procfs_add_queue() local 498 proc = q->process; in kfd_procfs_add_queue() 501 if (!proc->kobj_queues) in kfd_procfs_add_queue() 504 proc->kobj_queues, "%u", q->properties.queue_id); in kfd_procfs_add_queue()
|