Searched refs:subsys (Results 26 - 50 of 82) sorted by relevance

1234

/linux-master/drivers/nvme/host/
H A Dcore.c133 static void nvme_put_subsystem(struct nvme_subsystem *subsys);
650 ida_free(&head->subsys->ns_ida, head->instance);
652 nvme_put_subsystem(head->subsys);
1164 mutex_lock(&ctrl->subsys->lock);
1165 nvme_mpath_start_freeze(ctrl->subsys);
1166 nvme_mpath_wait_freeze(ctrl->subsys);
1179 nvme_mpath_unfreeze(ctrl->subsys);
1180 mutex_unlock(&ctrl->subsys->lock);
1964 atomic_bs = (1 + ns->ctrl->subsys->awupf) * bs;
2737 static void nvme_init_subnqn(struct nvme_subsystem *subsys, struc argument
2771 struct nvme_subsystem *subsys = local
2781 struct nvme_subsystem *subsys = local
2793 nvme_put_subsystem(struct nvme_subsystem *subsys) argument
2800 struct nvme_subsystem *subsys; local
2831 nvme_validate_cntlid(struct nvme_subsystem *subsys, struct nvme_ctrl *ctrl, struct nvme_id_ctrl *id) argument
2864 struct nvme_subsystem *subsys, *found; local
3409 nvme_subsys_check_duplicate_ids(struct nvme_subsystem *subsys, struct nvme_ns_ids *ids) argument
4573 struct nvme_subsystem *subsys = ctrl->subsys; local
[all...]
H A Dsysfs.c108 struct nvme_subsystem *subsys = head->subsys; local
109 int serial_len = sizeof(subsys->serial);
110 int model_len = sizeof(subsys->model);
121 while (serial_len > 0 && (subsys->serial[serial_len - 1] == ' ' ||
122 subsys->serial[serial_len - 1] == '\0'))
124 while (model_len > 0 && (subsys->model[model_len - 1] == ' ' ||
125 subsys->model[model_len - 1] == '\0'))
128 return sysfs_emit(buf, "nvme.%04x-%*phN-%*phN-%08x\n", subsys->vendor_id,
129 serial_len, subsys
769 struct nvme_subsystem *subsys = local
780 struct nvme_subsystem *subsys = local
[all...]
H A Dnvme.h296 struct nvme_subsystem *subsys; member in struct:nvme_ctrl
458 struct nvme_subsystem *subsys; member in struct:nvme_ns_head
617 struct nvme_subsystem *subsys = ctrl->subsys; local
625 "VID:%04x model:%.*s firmware:%.*s\n", subsys->vendor_id,
626 nvme_strlen(subsys->model, sizeof(subsys->model)),
627 subsys->model, nvme_strlen(subsys->firmware_rev,
628 sizeof(subsys
1041 nvme_mpath_unfreeze(struct nvme_subsystem *subsys) argument
1044 nvme_mpath_wait_freeze(struct nvme_subsystem *subsys) argument
1047 nvme_mpath_start_freeze(struct nvme_subsystem *subsys) argument
1050 nvme_mpath_default_iopolicy(struct nvme_subsystem *subsys) argument
[all...]
H A Dfabrics.h196 if (!ctrl->subsys ||
199 return ctrl->subsys->subnqn;
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-syscfg-configfs.c453 struct configfs_subsystem *subsys; local
463 subsys = &cscfg_mgr->cfgfs_subsys;
464 config_item_set_name(&subsys->su_group.cg_item, CSCFG_FS_SUBSYS_NAME);
465 subsys->su_group.cg_item.ci_type = ci_type;
467 config_group_init(&subsys->su_group);
468 mutex_init(&subsys->su_mutex);
472 configfs_add_default_group(&cscfg_configs_grp, &subsys->su_group);
475 configfs_add_default_group(&cscfg_features_grp, &subsys->su_group);
477 return configfs_register_subsystem(subsys);
/linux-master/tools/perf/util/
H A Dcgroup.h57 int cgroup_is_v2(const char *subsys);
/linux-master/scripts/gdb/linux/
H A Ddevice.py37 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj')
38 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys')
44 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj')
45 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys')
/linux-master/drivers/input/touchscreen/
H A Dchipone_icn8505.c367 const char *subsys; local
370 subsys = acpi_get_subsystem_id(ACPI_HANDLE(dev));
371 error = PTR_ERR_OR_ZERO(subsys);
373 subsys = "unknown";
378 "chipone/icn8505-%s.fw", subsys);
380 kfree_const(subsys);
/linux-master/drivers/nvme/target/
H A Dfabrics-cmd.c59 val = ctrl->subsys->ver;
275 nvmet_is_disc_subsys(ctrl->subsys) ? "discovery" : "nvm",
276 ctrl->cntlid, ctrl->subsys->subsysnqn, ctrl->hostnqn,
326 if (unlikely(qid > ctrl->subsys->max_qid)) {
H A Dzns.c41 if (ns->subsys->zasl) {
42 if (ns->subsys->zasl > zasl)
45 ns->subsys->zasl = zasl;
75 u8 zasl = req->sq->ctrl->subsys->zasl;
122 mutex_lock(&req->ns->subsys->lock);
123 nvmet_ns_changed(req->ns->subsys, req->ns->nsid);
124 mutex_unlock(&req->ns->subsys->lock);
H A Dauth.c135 if (nvmet_is_disc_subsys(ctrl->subsys))
138 if (ctrl->subsys->allow_any_host)
141 list_for_each_entry(p, &ctrl->subsys->hosts, entry) {
/linux-master/include/linux/
H A Dconfigfs.h233 int configfs_register_subsystem(struct configfs_subsystem *subsys);
234 void configfs_unregister_subsystem(struct configfs_subsystem *subsys);
250 int configfs_depend_item(struct configfs_subsystem *subsys,
H A Dpe.h243 uint16_t subsys; /* subsystem */ member in struct:pe32_opt_hdr
277 uint16_t subsys; /* subsystem */ member in struct:pe32plus_opt_hdr
H A Dcgroup-defs.h131 CFTYPE_NO_PREFIX = (1 << 3), /* (DON'T USE FOR NEW FILES) no subsys prefix */
223 struct cgroup_subsys_state *subsys[CGROUP_SUBSYS_COUNT]; member in struct:css_set
257 * On the default hierarchy, ->subsys[ssid] may point to a css
260 * ->subsys[ssid]->cgroup->e_csets[ssid] and provides a way to
466 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; member in struct:cgroup
479 * the closest ancestor which has the subsys enabled. The
/linux-master/net/netfilter/
H A Dnfnetlink.c41 rcu_dereference_protected(table[(id)].subsys, \
58 const struct nfnetlink_subsystem __rcu *subsys; member in struct:__anon4889
126 if (table[n->subsys_id].subsys) {
130 rcu_assign_pointer(table[n->subsys_id].subsys, n);
140 table[n->subsys_id].subsys = NULL;
154 return rcu_dereference(table[subsys_id].subsys);
236 request_module("nfnetlink-subsys-%d", NFNL_SUBSYS_ID(type));
397 request_module("nfnetlink-subsys-%d", subsys_id);
714 request_module_nowait("nfnetlink-subsys-%d", type);
/linux-master/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h91 struct cgroup_subsys_state *subsys[13]; member in struct:css_set
/linux-master/kernel/cgroup/
H A Ddebug.c64 css = cset->subsys[ss->id];
217 css = rcu_dereference_check(cgrp->subsys[ss->id], true);
H A Dpids.c245 css = cset->subsys[pids_cgrp_id];
268 css = cset->subsys[pids_cgrp_id];
H A Dcgroup.c261 * cgroup_ssid_enabled - cgroup subsys enabled test by subsys ID
262 * @ssid: subsys ID of interest
264 * cgroup_subsys_enabled() can only be used with literal subsys names which
491 return rcu_dereference_check(cgrp->subsys[ss->id],
557 return init_css_set.subsys[ss->id];
589 css = init_css_set.subsys[ss->id];
646 * the matching css from the cgroup's subsys table is guaranteed to
650 return rcu_dereference_raw(cgrp->subsys[cft->ss->id]);
667 (cgrp)->subsys[(ssi
[all...]
/linux-master/fs/dlm/
H A Dconfig.c257 struct configfs_subsystem subsys; member in struct:dlm_clusters
589 .subsys = {
601 config_group_init(&clusters_root.subsys.su_group);
602 mutex_init(&clusters_root.subsys.su_mutex);
603 return configfs_register_subsystem(&clusters_root.subsys);
608 configfs_unregister_subsystem(&clusters_root.subsys);
840 mutex_lock(&clusters_root.subsys.su_mutex);
851 mutex_unlock(&clusters_root.subsys.su_mutex);
/linux-master/sound/pci/ctxfi/
H A Dctatc.h38 u16 subsys; member in struct:ct_atc_chip_sub_details
/linux-master/drivers/comedi/drivers/
H A Ddt3000.c247 unsigned int subsys, unsigned int chan,
250 writew(subsys, dev->mmio + DPR_SUBSYS);
260 static void dt3k_writesingle(struct comedi_device *dev, unsigned int subsys, argument
263 writew(subsys, dev->mmio + DPR_SUBSYS);
246 dt3k_readsingle(struct comedi_device *dev, unsigned int subsys, unsigned int chan, unsigned int gain) argument
/linux-master/tools/perf/util/bpf_skel/
H A Dbperf_cgroup.bpf.c97 cgrp = BPF_CORE_READ(p, cgroups, subsys[perf_subsys_id], cgroup);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h268 struct cgroup_subsys_state* subsys = local
269 BPF_CORE_READ(task, cgroups, subsys[i]);
270 if (subsys != NULL) {
271 int subsys_id = BPF_CORE_READ(subsys, ss, id);
273 proc_kernfs = BPF_CORE_READ(subsys, cgroup, kn);
274 root_kernfs = BPF_CORE_READ(subsys, ss, root, kf_root, kn);
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.c75 cmdq_pkt_write(cmdq_pkt, cmdq_reg->subsys,
88 cmdq_pkt_write(cmdq_pkt, cmdq_reg->subsys,
101 cmdq_pkt_write_mask(cmdq_pkt, cmdq_reg->subsys,

Completed in 345 milliseconds

1234