Searched refs:hierarchy (Results 1 - 200 of 221) sorted by relevance

12

/linux-4.4.14/drivers/media/dvb-frontends/
H A Das102_fe.c134 switch (c->hierarchy) { as102_fe_set_frontend()
136 tune_args.hierarchy = HIER_NONE; as102_fe_set_frontend()
139 tune_args.hierarchy = HIER_ALPHA_1; as102_fe_set_frontend()
142 tune_args.hierarchy = HIER_ALPHA_2; as102_fe_set_frontend()
145 tune_args.hierarchy = HIER_ALPHA_4; as102_fe_set_frontend()
148 tune_args.hierarchy = HIER_UNKNOWN; as102_fe_set_frontend()
158 * Detect a hierarchy selection as102_fe_set_frontend()
161 if ((tune_args.hierarchy != HIER_NONE) && as102_fe_set_frontend()
178 tune_args.hierarchy, as102_fe_set_frontend()
218 /* extract hierarchy */ as102_fe_get_frontend()
219 switch (tps.hierarchy) { as102_fe_get_frontend()
221 c->hierarchy = HIERARCHY_NONE; as102_fe_get_frontend()
224 c->hierarchy = HIERARCHY_1; as102_fe_get_frontend()
227 c->hierarchy = HIERARCHY_2; as102_fe_get_frontend()
230 c->hierarchy = HIERARCHY_4; as102_fe_get_frontend()
H A Das102_fe_types.h28 /* hierarchy priority selection values */
39 /* hierarchy available values */
110 uint8_t hierarchy; member in struct:as10x_tps
126 /* hierarchy selection */
130 /* hierarchy */
131 uint8_t hierarchy; member in struct:as10x_tune_args
H A Dl64781.c169 if (p->hierarchy != HIERARCHY_NONE && apply_frontend_param()
187 if ((int)p->hierarchy < HIERARCHY_NONE || apply_frontend_param()
188 p->hierarchy > HIERARCHY_4) apply_frontend_param()
212 if (p->hierarchy != HIERARCHY_NONE) apply_frontend_param()
215 val0x06 = (p->hierarchy << 2) | p->modulation; apply_frontend_param()
335 p->hierarchy = HIERARCHY_NONE; get_frontend()
338 p->hierarchy = HIERARCHY_1; get_frontend()
341 p->hierarchy = HIERARCHY_2; get_frontend()
344 p->hierarchy = HIERARCHY_4; get_frontend()
347 printk("Unexpected value for hierarchy\n"); get_frontend()
H A Dmt352.c215 if (op->hierarchy == HIERARCHY_AUTO || mt352_set_parameters()
216 op->hierarchy == HIERARCHY_NONE) mt352_set_parameters()
264 switch (op->hierarchy) { mt352_set_parameters()
386 op->hierarchy = HIERARCHY_NONE; mt352_get_parameters()
389 op->hierarchy = HIERARCHY_1; mt352_get_parameters()
392 op->hierarchy = HIERARCHY_2; mt352_get_parameters()
395 op->hierarchy = HIERARCHY_4; mt352_get_parameters()
398 op->hierarchy = HIERARCHY_AUTO; mt352_get_parameters()
H A Dzl10353.c274 if (c->hierarchy == HIERARCHY_AUTO || zl10353_set_parameters()
275 c->hierarchy == HIERARCHY_NONE) zl10353_set_parameters()
323 switch (c->hierarchy) { zl10353_set_parameters()
442 c->hierarchy = HIERARCHY_NONE; zl10353_get_parameters()
445 c->hierarchy = HIERARCHY_1; zl10353_get_parameters()
448 c->hierarchy = HIERARCHY_2; zl10353_get_parameters()
451 c->hierarchy = HIERARCHY_4; zl10353_get_parameters()
454 c->hierarchy = HIERARCHY_AUTO; zl10353_get_parameters()
H A Ddib3000mb.c232 deb_setf("hierarchy: "); dib3000mb_set_frontend()
233 switch (c->hierarchy) { dib3000mb_set_frontend()
256 deb_setf("hierarchy: "); dib3000mb_set_frontend()
257 if (c->hierarchy == HIERARCHY_NONE) { dib3000mb_set_frontend()
262 } else if (c->hierarchy != HIERARCHY_AUTO) { dib3000mb_set_frontend()
341 c->hierarchy == HIERARCHY_AUTO || dib3000mb_set_frontend()
516 c->hierarchy = HIERARCHY_NONE; dib3000mb_get_frontend()
520 c->hierarchy = HIERARCHY_1; dib3000mb_get_frontend()
524 c->hierarchy = HIERARCHY_2; dib3000mb_get_frontend()
528 c->hierarchy = HIERARCHY_4; dib3000mb_get_frontend()
541 c->hierarchy = HIERARCHY_NONE; dib3000mb_get_frontend()
H A Dcxd2820r_t.c190 c->hierarchy = HIERARCHY_NONE; cxd2820r_get_frontend_t()
193 c->hierarchy = HIERARCHY_1; cxd2820r_get_frontend_t()
196 c->hierarchy = HIERARCHY_2; cxd2820r_get_frontend_t()
199 c->hierarchy = HIERARCHY_4; cxd2820r_get_frontend_t()
H A Dcx22702.c171 p->hierarchy = HIERARCHY_NONE; cx22702_get_tps()
174 p->hierarchy = HIERARCHY_1; cx22702_get_tps()
177 p->hierarchy = HIERARCHY_2; cx22702_get_tps()
180 p->hierarchy = HIERARCHY_4; cx22702_get_tps()
298 if ((p->hierarchy == HIERARCHY_AUTO) || cx22702_set_tps()
333 switch (p->hierarchy) { /* mask 0x07 */ cx22702_set_tps()
346 dprintk("%s: invalid hierarchy\n", __func__); cx22702_set_tps()
H A Dcx22700.c155 if ((int)p->hierarchy < HIERARCHY_NONE || cx22700_set_tps()
156 p->hierarchy > HIERARCHY_4) cx22700_set_tps()
168 val |= p->hierarchy - HIERARCHY_NONE; cx22700_set_tps()
208 p->hierarchy = HIERARCHY_AUTO; cx22700_get_tps()
210 p->hierarchy = HIERARCHY_NONE + (val & 0x7); cx22700_get_tps()
H A Drtl2830.c340 c->hierarchy = HIERARCHY_NONE; rtl2830_get_frontend()
343 c->hierarchy = HIERARCHY_1; rtl2830_get_frontend()
346 c->hierarchy = HIERARCHY_2; rtl2830_get_frontend()
349 c->hierarchy = HIERARCHY_4; rtl2830_get_frontend()
541 unsigned hierarchy, constellation; rtl2830_stat_work() local
558 hierarchy = (u8tmp >> 4) & 0x07; /* [6:4] */ rtl2830_stat_work()
559 if (hierarchy > HIERARCHY_NUM - 1) rtl2830_stat_work()
568 tmp = (constant[constellation][hierarchy] - rtl2830_stat_work()
H A Dtda1004x.c742 (fe_params->hierarchy == HIERARCHY_AUTO)) { tda1004x_set_fe()
745 tda1004x_write_mask(state, TDA1004X_IN_CONF1, 0x60, 0); // turn off hierarchy bits tda1004x_set_fe()
780 // set hierarchy tda1004x_set_fe()
781 switch (fe_params->hierarchy) { tda1004x_set_fe()
998 // hierarchy tda1004x_get_fe()
1001 fe_params->hierarchy = HIERARCHY_NONE; tda1004x_get_fe()
1004 fe_params->hierarchy = HIERARCHY_1; tda1004x_get_fe()
1007 fe_params->hierarchy = HIERARCHY_2; tda1004x_get_fe()
1010 fe_params->hierarchy = HIERARCHY_4; tda1004x_get_fe()
H A Drtl2832.c636 c->hierarchy = HIERARCHY_NONE; rtl2832_get_frontend()
639 c->hierarchy = HIERARCHY_1; rtl2832_get_frontend()
642 c->hierarchy = HIERARCHY_2; rtl2832_get_frontend()
645 c->hierarchy = HIERARCHY_4; rtl2832_get_frontend()
777 unsigned hierarchy, constellation; rtl2832_stat_work() local
794 hierarchy = (u8tmp >> 4) & 0x07; /* [6:4] */ rtl2832_stat_work()
795 if (hierarchy > HIERARCHY_NUM - 1) rtl2832_stat_work()
804 tmp = (constant[constellation][hierarchy] - rtl2832_stat_work()
H A Ddib3000mc.c512 if (ch->hierarchy == 1) dib3000mc_set_channel_cfg()
516 switch ((ch->hierarchy == 0 || 1 == 1) ? ch->code_rate_HP : ch->code_rate_LP) { dib3000mc_set_channel_cfg()
571 schan.hierarchy = 0; dib3000mc_autosearch_start()
671 fep->hierarchy = HIERARCHY_NONE; dib3000mc_get_frontend()
H A Dtda10048.c612 p->hierarchy = HIERARCHY_NONE; tda10048_get_tps()
615 p->hierarchy = HIERARCHY_1; tda10048_get_tps()
618 p->hierarchy = HIERARCHY_2; tda10048_get_tps()
621 p->hierarchy = HIERARCHY_4; tda10048_get_tps()
H A Datbm8830.c323 /* hierarchy */ atbm8830_get_fe()
324 c->hierarchy = HIERARCHY_NONE; atbm8830_get_fe()
H A Daf9013.c724 switch (c->hierarchy) { af9013_set_frontend()
740 dev_dbg(&state->i2c->dev, "%s: invalid hierarchy\n", __func__); af9013_set_frontend()
919 c->hierarchy = HIERARCHY_NONE; af9013_get_frontend()
922 c->hierarchy = HIERARCHY_1; af9013_get_frontend()
925 c->hierarchy = HIERARCHY_2; af9013_get_frontend()
928 c->hierarchy = HIERARCHY_4; af9013_get_frontend()
H A Ddib9000.c1269 state->fe[0]->dtv_property_cache.hierarchy = HIERARCHY_NONE; dib9000_fw_get_channel()
1272 state->fe[0]->dtv_property_cache.hierarchy = HIERARCHY_1; dib9000_fw_get_channel()
1276 state->fe[0]->dtv_property_cache.hierarchy = HIERARCHY_AUTO; dib9000_fw_get_channel()
1407 switch (state->fe[0]->dtv_property_cache.hierarchy) { dib9000_fw_set_channel_union()
1924 state->fe[sub_index_frontend]->dtv_property_cache.hierarchy = dib9000_get_frontend()
1925 state->fe[index_frontend]->dtv_property_cache.hierarchy; dib9000_get_frontend()
1950 state->fe[index_frontend]->dtv_property_cache.hierarchy = fe->dtv_property_cache.hierarchy; dib9000_get_frontend()
H A Daf9033.c734 c->hierarchy = HIERARCHY_NONE; af9033_get_frontend()
737 c->hierarchy = HIERARCHY_1; af9033_get_frontend()
740 c->hierarchy = HIERARCHY_2; af9033_get_frontend()
743 c->hierarchy = HIERARCHY_4; af9033_get_frontend()
H A Ddib7000m.c880 if (ch->hierarchy == 1) dib7000m_set_channel()
884 switch ((ch->hierarchy == 0 || 1 == 1) ? ch->code_rate_HP : ch->code_rate_LP) { dib7000m_set_channel()
975 schan.hierarchy = 0; dib7000m_autosearch_start()
1187 fep->hierarchy = HIERARCHY_NONE; dib7000m_get_frontend()
H A Dlgs8gl5.c352 p->hierarchy = HIERARCHY_NONE; lgs8gl5_get_frontend()
H A Dstv0367.c71 enum stv0367_ter_hierarchy hierarchy; member in struct:stv0367ter_state
1686 if (ter_state->hierarchy == FE_TER_HIER_LOW_PRIO) stv0367ter_algo()
1880 ter_state->hierarchy = FE_TER_HIER_NONE; stv0367ter_set_frontend()
1968 p->hierarchy = HIERARCHY_NONE; stv0367ter_get_frontend()
1971 p->hierarchy = HIERARCHY_1; stv0367ter_get_frontend()
1974 p->hierarchy = HIERARCHY_2; stv0367ter_get_frontend()
1977 p->hierarchy = HIERARCHY_4; stv0367ter_get_frontend()
1980 p->hierarchy = HIERARCHY_AUTO; stv0367ter_get_frontend()
1985 if (ter_state->hierarchy == FE_TER_HIER_LOW_PRIO) stv0367ter_get_frontend()
H A Dlgs8gxx.c718 /* hierarchy */ lgs8gxx_get_fe()
719 fe_params->hierarchy = HIERARCHY_NONE; lgs8gxx_get_fe()
H A Ddib3000mb_priv.h494 /* hierarchy from TPS (1) */
H A Ddib7000p.c1025 if (ch->hierarchy == 1) dib7000p_set_channel()
1029 switch ((ch->hierarchy == 0 || 1 == 1) ? ch->code_rate_HP : ch->code_rate_LP) { dib7000p_set_channel()
1131 schan.hierarchy = 0; dib7000p_autosearch_start()
1459 fep->hierarchy = HIERARCHY_NONE; dib7000p_get_frontend()
1834 switch ((c->hierarchy == 0 || 1 == 1) ? c->code_rate_HP : c->code_rate_LP) { dib7000p_get_time_us()
H A Dsp8870.c193 switch (p->hierarchy) { configure_reg0xc05()
H A Dsp887x.c234 switch (p->hierarchy) { configure_reg0xc05()
H A Ddrxd_hard.c2021 switch (p->hierarchy) { DRX_Start()
/linux-4.4.14/arch/mips/include/asm/
H A Ddebug.h17 * of the DebugFS hierarchy. MIPS-specific DebugFS entires should be
H A Dpage.h140 * Finall the top of the hierarchy, the pgd
/linux-4.4.14/drivers/edac/
H A Ddebugfs.c105 /* Create a toplevel dir under EDAC's debugfs hierarchy */ edac_debugfs_create_dir()
115 /* Create a toplevel dir under EDAC's debugfs hierarchy with parent @parent */
124 * Create a file under EDAC's hierarchy or a sub-hierarchy:
H A Dedac_core.h113 * It allows for a 2 level set of hierarchy. For example:
H A Dedac_mc.c245 * @n_layers: Number of MC hierarchy layers
/linux-4.4.14/fs/9p/
H A Dv9fs.h32 * @V9FS_ACCESS_SINGLE: only the mounting user can access the hierarchy
81 * @uname: string user name to mount hierarchy as
82 * @aname: mount specifier for remote hierarchy
84 * @dfltuid: default numeric userid to mount hierarchy as
85 * @dfltgid: default numeric groupid to mount hierarchy as
86 * @uid: if %V9FS_ACCESS_SINGLE, the numeric uid which mounted the hierarchy
110 char *aname; /* name of remote hierarchy being mounted */
/linux-4.4.14/include/linux/
H A Dcgroup_subsys.h73 * The following subsystems are not supported on the default hierarchy.
H A Dcgroup-defs.h82 __CFTYPE_ONLY_ON_DFL = (1 << 16), /* only on default hierarchy */
83 __CFTYPE_NOT_ON_DFL = (1 << 17), /* not on default hierarchy */
233 * idr allocated in-hierarchy ID.
277 * On the default hierarchy, a css_set for a cgroup with some
300 * A cgroup_root represents the root of a cgroup hierarchy, and may be
301 * associated with a kernfs_root to form an active hierarchy. This is
307 /* The bitmask of subsystems attached to this hierarchy */
310 /* Unique id for this hierarchy. */
316 /* Number of cgroups in the hierarchy, used only for /proc/cgroups */
325 /* IDs for cgroups in this hierarchy */
331 /* The name for this hierarchy - may be empty */
450 * cgroup cover those of its children. If %true, hierarchy support
451 * is broken in some ways - some subsystems ignore hierarchy
485 struct cftype *dfl_cftypes; /* for the default hierarchy */
H A Dcacheinfo.h22 * @level: represents the hierarchy in the multi-level cache
H A Dirqdomain.h103 /* extended V2 interfaces to support hierarchy irq_domains */
134 * @parent: Pointer to parent irq_domain to support hierarchy irq_domains
171 /* Core calls alloc/free recursive through the domain hierarchy. */
332 /* V2 interfaces to support hierarchy IRQ domains. */
H A Dbacking-dev-defs.h67 * On the default hierarchy, blkcg implicitly enables memcg. This allows
77 * change as blkcg is disabled and enabled higher up in the hierarchy, a wb
H A Dpmem.h122 * cache hierarchy after the copy completes. After memcpy_to_pmem()
H A Dserio.h45 unsigned int depth; /* level of nesting in serio hierarchy */
H A Dkernfs.h80 * The kernfs hierarchy this directory belongs to. This fits
98 * kernfs_node - the building block of kernfs hierarchy. Each and every
H A Dsysctl.h162 /* struct ctl_path describes where in the hierarchy a table is added */
H A Dedac.h357 * Branch: It is typically the highest hierarchy on a
432 * enum edac_mc_layer - memory controller hierarchy layer
454 * struct edac_mc_layer - describes the memory controller hierarchy
707 * Memory Controller hierarchy
H A Dipv6.h144 * In the struct sock hierarchy (tcp6_sock, upd6_sock, etc)
H A Dirqdesc.h198 * Replace the irq chip at the proper hierarchy level in @data and
H A Dcgroup.h71 * cgroup_subsys_on_dfl - fast test on whether a subsys is on default hierarchy
247 * On the v2 hierarchy, there may be tasks from multiple processes and they
H A Dbacking-dev.h259 * Also, both memcg and iocg have to be on the default hierarchy. Test
H A Dcper.h144 * hierarchy and the error may have propagated to persistent storage
H A Dinput.h42 * @phys: physical path to the device in the system hierarchy
H A Dmemcontrol.h67 /* default hierarchy events */
H A Dfscache.h333 * This function is used to inform FS-Cache about part of an index hierarchy
H A Dirq.h158 * @parent_data: pointer to parent struct irq_data to support hierarchy
H A Ddevice.h361 * @dev_kobj: The kobject that represents this class and links it into the hierarchy.
/linux-4.4.14/drivers/usb/gadget/function/
H A Duvc_configfs.c63 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
87 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
201 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
239 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_default_processing_bm_controls_show()
312 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
358 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_default_camera_bm_controls_show()
434 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
540 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_control_class_allow_link()
581 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_control_class_drop_link()
695 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_format_bma_controls_show()
721 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_format_bma_controls_store()
776 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_streaming_header_allow_link()
827 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_streaming_header_drop_link()
868 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
989 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
1017 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
1066 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_frame_dw_frame_interval_show()
1145 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_frame_dw_frame_interval_store()
1291 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_uncompressed_guid_format_show()
1314 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_uncompressed_guid_format_store()
1347 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
1372 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
1396 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
1549 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
1573 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
1597 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
1740 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ \
1828 * Iterate over a hierarchy of streaming descriptors' config items.
1844 * @fun: callback function for processing each level of the hierarchy
2033 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_streaming_class_allow_link()
2104 mutex_lock(su_mutex); /* for navigating configfs hierarchy */ uvcg_streaming_class_drop_link()
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-demod.c184 enum fe_hierarchy *hierarchy) mxl1x1sf_demod_get_tps_hierarchy()
188 /* bit<6:4> - 000:Non hierarchy, 001:1, 010:2, 011:4 */ mxl1x1sf_demod_get_tps_hierarchy()
194 *hierarchy = HIERARCHY_NONE; mxl1x1sf_demod_get_tps_hierarchy()
197 *hierarchy = HIERARCHY_1; mxl1x1sf_demod_get_tps_hierarchy()
200 *hierarchy = HIERARCHY_2; mxl1x1sf_demod_get_tps_hierarchy()
203 *hierarchy = HIERARCHY_4; mxl1x1sf_demod_get_tps_hierarchy()
531 &p->hierarchy); mxl111sf_demod_get_frontend()
183 mxl1x1sf_demod_get_tps_hierarchy(struct mxl111sf_demod_state *state, enum fe_hierarchy *hierarchy) mxl1x1sf_demod_get_tps_hierarchy() argument
/linux-4.4.14/sound/soc/samsung/
H A Dsmdk_spdif.c60 /* Set audio clock hierarchy for S/PDIF */ set_audio_clock_heirachy()
78 * clock of it's hierarchy.
195 /* Set audio clock hierarchy manually */ smdk_init()
/linux-4.4.14/net/batman-adv/
H A Dsysfs.h33 * created in the sysfs hierarchy for each VLAN interface. The subfolder will
/linux-4.4.14/tools/power/cpupower/utils/helpers/
H A Dhelpers.h104 /* CPU topology/hierarchy parsing ******************/
118 /* CPU topology/hierarchy parsing ******************/
/linux-4.4.14/drivers/media/usb/as102/
H A Das10x_cmd.c128 preq->body.set_tune.req.args.hierarchy = ptune->hierarchy; as10x_cmd_set_tune()
254 ptps->hierarchy = prsp->body.get_tps.rsp.tps.hierarchy; as10x_cmd_get_tps()
/linux-4.4.14/drivers/pci/pcie/aer/
H A Daerdrv.h73 * root port hierarchy
H A Daerdrv_core.c199 * find_source_device - search through device hierarchy for source device
349 * @dev: pointer to from where in a hierarchy message is broadcasted down
356 * hierarchy in question.
481 * error detected message to all downstream drivers within a hierarchy in
/linux-4.4.14/kernel/
H A Dcgroup_pids.c4 * Used to allow a cgroup hierarchy to stop any new processes from fork()ing
9 * preventable in the scope of a cgroup hierarchy by allowing resource limiting
22 * stringent limit in the hierarchy is followed).
H A Dcgroup.c76 * hierarchy must be performed while holding it.
169 * The default hierarchy, reserved for the subsystems that are otherwise
177 * The default hierarchy always exists but is hidden until mounted for the
182 /* some controllers are not supported in the default hierarchy */
185 /* The list of hierarchy roots */
190 /* hierarchy ID allocation and mapping, protected by cgroup_mutex */
243 * cgroup_on_dfl - test whether a cgroup is on the default hierarchy
246 * The default hierarchy is the v2 interface of cgroup and this function
247 * can be used to test whether a cgroup is on the default hierarchy for
251 * The set of behaviors which change on the default hierarchy are still
293 * - debug: disallowed on the default hierarchy.
368 * enabled. If @ss is associated with the hierarchy @cgrp is on, this
400 * has @ss enabled. If @ss is not mounted on the hierarchy @cgrp is on,
812 * Returns true if "cset" matches "old_cset" except for the hierarchy
823 * On the default hierarchy, there can be csets which are compare_css_sets()
860 * If this hierarchy is the hierarchy of the cgroup compare_css_sets()
863 * hierarchy, then this css_set should point to the compare_css_sets()
901 * @ss is in this hierarchy, so we want the for_each_subsys()
907 * @ss is not in this hierarchy, so we don't want for_each_subsys()
1000 * substituted into the appropriate hierarchy.
1114 /* hierarchy ID should already have been released */ cgroup_free_root()
1132 /* Rebind all subsystems back to the default hierarchy */ cgroup_destroy_root()
1136 * Release all the links from cset_links to this hierarchy's cgroup_destroy_root()
1162 /* look up cgroup associated with given css_set on the specified hierarchy */ cset_cgroup_from_root()
1191 * Return the cgroup for "task" from the given hierarchy. Must be
1277 * On the default hierarchy, a subsystem may request other subsystems to be
1283 * a superset of @subtree_control and follows the usual hierarchy rules.
1519 pr_warn("you may retry by moving them to a different hierarchy and unbinding\n"); rebind_subsystems()
1561 /* default hierarchy doesn't enable controllers by default */ rebind_subsystems()
1973 * Link the root cgroup in this hierarchy into all the css_set cgroup_setup_root()
2195 * task_cgroup_path - cgroup path of a task in the first cgroup hierarchy
2201 * hierarchy_id) cgroup hierarchy and copy its path into @buf. This
2223 /* if no hierarchy exists, everyone is in "/" */ task_cgroup_path()
2532 * source css_set is assumed to be its cgroup on the default hierarchy.
2876 /* show controllers which are currently attached to the default hierarchy */ cgroup_root_controllers_show()
2905 * cgroup_update_dfl_csses - update css assoc of a subtree in default hierarchy
2940 /* NULL dst indicates self on default hierarchy */
2966 /* change the enabled child controllers for a cgroup in the default hierarchy */ cgroup_subtree_control_write()
3310 * limited. Disallow on the default hierarchy. cgroup_rename()
3580 * cgroup_add_dfl_cftypes - add an array of cftypes for default hierarchy
3585 * the default hierarchy.
4240 * default hierarchy so that no such expectation exists in the new
4581 /* cgroup core interface files for the default hierarchy */
4900 pr_warn("%s (%d) created nested cgroup for controller \"%s\" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.\n", create_css()
5018 * On the default hierarchy, a child doesn't automatically inherit
5414 * - Print task's cgroup paths into seq_file, one line for each hierarchy
5455 * belonging to the root cgroup. On the default hierarchy, for_each_root()
5489 /* Display information about each subsystem and each hierarchy */ proc_cgroupstats_show()
5499 * subsys/hierarchy state. proc_cgroupstats_show()
5676 * each hierarchy for the remainder of its exit. No need to bother with
H A Dcpuset.c80 * On default hierarchy:
326 * are online. If none are online, walk up the cpuset hierarchy
345 * up the cpuset hierarchy until we find one that does have some
1467 /* allow moving tasks into an empty cpuset if on default hierarchy */ cpuset_can_attach()
2127 * or memory nodes, we need to walk over the cpuset hierarchy,
/linux-4.4.14/mm/
H A Dmemcontrol.c20 * Unified hierarchy configuration model
121 * their hierarchy representation
417 * If memcg is bound to the default hierarchy, css of the memcg associated
421 * If memcg is bound to a traditional hierarchy, the css of root_mem_cgroup
424 * XXX: The above description of behavior on the default hierarchy isn't
426 * association before @page is released even on the default hierarchy;
569 * Necessary to update all ancestors when hierarchy is used. mem_cgroup_update_tree()
856 * mem_cgroup_iter - iterate over memory cgroup hierarchy
857 * @root: hierarchy root
861 * Returns references to children of the hierarchy below @root, or
866 * to cancel a hierarchy walk before the round-trip is complete.
869 * divide up the memcgs in the hierarchy among all concurrent
930 * Reclaimers share the hierarchy walk, and a mem_cgroup_iter()
932 * the hierarchy - make sure they see at least mem_cgroup_iter()
992 * mem_cgroup_iter_break - abort a hierarchy walk prematurely
993 * @root: hierarchy root
994 * @prev: last visited hierarchy member as returned by mem_cgroup_iter()
1200 * Checking a cgroup is mc.from or mc.to or under hierarchy of
1248 * NOTE: @memcg and @p's mem_cgroup can be different when hierarchy is
1306 * This function returns the number of memcg under hierarchy tree. Returns
1539 * no reclaimable pages under this hierarchy mem_cgroup_soft_reclaim()
1574 * Check OOM-Killer is already running under our hierarchy.
1586 * this subtree of our hierarchy is already locked for_each_mem_cgroup_tree()
1642 * When a new child is created while the hierarchy is under oom, mem_cgroup_unmark_under_oom()
1951 * of the hierarchy under it.
2147 * If the hierarchy is above the normal consumption range, schedule try_charge()
2714 * hierarchy. Testing use_hierarchy is the caller's responsiblity.
3747 * A memcg's headroom is "min(max, high) - used". In the hierarchy, the
3801 * unnecessary especially in the light of the planned unified hierarchy.
4216 * Returns the parent mem_cgroup in memcgroup hierarchy with hierarchy enabled.
4377 * invoked when the userland requests disabling on the default hierarchy
4834 /* charge immigration isn't supported on the default hierarchy */ mem_cgroup_can_attach()
4839 * Multi-process migrations only happen on the default hierarchy mem_cgroup_can_attach()
5058 * to verify whether we're attached to the default hierarchy on each mount
5064 * use_hierarchy is forced on the default hierarchy. cgroup core mem_cgroup_bind()
5288 * considered an ancestor when assessing the hierarchy. mem_cgroup_low()
H A Dvmpressure.c193 * hierarchy. vmpressure_work_fn()
H A Dbacking-dev.c624 * memcg on the default hierarchy, memcg association is guaranteed to be
629 * and disabled closer to root in the hierarchy, each wb keeps track of
H A Drmap.c251 * degradation of anon_vma hierarchy to endless linear chain in case of
254 * good chance of avoiding scanning the whole hierarchy when it searches where
/linux-4.4.14/arch/microblaze/
H A DMakefile30 # USE_HW_MUL can be 0, 1, or 2, defining a hierarchy of HW Mul support.
/linux-4.4.14/arch/ia64/sn/include/
H A Dioerror.h35 * error handling hierarchy, can do so as a separate parameter.
/linux-4.4.14/tools/perf/util/
H A Dcgroup.c23 * in order to handle split hierarchy, we need to scan /proc/mounts cgroupfs_find_mountpoint()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
H A Dnrs_fifo.c123 * \retval 1 The FIFO policy only has a one-level resource hierarchy, as since
138 * resource hierarchy reference request. nrs_fifo_res_get()
H A Dnrs.c344 * Release references for the resource hierarchy moving upwards towards the
362 * Obtains references for each resource in the resource hierarchy for request
372 * \retval NULL resource hierarchy references not obtained
373 * \retval valid-pointer the bottom level of the resource hierarchy
383 * Set to NULL to traverse the resource hierarchy from the top. nrs_resource_get()
405 * of the resource hierarchy. nrs_resource_get()
419 * \param[out] resp the array where references to the resource hierarchy are
454 * Obtain resource hierarchy references. nrs_resource_get_safe()
478 * \param resp the resource hierarchy that is being released
/linux-4.4.14/fs/kernfs/
H A Dmount.c134 * @root: kernfs_root of the hierarchy being mounted
141 * @flags, and specify the hierarchy and namespace tag to mount via @root
H A Ddir.c722 * kernfs_create_root - create a new kernfs hierarchy
723 * @scops: optional syscall operations for the hierarchy
727 * Returns the root of the new hierarchy on success, ERR_PTR() value on
766 * kernfs_destroy_root - destroy a kernfs hierarchy
767 * @root: root of the hierarchy to destroy
769 * Destroy the hierarchy anchored at @root by removing all existing
/linux-4.4.14/kernel/rcu/
H A Dtree.h33 * Define shape of hierarchy based on NR_CPUS, CONFIG_RCU_FANOUT, and
149 * Definition for node within the RCU grace-period-detection hierarchy.
272 * Scan the leaves of the rcu_node hierarchy for the specified rcu_state
313 struct rcu_node *mynode; /* This CPU's leaf of hierarchy */
449 * RCU global state, including node hierarchy. This hierarchy is
451 * of the hierarchy is in ->node[0] (referenced by ->level[0]), the second
455 * CPUs and by CONFIG_RCU_FANOUT. Small systems will have a "hierarchy"
H A Dtree.c1897 * will access only the leaves of the hierarchy, thus seeing that no
2157 * Start a new RCU grace period if warranted, re-initializing the hierarchy
2254 /* Walk up the rcu_node hierarchy. */
2331 /* Report up the rest of the hierarchy, tracking current ->gpnum. */
2868 /* Funnel through hierarchy to reduce memory contention. */ force_quiescent_state()
H A Dtree_plugin.h86 pr_info("\tFour(or more)-level hierarchy is enabled.\n"); rcu_bootup_announce_oddness()
512 * then we need to report up the rcu_node hierarchy. rcu_read_unlock_special()
/linux-4.4.14/include/linux/amba/
H A Dpl022.h266 * @hierarchy: sets whether interface is master or slave
282 enum ssp_hierarchy hierarchy; member in struct:pl022_config_chip
/linux-4.4.14/arch/sh/
H A DMakefile159 # Common machine type headers. Not part of the arch/sh/boards/ hierarchy.
171 # hierarchy.
/linux-4.4.14/fs/ceph/
H A Dsnap.c26 * effectively divides the hierarchy into multiple "realms," where all
35 * maintains a hierarchy of realms reflecting the current parent/child
43 * snapshot, new parent, etc.) the client's realm hierarchy is updated.
45 * The realm hierarchy drives the generation of a 'snap context' for each
51 * update, but don't have enough memory to update our realm hierarchy,
328 hierarchy after each update.) */ build_snap_context()
828 * new point in the file hierarchy, or due to a rename that moves a file or
H A Dsuper.h654 * A "snap realm" describes a subset of the file hierarchy sharing
656 * are organized into a hierarchy, such that children inherit (some of)
H A Dmds_client.c25 * managing the file system namespace (the directory hierarchy and
2899 * this session _and_ the snap_realm hierarchy. Because it's not
/linux-4.4.14/arch/powerpc/kernel/
H A Deeh_pe.c4 * All the PEs should be organized as hierarchy tree. The first level
116 * The overall PEs form hierarchy tree. The first layer of the
117 * hierarchy tree is composed of PHB PEs. The function is used
143 * hierarchy PE tree.
288 * The whole PEs existing in the system are organized as hierarchy
394 * Put the new EEH PE into hierarchy tree. If the parent eeh_add_to_parent_pe()
434 * The PE hierarchy tree might be changed when doing PCI hotplug.
H A Dcacheinfo.c28 * - a list of "index" objects representing the cpu's local cache hierarchy
114 * representing the local cache hierarchy, which is ordered by level
855 * the sysfs hierarchy first */ cacheinfo_cpu_offline()
H A Dpci_dn.c93 /* Slow path: fetch from firmware data hierarchy */ pci_get_pdn_by_devfn()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Denum.h174 * it doesn't fit the scope hierarchy (not well-ordered by inclusion).
/linux-4.4.14/drivers/gpu/drm/msm/
H A Dmsm_gpu.h36 * Which means that the eventual complete "class" hierarchy, once
/linux-4.4.14/include/net/9p/
H A D9p.h97 * @P9_RATTACH: response with top level handle to file hierarchy
102 * @P9_TWALK: descend a directory hierarchy
103 * @P9_RWALK: response with new handle for position within hierarchy
114 * @P9_TREMOVE: request to remove an entity from the hierarchy
/linux-4.4.14/fs/xfs/
H A Dxfs_dquot.h70 * Lock hierarchy for q_qlock:
/linux-4.4.14/drivers/misc/mei/
H A Dhw-txe-regs.h154 * Resides in PCI memory space. This is the top hierarchy for
167 * This is the top hierarchy for masking interrupts from SeC to host.
H A Dhw-txe.c993 /* Clear the interrupts in hierarchy: mei_txe_check_and_ack_intrs()
/linux-4.4.14/drivers/media/common/siano/
H A Dsmsdvb-debugfs.c102 "hierarchy = %d\n", p->hierarchy); smsdvb_print_dvb_stats()
H A Dsmscoreapi.h719 u32 hierarchy; /* hierarchy from SMSHOSTLIB_HIERARCHY_ET, member in struct:sms_stats
944 u32 hierarchy; /* hierarchy from SMSHOSTLIB_HIERARCHY_ET */ member in struct:sms_tx_stats
H A Dsmsdvb-main.c236 c->hierarchy = sms_to_hierarchy(p->hierarchy); smsdvb_update_tx_params()
299 c->hierarchy = sms_to_hierarchy(p->hierarchy); smsdvb_update_dvb_stats()
/linux-4.4.14/fs/proc/
H A Dproc_sysctl.c1175 * Register a sysctl table hierarchy. @table should be a filled in ctl_table
1402 * __register_sysctl_paths - register a sysctl table hierarchy
1407 * Register a sysctl table hierarchy. @table should be a filled in ctl_table
1474 * register_sysctl_table_path - register a sysctl table hierarchy
1478 * Register a sysctl table hierarchy. @table should be a filled in ctl_table
1492 * register_sysctl_table - register a sysctl table hierarchy
1495 * Register a sysctl table hierarchy. @table should be a filled in ctl_table
1559 * unregister_sysctl_table - unregister a sysctl table hierarchy
/linux-4.4.14/arch/sparc/kernel/
H A Dcpumap.c34 int num_cpus; /* Number of CPUs in this hierarchy */
179 /* Build a tree representation of the CPU hierarchy using the per CPU
H A Dof_device_32.c228 * hierarchy within the device itself. These aren't use_1to1_mapping()
H A Dof_device_64.c291 * hierarchy within the device itself. These aren't use_1to1_mapping()
H A Dsignal32.c380 * hierarchy from underneath us, since that can't complete flush_signal_insns()
/linux-4.4.14/arch/ia64/include/asm/
H A Dpal.h36 #define PAL_CACHE_SUMMARY 4 /* get summary of cache hierarchy */
121 /* Processor cache level in the hierarchy */
128 /* Processor cache type at a particular level in the hierarchy */
280 /* Processor cache line identification in the hierarchy */
287 * hierarchy.
300 * hierarchy.
582 hier : 2, /* Bus hierarchy level */
991 /* Return summary information about the hierarchy of caches controlled by the processor */ ia64_pal_cache_summary()
/linux-4.4.14/fs/configfs/
H A Ddir.c324 * Check that a directory does not belong to a directory hierarchy being
447 * Fake invisibility if dir belongs to a group/default groups hierarchy configfs_lookup()
887 * ready to tear it out of the hierarchy. Notify the client before
889 * navigating the hierarchy. A client does not need to provide this
1008 * Here we do a depth-first search of the dentry hierarchy looking for
1171 * Fake invisibility if dir belongs to a group/default groups hierarchy configfs_mkdir()
1487 * Fake invisibility if dir belongs to a group/default groups hierarchy configfs_dir_open()
H A Dsymlink.c146 * Fake invisibility if dir belongs to a group/default groups hierarchy configfs_symlink()
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Daf9005-fe.c1261 /* tps hierarchy and alpha value */ af9005_fe_get_frontend()
1271 fep->hierarchy = HIERARCHY_NONE; af9005_fe_get_frontend()
1275 fep->hierarchy = HIERARCHY_1; af9005_fe_get_frontend()
1279 fep->hierarchy = HIERARCHY_2; af9005_fe_get_frontend()
1283 fep->hierarchy = HIERARCHY_4; af9005_fe_get_frontend()
H A DcinergyT2-fe.c121 switch (op->hierarchy) { compute_tps()
H A Dfriio-fe.c296 p->hierarchy = HIERARCHY_AUTO; jdvbt90502_get_frontend()
/linux-4.4.14/block/
H A Dblk-throttle.c359 * If on the default hierarchy, we switch to properly hierarchical throtl_pd_init()
365 * If not on the default hierarchy, the broken flat hierarchy throtl_pd_init()
369 * regardless of the position of the group in the hierarchy. throtl_pd_init()
379 * This doesn't require walking up to the top of the hierarchy as the
1162 * restrictions in the whole hierarchy and allows them to bypass tg_conf_updated()
H A Dblk-cgroup.c1182 * together on the default hierarchy so that the owner cgroup can
/linux-4.4.14/drivers/base/
H A Dcacheinfo.c201 * For systems using DT for cache hierarchy, of_node and shared_cpu_map detect_cache_attributes()
206 pr_warn("Unable to detect cache hierarchy from DT for CPU %d\n", detect_cache_attributes()
H A Dcore.c1004 * device_add - add device to device hierarchy.
1010 * This adds @dev to the kobject hierarchy via kobject_add(), adds it
1177 * before it is added to the hierarchy.
1227 * from the kobject hierarchy.
H A Dplatform.c302 * platform_device_add - add a platform device to device hierarchy
/linux-4.4.14/arch/arm/mm/
H A Dcache-uniphier.c93 * @list: list node to include this level in the whole cache hierarchy
108 * List of the whole outer cache hierarchy. This list is only modified during
/linux-4.4.14/drivers/usb/core/
H A Dusb-acpi.c138 * acpi device nodes. The hierarchy like following. usb_acpi_find_companion()
/linux-4.4.14/drivers/rtc/
H A Drtc-coh901331.c41 * hierarchy as needed, the RTC clock is always on anyway.
/linux-4.4.14/arch/x86/include/asm/
H A Dspecial_insns.h222 * processor's cache hierarchy with CLWB, CLFLUSHOPT or CLFLUSH is accepted to
/linux-4.4.14/net/core/
H A Drequest_sock.c88 * locking hierarchy violation. E.g., inet_csk_listen_stop() may try to
/linux-4.4.14/include/linux/crush/
H A Dcrush.h26 #define CRUSH_MAX_DEPTH 10 /* max crush hierarchy depth */
/linux-4.4.14/arch/mips/pci/
H A Dpci.c227 * cache hierarchy. pcibios_set_cache_line_size()
/linux-4.4.14/arch/arm/mach-cns3xxx/
H A Dpcie.c67 * The CNS PCI bridge doesn't fit into the PCI hierarchy, though cns3xxx_pci_map_bus()
/linux-4.4.14/sound/pci/cs46xx/
H A Dcs46xx_dsp_task_types.h33 Example hierarchy of stream control blocks in the SP
/linux-4.4.14/drivers/macintosh/
H A Dmacio_asic.c208 * level of hierarchy, but I don't really feel the need macio_resource_quirks()
474 /* Add macio itself to hierarchy */ macio_pci_add_devices()
/linux-4.4.14/drivers/of/
H A Dirq.c680 * Walk up the device hierarchy looking for devices with a "msi-map"
707 * Walk up the device hierarchy looking for devices with a "msi-map"
/linux-4.4.14/drivers/pci/
H A Dpci-acpi.c602 * Function 8, "Reset Delay," applies to the entire hierarchy below a PCI
604 * the hierarchy have already completed power-on reset delays.
H A Dpci.c787 * whole hierarchy may be powered on into __pci_start_power_transition()
834 /* Power off the bridge may power off the whole hierarchy */ __pci_complete_power_transition()
2698 * pci_acs_path_enable - test ACS flags from start to end in a hierarchy
/linux-4.4.14/include/uapi/linux/
H A Dperf_event.h885 mem_lvl:14, /* memory hierarchy level */
901 /* memory hierarchy (memory level, hit or miss) */
H A Dpkt_sched.h396 __u32 level; /* class level in hierarchy */
/linux-4.4.14/drivers/thunderbolt/
H A Dtb.c77 * tb_free_unplugged_children() - traverse hierarchy and free unplugged switches
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_fb.c40 /* object hierarchy -
/linux-4.4.14/drivers/acpi/acpica/
H A Dtbxfload.c432 * by an ID, not simply a position within the hierarchy. ACPI_EXPORT_SYMBOL()
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dsigcontext.h6 * hierarchy of CPU and FPU state, available to user-space (on the stack) when
/linux-4.4.14/drivers/clk/rockchip/
H A Dclk-cpu.c14 * The CPU clock is typically derived from a hierarchy of clock
/linux-4.4.14/drivers/clk/samsung/
H A Dclk-cpu.c14 * group of CPUs. The CPU clock is typically derived from a hierarchy of clock
/linux-4.4.14/net/sched/
H A Dsch_mqprio.c381 /* Walk hierarchy with a virtual class per tc */ mqprio_walk()
H A Dsch_hfsc.c118 unsigned int level; /* class level in hierarchy */
305 * get the leaf class with the minimum vt in the hierarchy
1638 * get the class with the minimum vt in the hierarchy hfsc_dequeue()
H A Dsch_cbq.c121 unsigned char level; /* level of the class in hierarchy:
459 /* TC_CBQ_OVL_RCLASSIC: penalize by offtime classes in hierarchy, when
H A Dsch_api.c1552 parent == X:Y - parent is a node in hierarchy. tc_ctl_tclass()
H A Dsch_htb.c48 it allows to assign priority to each class in hierarchy.
/linux-4.4.14/arch/arm/mach-omap1/
H A Dclock.h161 struct dentry *dent; /* For visible tree hierarchy */
H A Dclock.c983 * debugfs support to trace clock tree hierarchy and attributes
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fb.c41 /* object hierarchy -
/linux-4.4.14/drivers/watchdog/
H A Dcoh901327_wdt.c80 * counting higher up in the clock hierarchy.
/linux-4.4.14/drivers/net/
H A Dnetconsole.c91 * @item: Links us into the configfs subsystem hierarchy.
137 * do not exist in the configfs hierarchy (and have NULL names) and will
230 * Our subsystem hierarchy is:
/linux-4.4.14/drivers/clk/
H A Dclk-u300.c360 * The clocking hierarchy currently looks like this.
363 * hierarchy has to be on in order for another clock to be on. Now,
364 * both CPU and DMA can actually be on top of the hierarchy, and that
/linux-4.4.14/lib/
H A Dkobject.c375 * The kobject name is set and added to the kobject hierarchy in this
419 * kobject_init_and_add - initialize a kobject structure and add it to the kobject hierarchy
566 * kobject_del - unlink kobject from hierarchy.
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dlustre_net.h612 * hierarchy for a request that has arrived for handling at the PTLRPC
637 * hierarchy; currently only 0 (for a non-leaf resource)
652 * hierarchy for the request; this operation is optional.
1113 * hierarchy. This hierarchy may be extended with one or more levels in the
1187 * The request's resource hierarchy.
/linux-4.4.14/drivers/spi/
H A Dspi-pl022.c1626 if ((chip_info->hierarchy != SSP_MASTER) verify_controller_parameters()
1627 && (chip_info->hierarchy != SSP_SLAVE)) { verify_controller_parameters()
1629 "hierarchy is configured incorrectly\n"); verify_controller_parameters()
1812 .hierarchy = SSP_SLAVE,
1867 chip_info_dt.hierarchy = SSP_MASTER; pl022_setup()
2051 SSP_WRITE_BITS(chip->cr1, chip_info->hierarchy, SSP_CR1_MASK_MS, 2); pl022_setup()
/linux-4.4.14/drivers/media/dvb-core/
H A Ddvb_frontend.c1029 c->hierarchy = HIERARCHY_AUTO; dvb_frontend_clear_cache()
1249 c->hierarchy = p->u.ofdm.hierarchy_information; dtv_property_cache_sync()
1329 p->u.ofdm.hierarchy_information = c->hierarchy; dtv_property_legacy_params_sync()
1437 tvp->u.data = c->hierarchy; dtv_property_process_get()
1905 c->hierarchy = tvp->u.data; dtv_property_process_set()
2209 if (c->hierarchy == HIERARCHY_NONE && c->code_rate_LP == FEC_NONE) dtv_set_frontend()
H A Ddvb_frontend.h510 * @hierarchy: Hierarchy
580 enum fe_hierarchy hierarchy; member in struct:dtv_frontend_properties
/linux-4.4.14/drivers/scsi/
H A Dscsi_transport_sas.c746 * sas_phy_add - add a SAS PHY to the device hierarchy
971 * sas_port_add - add a SAS port to the device hierarchy
1541 * sas_rphy_add - add a SAS remote PHY to the device hierarchy
H A Dscsi_transport_srp.c716 * srp_rport_add - add a SRP remote port to the device hierarchy
/linux-4.4.14/security/apparmor/
H A Dpolicy.c45 * for attachment. The hierarchy of namespaces allows for virtualizing
48 * The profile hierarchy severs two distinct purposes,
55 * - it allows for binary hierarchy of profiles, so that execution history
/linux-4.4.14/drivers/md/persistent-data/
H A Ddm-btree-remove.c460 * Prepares for removal from one level of the hierarchy. The caller must
/linux-4.4.14/drivers/misc/ibmasm/
H A Dibmasmfs.c31 * The IBMASM file virtual filesystem. It creates the following hierarchy
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h587 /**< Autodetect hierarchy. */
1015 enum drx_hierarchy hierarchy; member in struct:drx_channel
1016 /**< hierarchy */
1132 enum drx_hierarchy hierarchy; member in struct:drxtps_info
/linux-4.4.14/arch/x86/kernel/
H A Daperture_64.c186 * the AGP bridges should be always an own bus on the HT hierarchy,
/linux-4.4.14/arch/cris/arch-v32/mach-a3/
H A Darbiter.c11 * The artpec-3 has two arbiters. The memory hierarchy looks like this:
/linux-4.4.14/fs/jfs/
H A Dresize.c331 * update/init dmap and bubble up the control hierarchy jfs_extendfs()
H A Dnamei.c792 * path in the directory hierarchy);
/linux-4.4.14/security/apparmor/include/
H A Dpolicy.h191 * Profiles have a hierarchy where hats and children profiles keep
/linux-4.4.14/include/scsi/
H A Dlibiscsi.h335 * hierarchy. The mutual exclusion zone protected by the forward lock
/linux-4.4.14/arch/powerpc/include/asm/
H A Deeh.h61 * to each other. the struct has to reflect that hierarchy in
H A Depapr_hcalls.h396 * number to be handled irrespective of the hierarchy or cascading
/linux-4.4.14/sound/firewire/oxfw/
H A Doxfw-stream.c428 * this module can support a hierarchy combination that: snd_oxfw_stream_parse_format()
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c819 /* locking hierarchy: cq lock first, then qp lock. */ __flush_qp()
833 /* locking hierarchy: cq lock first, then qp lock. */ __flush_qp()
/linux-4.4.14/drivers/gpu/vga/
H A Dvgaarb.c499 * Now iterate the previous devices bridge hierarchy. vga_arbiter_check_bridge_sharing()
501 * devices hierarchy then we can't use it to control vga_arbiter_check_bridge_sharing()
/linux-4.4.14/drivers/iommu/
H A Dfsl_pamu.c578 /* advance to next node in cache hierarchy */ get_stash_id()
581 pr_debug("Invalid node for cache hierarchy\n"); get_stash_id()
/linux-4.4.14/drivers/media/firewire/
H A Dfiredtv-avc.c505 | (p->hierarchy != HIERARCHY_AUTO ? 1 << 3 : 0) avc_tuner_dsd_dvb_t()
538 switch (p->hierarchy) { avc_tuner_dsd_dvb_t()
/linux-4.4.14/drivers/pci/hotplug/
H A Dacpiphp_glue.c240 * this PCIe hierarchy. device_is_managed_by_native_pciehp()
629 * @dev: PCI device to start walking the hierarchy from.
/linux-4.4.14/scripts/kconfig/
H A Dnconf.c120 "rather than the default multimenu hierarchy, run nconfig with\n"
226 " the menu hierarchy.\n"
H A Dmconf.c150 "rather than the default multimenu hierarchy, run the menuconfig with\n"
/linux-4.4.14/kernel/irq/
H A Dchip.c1023 * Iterate through the domain hierarchy of the interrupt and check
1071 * For hierarchical domains we find the first chip in the hierarchy
H A Dirqdomain.c857 * irq_domain_create_hierarchy - Add a irqdomain into the hierarchy
1158 * hierarchy IRQ domains.
/linux-4.4.14/arch/powerpc/platforms/512x/
H A Dclock-commonclk.c418 * subsequent code can create the remainder of the hierarchy (REF ->
735 /* now setup the REF -> SYS -> CSB -> IPS hierarchy */ mpc512x_clk_setup_clock_tree()
/linux-4.4.14/drivers/misc/sgi-gru/
H A Dgrutables.h562 /* Lock hierarchy checking enabled only in emulator */
/linux-4.4.14/security/
H A Ddevice_cgroup.c517 * This is one of the three key functions for hierarchy implementation.
/linux-4.4.14/kernel/debug/
H A Ddebug_core.c686 * Locking hierarchy:
/linux-4.4.14/kernel/gcov/
H A Dfs.c781 /* Replay previous events to get our fs hierarchy up-to-date. */ gcov_fs_init()
/linux-4.4.14/include/net/
H A Dsch_generic.h64 #define TCQ_F_NOPARENT 0x40 /* root of its hierarchy :
H A Dxfrm.h110 and enter to infinite locking hierarchy disaster.
/linux-4.4.14/drivers/base/power/
H A Druntime.c1393 * pm_runtime_remove - Prepare for removing a device from device hierarchy.
1394 * @dev: Device object being removed from device hierarchy.
/linux-4.4.14/kernel/sched/
H A Dfair.c265 /* Walk up scheduling entities hierarchy */
342 * same cfs_rq i.e who have a common parent. Walk up the hierarchy of find_matching_se()
1762 * searching down the hierarchy of node groups, recursively searching
3481 * hierarchy can be throttled __account_cfs_rq_runtime()
3509 * dest_cpu are members of a throttled hierarchy when performing group
3565 /* freeze hierarchy runnable averages while throttled */ throttle_cfs_rq()
5218 * hierarchy, only change the part that actually changes. pick_next_task_fair()
7831 * load balance only within the local sched_domain hierarchy run_rebalance_domains()
8226 /* Propagate contribution to hierarchy */ for_each_possible_cpu()
H A Dsched.h403 * a hierarchy). Non-leaf lrqs hold other higher schedulable entities
/linux-4.4.14/scripts/
H A Danalyze_suspend.py194 # each test run. The data is organized into a cronological hierarchy:
1223 # add the traceevent data to the device hierarchy
1237 # add the callgraph data to the device hierarchy
1514 # add the traceevent data to the device hierarchy
1528 # add the callgraph data to the device hierarchy
/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_lport.c37 * The following hierarchy defines the locking rules. A greater lock
39 * be held while attempting to acquire a greater lock. Here is the hierarchy-
H A Dfc_rport.c37 * more comments on the hierarchy.
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
H A Dqp.c1126 /* locking hierarchy: cq lock first, then qp lock. */ __flush_qp()
1143 /* locking hierarchy: cq lock first, then qp lock. */ __flush_qp()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pf.c85 * fm10k_is_ari_hierarchy_pf - Indicate ARI hierarchy support
88 * Looks at the ARI hierarchy bit to determine whether ARI is supported or not.
/linux-4.4.14/drivers/parisc/
H A Dccio-dma.c841 /* GRANT Need to establish hierarchy for non-PCI devs as well ccio_alloc_consistent()
1386 * "insert" ccio ranges in the mmio hierarchy (/proc/iomem). ccio_init_resource()
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dmce.c535 * cache hierarchy error. The combination of bit 2 and bit 3 memory_error()
536 * is used for indicating a `generic' cache hierarchy error memory_error()
/linux-4.4.14/fs/udf/
H A Dinode.c1272 * Maximum length of linked list formed by ICB hierarchy. The chosen number is
1345 "too many ICBs in ICB hierarchy" udf_read_inode()
/linux-4.4.14/drivers/mfd/
H A Dab8500-core.c101 * latch hierarchy registers
/linux-4.4.14/drivers/powercap/
H A Dintel_rapl.c1373 /* RAPL interface can be made of a two-level hierarchy: package level and domain
/linux-4.4.14/drivers/acpi/
H A Ddevice_pm.c71 /* TBD: Non-recursive algorithm for walking up hierarchy. */ acpi_device_get_power()
/linux-4.4.14/arch/x86/kvm/
H A Dpaging_tmpl.h547 * Fetch a shadow pte for a specific level in the paging hierarchy.
/linux-4.4.14/kernel/time/
H A Dtick-sched.c827 * Update the idle state in the scheduler domain hierarchy tick_nohz_idle_enter()
/linux-4.4.14/arch/arm/kvm/
H A Dcoproc.c1225 * exist at further-out levels of the hierarchy. So, for kvm_coproc_table_init()
/linux-4.4.14/sound/firewire/bebob/
H A Dbebob_stream.c823 * this module can support a hierarchy combination that: parse_stream_formation()
/linux-4.4.14/tools/perf/bench/
H A Dnuma.c68 /* Task hierarchy: */
/linux-4.4.14/drivers/net/ethernet/altera/
H A Daltera_tse_main.c607 /* Push data out of the cache hierarchy into main memory */ tse_start_xmit()
/linux-4.4.14/fs/ocfs2/
H A Dnamei.c1256 /* Assume a directory hierarchy thusly: ocfs2_rename()

Completed in 7376 milliseconds

12