/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/ |
H A D | off_cpu.bpf.c | 136 cgrp = BPF_CORE_READ(t, cgroups, subsys[perf_subsys_id], cgroup); in get_cgroup_id()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_configfs.c | 3533 struct configfs_subsystem *subsys = &target_core_fabrics; in target_core_init_configfs() local 3541 config_group_init(&subsys->su_group); in target_core_init_configfs() 3542 mutex_init(&subsys->su_mutex); in target_core_init_configfs() 3553 configfs_add_default_group(&target_core_hbagroup, &subsys->su_group); in target_core_init_configfs() 3587 ret = configfs_register_subsystem(subsys); in target_core_init_configfs() 3590 ret, subsys->su_group.cg_item.ci_namebuf); in target_core_init_configfs() 3616 configfs_unregister_subsystem(subsys); in target_core_init_configfs() 3635 * We expect subsys->su_group.default_groups to be released in target_core_exit_configfs()
|
/third_party/eudev/src/libudev/ |
H A D | libudev-monitor.c | 490 const char *subsys = udev_list_entry_get_name(list_entry); in passes_filter() local 495 if (!streq(dsubsys, subsys)) in passes_filter()
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | 366 .subsys = &cpu_subsys,
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | 367 .subsys = &cpu_subsys,
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | pci.c | 2819 struct nvme_subsystem *subsys = ctrl->subsys; in nvme_pci_print_device_info() local 2824 nvme_strlen(subsys->model, sizeof(subsys->model)), in nvme_pci_print_device_info() 2825 subsys->model, nvme_strlen(subsys->firmware_rev, in nvme_pci_print_device_info() 2826 sizeof(subsys->firmware_rev)), in nvme_pci_print_device_info() 2827 subsys->firmware_rev); in nvme_pci_print_device_info()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ips.c | 986 if (le32_to_cpu(ha->subsys->param[3]) & 0x300000) { in __ips_eh_reset() 2469 if (le32_to_cpu(ha->subsys->param[4]) & 0x1) { in ips_hainit() 2543 if ((ha->subsys->param[3] & 0x300000) in ips_next() 3733 if (ha->subsys->param[4] & 0x00100000) { /* If NEW Tape DCDB is Supported */ in ips_send_cmd() 4242 kfree(ha->subsys); in ips_free() 4243 ha->subsys = NULL; in ips_free() 5717 scb->data_len = sizeof (*ha->subsys); in ips_read_subsystem_parameters() 5727 memcpy(ha->subsys, ha->ioctl_data, sizeof(*ha->subsys)); in ips_read_subsystem_parameters() 6980 ha->subsys in ips_init_phase1() [all...] |
H A D | ips.h | 1030 IPS_SUBSYS *subsys; /* Subsystem parameters */ member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ips.c | 986 if (le32_to_cpu(ha->subsys->param[3]) & 0x300000) { in __ips_eh_reset() 2472 if (le32_to_cpu(ha->subsys->param[4]) & 0x1) { in ips_hainit() 2546 if ((ha->subsys->param[3] & 0x300000) in ips_next() 3736 if (ha->subsys->param[4] & 0x00100000) { /* If NEW Tape DCDB is Supported */ in ips_send_cmd() 4245 kfree(ha->subsys); in ips_free() 4246 ha->subsys = NULL; in ips_free() 5720 scb->data_len = sizeof (*ha->subsys); in ips_read_subsystem_parameters() 5730 memcpy(ha->subsys, ha->ioctl_data, sizeof(*ha->subsys)); in ips_read_subsystem_parameters() 6983 ha->subsys in ips_init_phase1() [all...] |
H A D | ips.h | 1030 IPS_SUBSYS *subsys; /* Subsystem parameters */ member
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 137 * @subsys: the subsystem to register, must not be the core 141 void drop_reasons_register_subsys(enum skb_drop_reason_subsys subsys, in drop_reasons_register_subsys() argument 144 if (WARN(subsys <= SKB_DROP_REASON_SUBSYS_CORE || in drop_reasons_register_subsys() 145 subsys >= ARRAY_SIZE(drop_reasons_by_subsys), in drop_reasons_register_subsys() 146 "invalid subsystem %d\n", subsys)) in drop_reasons_register_subsys() 150 RCU_INIT_POINTER(drop_reasons_by_subsys[subsys], list); in drop_reasons_register_subsys() 156 * @subsys: the subsystem to remove, must not be the core 160 void drop_reasons_unregister_subsys(enum skb_drop_reason_subsys subsys) in drop_reasons_unregister_subsys() argument 162 if (WARN(subsys <= SKB_DROP_REASON_SUBSYS_CORE || in drop_reasons_unregister_subsys() 163 subsys > in drop_reasons_unregister_subsys() [all...] |
H A D | drop_monitor.c | 614 unsigned int subsys, subsys_reason; in net_dm_packet_report_fill() local 633 subsys = u32_get_bits(cb->reason, SKB_DROP_REASON_SUBSYS_MASK); in net_dm_packet_report_fill() 634 if (subsys < SKB_DROP_REASON_SUBSYS_NUM) in net_dm_packet_report_fill() 635 list = rcu_dereference(drop_reasons_by_subsys[subsys]); in net_dm_packet_report_fill()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_configfs.c | 3635 struct configfs_subsystem *subsys = &target_core_fabrics; in target_core_init_configfs() local 3643 config_group_init(&subsys->su_group); in target_core_init_configfs() 3644 mutex_init(&subsys->su_mutex); in target_core_init_configfs() 3655 configfs_add_default_group(&target_core_hbagroup, &subsys->su_group); in target_core_init_configfs() 3689 ret = configfs_register_subsystem(subsys); in target_core_init_configfs() 3692 ret, subsys->su_group.cg_item.ci_namebuf); in target_core_init_configfs() 3718 configfs_unregister_subsystem(subsys); in target_core_init_configfs() 3737 * We expect subsys->su_group.default_groups to be released in target_core_exit_configfs()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/ |
H A D | core.c | 694 .subsys = &cpu_subsys,
|
/kernel/linux/linux-6.6/drivers/soc/mediatek/ |
H A D | mtk-mmsys.c | 147 ret = cmdq_pkt_write_mask(cmdq_pkt, mmsys->cmdq_base.subsys, in mtk_mmsys_update_bits()
|
H A D | mtk-mutex.c | 882 cmdq_pkt_write(cmdq_pkt, mtx->cmdq_reg.subsys, in mtk_mutex_enable_by_cmdq()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_bsg.c | 4256 uint32_t subsys; in lpfc_bsg_handle_sli_cfg_mbox() local 4267 subsys = bsg_bf_get(lpfc_emb0_subcmnd_subsys, in lpfc_bsg_handle_sli_cfg_mbox() 4271 if (subsys == SLI_CONFIG_SUBSYS_FCOE) { in lpfc_bsg_handle_sli_cfg_mbox() 4300 } else if (subsys == SLI_CONFIG_SUBSYS_COMN) { in lpfc_bsg_handle_sli_cfg_mbox() 4324 "subsys:x%d, opcode:x%x\n", in lpfc_bsg_handle_sli_cfg_mbox() 4325 subsys, opcode); in lpfc_bsg_handle_sli_cfg_mbox() 4329 subsys = bsg_bf_get(lpfc_emb1_subcmnd_subsys, in lpfc_bsg_handle_sli_cfg_mbox() 4333 if (subsys == SLI_CONFIG_SUBSYS_COMN) { in lpfc_bsg_handle_sli_cfg_mbox() 4363 "subsys:x%d, opcode:x%x\n", in lpfc_bsg_handle_sli_cfg_mbox() 4364 subsys, opcod in lpfc_bsg_handle_sli_cfg_mbox() [all...] |
H A D | lpfc_mbox.c | 1626 uint8_t subsys, opcode; in lpfc_mbox_tmo_val() local 1641 subsys = lpfc_sli_config_mbox_subsys_get(phba, mboxq); in lpfc_mbox_tmo_val() 1643 if (subsys == LPFC_MBOX_SUBSYSTEM_COMMON) { in lpfc_mbox_tmo_val() 1663 if (subsys == LPFC_MBOX_SUBSYSTEM_FCOE) { in lpfc_mbox_tmo_val()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_bsg.c | 4169 uint32_t subsys; in lpfc_bsg_handle_sli_cfg_mbox() local 4180 subsys = bsg_bf_get(lpfc_emb0_subcmnd_subsys, in lpfc_bsg_handle_sli_cfg_mbox() 4184 if (subsys == SLI_CONFIG_SUBSYS_FCOE) { in lpfc_bsg_handle_sli_cfg_mbox() 4213 } else if (subsys == SLI_CONFIG_SUBSYS_COMN) { in lpfc_bsg_handle_sli_cfg_mbox() 4237 "subsys:x%d, opcode:x%x\n", in lpfc_bsg_handle_sli_cfg_mbox() 4238 subsys, opcode); in lpfc_bsg_handle_sli_cfg_mbox() 4242 subsys = bsg_bf_get(lpfc_emb1_subcmnd_subsys, in lpfc_bsg_handle_sli_cfg_mbox() 4246 if (subsys == SLI_CONFIG_SUBSYS_COMN) { in lpfc_bsg_handle_sli_cfg_mbox() 4276 "subsys:x%d, opcode:x%x\n", in lpfc_bsg_handle_sli_cfg_mbox() 4277 subsys, opcod in lpfc_bsg_handle_sli_cfg_mbox() [all...] |
H A D | lpfc_mbox.c | 1685 uint8_t subsys, opcode; in lpfc_mbox_tmo_val() local 1700 subsys = lpfc_sli_config_mbox_subsys_get(phba, mboxq); in lpfc_mbox_tmo_val() 1702 if (subsys == LPFC_MBOX_SUBSYSTEM_COMMON) { in lpfc_mbox_tmo_val() 1722 if (subsys == LPFC_MBOX_SUBSYSTEM_FCOE) { in lpfc_mbox_tmo_val()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 1458 u8 subsys = 0, opcode = 0; in be_cmd_q_destroy() local 1469 subsys = CMD_SUBSYSTEM_COMMON; in be_cmd_q_destroy() 1473 subsys = CMD_SUBSYSTEM_COMMON; in be_cmd_q_destroy() 1477 subsys = CMD_SUBSYSTEM_ETH; in be_cmd_q_destroy() 1481 subsys = CMD_SUBSYSTEM_ETH; in be_cmd_q_destroy() 1485 subsys = CMD_SUBSYSTEM_COMMON; in be_cmd_q_destroy() 1492 be_wrb_cmd_hdr_prepare(&req->hdr, subsys, opcode, sizeof(*req), wrb, in be_cmd_q_destroy()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 1459 u8 subsys = 0, opcode = 0; in be_cmd_q_destroy() local 1470 subsys = CMD_SUBSYSTEM_COMMON; in be_cmd_q_destroy() 1474 subsys = CMD_SUBSYSTEM_COMMON; in be_cmd_q_destroy() 1478 subsys = CMD_SUBSYSTEM_ETH; in be_cmd_q_destroy() 1482 subsys = CMD_SUBSYSTEM_ETH; in be_cmd_q_destroy() 1486 subsys = CMD_SUBSYSTEM_COMMON; in be_cmd_q_destroy() 1493 be_wrb_cmd_hdr_prepare(&req->hdr, subsys, opcode, sizeof(*req), wrb, in be_cmd_q_destroy()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | rionet.c | 702 .subsys = &rio_bus_type,
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | rionet.c | 703 .subsys = &rio_bus_type,
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-comp.c | 899 comp->subsys_id = cmdq_reg.subsys; in mdp_get_subsys_id() 900 dev_dbg(&comp_pdev->dev, "subsys id=%d\n", cmdq_reg.subsys); in mdp_get_subsys_id()
|