Home
last modified time | relevance | path

Searched full:oc (Results 1 – 25 of 111) sorted by relevance

12345

/linux/fs/xfs/scrub/
H A Ddirtree_repair.c70 struct xchk_dirtree_outcomes *oc) in xrep_dirtree_delete_all_paths() argument
78 oc->suspect--; in xrep_dirtree_delete_all_paths()
79 oc->bad++; in xrep_dirtree_delete_all_paths()
83 oc->good--; in xrep_dirtree_delete_all_paths()
84 oc->bad++; in xrep_dirtree_delete_all_paths()
92 ASSERT(oc->suspect == 0); in xrep_dirtree_delete_all_paths()
93 ASSERT(oc->good == 0); in xrep_dirtree_delete_all_paths()
116 struct xchk_dirtree_outcomes *oc) in xrep_dirtree_find_surviving_path() argument
138 ASSERT(oc->suspect + oc->good == 1); in xrep_dirtree_find_surviving_path()
145 struct xchk_dirtree_outcomes *oc) in xrep_dirtree_keep_one_good_path() argument
[all …]
H A Ddirtree.c860 struct xchk_dirtree_outcomes *oc) in xchk_dirtree_evaluate() argument
867 memset(oc, 0, sizeof(struct xchk_dirtree_outcomes)); in xchk_dirtree_evaluate()
879 oc->bad++; in xchk_dirtree_evaluate()
884 oc->suspect++; in xchk_dirtree_evaluate()
892 oc->good++; in xchk_dirtree_evaluate()
904 trace_xchk_dirtree_evaluate(dl, oc); in xchk_dirtree_evaluate()
912 struct xchk_dirtree_outcomes oc; in xchk_dirtree() local
979 xchk_dirtree_evaluate(dl, &oc); in xchk_dirtree()
981 if (oc.good || oc.bad || oc.suspect) in xchk_dirtree()
984 if (oc.bad || oc.good + oc.suspect != 1) in xchk_dirtree()
[all …]
/linux/Documentation/wmi/devices/
H A Dlenovo-wmi-gamezone.rst81 …iMethodId(14), Implemented, Description("cpu oc capability")] void IsSupportCpuOC ([out, Descripti…
94 …), Implemented, Description("Get Memory OC Information")] void GetMemoryOCInfo ([out, Description(…
117 …the flag of restore OC value")] void IsRestoreOCValue ([in, Description("Clean this flag")] UINT32…
119 …Id(56), Implemented, Description("Get the OC switch status in BIOS")] void GetBIOSOCMode ([out, De…
122 …[WmiMethodId(62), Implemented, Description("Check the Adapter type fit for OC")] void IsACFitForOC…
131 …[WMI, Dynamic, Provider("WmiProv"), Locale("MS\\0x409"), Description("Definition of CPU OC paramet…
136 [WmiDataId(1), read, Description("OC tune id.")] uint32 Tuneid;
138 [WmiDataId(3), read, Description("OC Value.")] uint32 OCValue;
142 [WmiDataId(7), read, Description("OC Order id.")] uint32 OCOrderid;
143 [WmiDataId(8), read, Description("NON-OC Order id.")] uint32 NOCOrderid;
[all …]
/linux/tools/perf/pmu-events/arch/x86/amdzen1/
H A Dother.json5 "BriefDescription": "OC Mode Switch. OC to IC mode switch.",
11 "BriefDescription": "OC Mode Switch. IC to OC mode switch.",
H A Dcache.json46 …n Pipe Stall. IC pipe was stalled during this clock cycle (including IC to OC fetches) due to DQ e…
52 …n Pipe Stall. IC pipe was stalled during this clock cycle (including IC to OC fetches) due to back…
/linux/drivers/scsi/bfa/
H A Dbfa_cs.h182 * oc - object class eg. bfa_ioc
187 #define bfa_sm_state_decl(oc, st, otype, etype) \ argument
188 static void oc ## _sm_ ## st(otype * fsm, etype event)
211 * oc - object class eg. bfa_ioc
216 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
217 static void oc ## _sm_ ## st(otype * fsm, etype event); \
218 static void oc ## _sm_ ## st ## _entry(otype * fsm)
/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_cs.h62 /* oc - object class eg. bfa_ioc
67 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
68 static void oc ## _sm_ ## st(otype * fsm, etype event); \
69 static void oc ## _sm_ ## st ## _entry(otype * fsm)
/linux/arch/sh/include/cpu-sh4/cpu/
H A Dcache.h21 #define CCR_CACHE_OCI 0x0008 /* OC Invalidate */
22 #define CCR_CACHE_ORA 0x0020 /* OC RAM Mode */
23 #define CCR_CACHE_OIX 0x0080 /* OC Index Enable */
/linux/arch/arm/mach-omap2/
H A Ddisplay.c373 struct omap_hwmod_opt_clk *oc; in omap_dss_reset() local
382 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) in omap_dss_reset()
383 clk_prepare_enable(oc->_clk); in omap_dss_reset()
408 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) in omap_dss_reset()
409 clk_disable_unprepare(oc->_clk); in omap_dss_reset()
H A Domap_hwmod.c911 struct omap_hwmod_opt_clk *oc; in _init_opt_clks() local
916 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) { in _init_opt_clks()
917 c = clk_get(NULL, oc->clk); in _init_opt_clks()
920 oh->name, oc->clk); in _init_opt_clks()
924 oc->_clk = c; in _init_opt_clks()
933 clk_prepare(oc->_clk); in _init_opt_clks()
941 struct omap_hwmod_opt_clk *oc; in _enable_optional_clocks() local
946 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) in _enable_optional_clocks()
947 if (oc->_clk) { in _enable_optional_clocks()
948 pr_debug("omap_hwmod: enable %s:%s\n", oc->role, in _enable_optional_clocks()
[all …]
/linux/tools/perf/pmu-events/arch/x86/amdzen2/
H A Dcache.json286 …n Pipe Stall. IC pipe was stalled during this clock cycle (including IC to OC fetches) due to DQ e…
292 …n Pipe Stall. IC pipe was stalled during this clock cycle (including IC to OC fetches) due to back…
310 "BriefDescription": "OC Mode Switch. OC to IC mode switch.",
316 "BriefDescription": "OC Mode Switch. IC to OC mode switch.",
/linux/arch/arm/boot/dts/st/
H A Dstih410-pinctrl.dtsi15 usb-oc-detect = <&pio35 0 ALT1 IN>;
24 usb-oc-detect = <&pio35 2 ALT1 IN>;
/linux/tools/perf/pmu-events/arch/x86/amdzen3/
H A Dcache.json292 …n Pipe Stall. IC pipe was stalled during this clock cycle (including IC to OC fetches) due to DQ e…
298 …n Pipe Stall. IC pipe was stalled during this clock cycle (including IC to OC fetches) due to back…
334 "BriefDescription": "OC Mode Switch. OC to IC mode switch.",
340 "BriefDescription": "OC Mode Switch. IC to OC mode switch.",
/linux/Documentation/devicetree/bindings/usb/
H A Dpxa-usb.txt18 - "marvell,no-oc-protection" - disable over-current protection.
19 - "marvell,oc-mode-perport" - enable per-port over-current protection.
/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dtlan.rst41 108d 0012 Olicom OC-2325
42 108d 0013 Olicom OC-2183
43 108d 0014 Olicom OC-2326
/linux/drivers/block/drbd/
H A Ddrbd_state.c974 is_valid_conn_transition(enum drbd_conns oc, enum drbd_conns nc) in is_valid_conn_transition() argument
977 if (oc == nc) in is_valid_conn_transition()
981 if (oc == C_STANDALONE && nc == C_DISCONNECTING) in is_valid_conn_transition()
985 if (oc == C_STANDALONE && nc != C_UNCONNECTED) in is_valid_conn_transition()
990 if (oc < C_WF_REPORT_PARAMS && nc >= C_CONNECTED) in is_valid_conn_transition()
994 if (oc >= C_TIMEOUT && oc <= C_TEAR_DOWN && nc != C_UNCONNECTED && nc != C_DISCONNECTING) in is_valid_conn_transition()
998 if (oc == C_DISCONNECTING && nc != C_STANDALONE) in is_valid_conn_transition()
2039 enum drbd_conns oc; member
2052 enum drbd_conns oc = acscw->oc; in w_after_conn_state_ch() local
2062 if (oc == C_STANDALONE && ns_max.conn == C_UNCONNECTED) in w_after_conn_state_ch()
[all …]
/linux/arch/powerpc/boot/dts/
H A Deiger.dts326 has-inverted-stacr-oc;
356 has-inverted-stacr-oc;
386 has-inverted-stacr-oc;
416 has-inverted-stacr-oc;
H A Darches.dts277 has-inverted-stacr-oc;
306 has-inverted-stacr-oc;
335 has-inverted-stacr-oc;
H A Dglacier.dts363 has-inverted-stacr-oc;
393 has-inverted-stacr-oc;
423 has-inverted-stacr-oc;
453 has-inverted-stacr-oc;
/linux/Documentation/devicetree/bindings/regulator/
H A Dregulator.yaml129 regulator-oc-protection-microamp:
135 regulator-oc-error-microamp:
141 regulator-oc-warn-microamp:
/linux/drivers/watchdog/
H A Dintel_oc_wdt.c3 * Intel OC Watchdog driver
233 MODULE_DESCRIPTION("Intel OC Watchdog driver");
/linux/Documentation/devicetree/bindings/mfd/
H A Das3722.txt75 voltage-in-standby, oc-pg-sd0, oc-pg-sd6,
/linux/arch/s390/include/asm/
H A Dchsc.h60 u8 oc; member
H A Deadm.h44 u8 oc:4; member
/linux/arch/arm/boot/dts/microchip/
H A Dat91-gatwick.dts116 /delete-property/atmel,oc-gpio;

12345