Home
last modified time | relevance | path

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

1234567

/linux-6.14.4/mm/
Doom_kill.c72 static inline bool is_memcg_oom(struct oom_control *oc) in is_memcg_oom() argument
74 return oc->memcg != NULL; in is_memcg_oom()
81 * @oc: pointer to struct oom_control
91 struct oom_control *oc) in oom_cpuset_eligible() argument
95 const nodemask_t *mask = oc->nodemask; in oom_cpuset_eligible()
122 static bool oom_cpuset_eligible(struct task_struct *tsk, struct oom_control *oc) in oom_cpuset_eligible() argument
157 static inline bool is_sysrq_oom(struct oom_control *oc) in is_sysrq_oom() argument
159 return oc->order == -1; in is_sysrq_oom()
252 static enum oom_constraint constrained_alloc(struct oom_control *oc) in constrained_alloc() argument
256 enum zone_type highest_zoneidx = gfp_zone(oc->gfp_mask); in constrained_alloc()
[all …]
/linux-6.14.4/fs/xfs/scrub/
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 …]
Ddirtree.c861 struct xchk_dirtree_outcomes *oc) in xchk_dirtree_evaluate() argument
868 memset(oc, 0, sizeof(struct xchk_dirtree_outcomes)); in xchk_dirtree_evaluate()
880 oc->bad++; in xchk_dirtree_evaluate()
885 oc->suspect++; in xchk_dirtree_evaluate()
893 oc->good++; in xchk_dirtree_evaluate()
905 trace_xchk_dirtree_evaluate(dl, oc); in xchk_dirtree_evaluate()
913 struct xchk_dirtree_outcomes oc; in xchk_dirtree() local
980 xchk_dirtree_evaluate(dl, &oc); in xchk_dirtree()
982 if (oc.good || oc.bad || oc.suspect) in xchk_dirtree()
985 if (oc.bad || oc.good + oc.suspect != 1) in xchk_dirtree()
[all …]
/linux-6.14.4/tools/perf/pmu-events/arch/x86/amdzen1/
Dother.json5 "BriefDescription": "OC Mode Switch. OC to IC mode switch.",
11 "BriefDescription": "OC Mode Switch. IC to OC mode switch.",
/linux-6.14.4/arch/arm/boot/dts/aspeed/
Daspeed-bmc-ibm-sbp1.dts1980 regulator-oc-protection-microamp = <2800000>;
2021 regulator-oc-protection-microamp = <2800000>;
3645 regulator-oc-protection-microamp = <3400000>;
3652 regulator-oc-protection-microamp = <3400000>;
4153 regulator-oc-protection-microamp = <3400000>;
4177 regulator-oc-protection-microamp = <3400000>;
4201 regulator-oc-protection-microamp = <3400000>;
4224 regulator-oc-protection-microamp = <3400000>;
4247 regulator-oc-protection-microamp = <3400000>;
4270 regulator-oc-protection-microamp = <3400000>;
[all …]
/linux-6.14.4/drivers/scsi/bfa/
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-6.14.4/drivers/net/ethernet/brocade/bna/
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-6.14.4/arch/sh/include/cpu-sh4/cpu/
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-6.14.4/drivers/platform/x86/intel/
Dturbo_max_3.c46 pr_debug("cpu %d OC mailbox write failed\n", cpu); in get_oc_core_priority()
53 pr_debug("cpu %d OC mailbox read failed\n", cpu); in get_oc_core_priority()
58 pr_debug("cpu %d OC mailbox still processing\n", cpu); in get_oc_core_priority()
64 pr_debug("cpu %d OC mailbox cmd failed\n", cpu); in get_oc_core_priority()
/linux-6.14.4/arch/arm/mach-omap2/
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()
/linux-6.14.4/tools/perf/pmu-events/arch/x86/amdzen2/
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-6.14.4/arch/arm/boot/dts/st/
Dstih410-pinctrl.dtsi15 usb-oc-detect = <&pio35 0 ALT1 IN>;
24 usb-oc-detect = <&pio35 2 ALT1 IN>;
/linux-6.14.4/tools/perf/pmu-events/arch/x86/amdzen3/
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-6.14.4/drivers/atm/
Dfore200e.h256 OPCODE_SET_OC3, /* set OC-3 registers */
257 OPCODE_GET_OC3, /* get OC-3 registers */
318 /* OC-3 registers */
323 for a description of the OC-3 chip registers */
327 /* set/get OC-3 regs command opcode */
341 /* set/get OC-3 regs command block */
344 struct oc3_opcode opcode; /* set/get OC-3 regs command opcode */
345 u32 regs_haddr; /* host DMA address of OC-3 regs buffer */
358 /* OC-3 statistics */
443 struct stats_oc3 oc3; /* OC-3 statistics */
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/thermal/
Dnvidia,tegra124-soctherm.yaml133 description: Specifies the number of OC events that are required
135 property is missing. A value of 0 will interrupt on every OC
140 description: Configures the polarity of the OC alaram signal. If
146 expires (which means the OC event has not occurred for a long
152 throttling is engaged after the OC event is deasserted.
/linux-6.14.4/Documentation/devicetree/bindings/usb/
Dpxa-usb.txt18 - "marvell,no-oc-protection" - disable over-current protection.
19 - "marvell,oc-mode-perport" - enable per-port over-current protection.
Dgeneric-ehci.yaml140 spurious-oc:
144 the OC bit when an over-current isn't actually present.
Dqcom,pmic-typec.yaml68 - const: vconn-oc
163 "vconn-oc",
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/ti/
Dtlan.rst41 108d 0012 Olicom OC-2325
42 108d 0013 Olicom OC-2183
43 108d 0014 Olicom OC-2326
/linux-6.14.4/drivers/thermal/tegra/
Dsoctherm.c352 struct mutex irq_lock; /* serialize OC IRQs */
981 * @irq: OC irq number. Currently not being used. See description
985 * and handle any OC events that happened. Additionally, it checks every
1006 pr_err("soctherm: OC ALARM 0x%08x\n", ex); in soctherm_edp_isr_thread()
1041 pr_err("soctherm: Ignored unexpected OC ALARM 0x%08x\n", st); in soctherm_edp_isr_thread()
1058 * The OC_INTR_DISABLE register indicates which OC interrupts
1092 * soctherm_oc_irq_sync_unlock() - Unlocks the OC interrupt request
1221 pr_info("%s(): OC interrupts are not enabled\n", __func__); in soctherm_oc_int_init()
1246 pr_debug("%s(): OC interrupts enabled successful\n", __func__); in soctherm_oc_int_init()
1869 struct soctherm_oc_cfg *oc = &ts->throt_cfgs[throt].oc_cfg; in soctherm_oc_cfg_program() local
[all …]
/linux-6.14.4/drivers/block/drbd/
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-6.14.4/Documentation/devicetree/bindings/regulator/
Dregulator.yaml129 regulator-oc-protection-microamp:
135 regulator-oc-error-microamp:
141 regulator-oc-warn-microamp:
/linux-6.14.4/arch/powerpc/boot/dts/
Deiger.dts326 has-inverted-stacr-oc;
356 has-inverted-stacr-oc;
386 has-inverted-stacr-oc;
416 has-inverted-stacr-oc;
Darches.dts277 has-inverted-stacr-oc;
306 has-inverted-stacr-oc;
335 has-inverted-stacr-oc;
/linux-6.14.4/fs/btrfs/
Dqgroup.h81 * NC ND OE OF OC OD OE OF
92 * OC OD OE OF NC ND OE OF
102 * Resulting 6 tree blocks to be scanned (OA, OC, OD, NA, NC, ND).

1234567