Home
last modified time | relevance | path

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

1234567891011

/kernel/linux/linux-5.10/mm/
Doom_kill.c71 static inline bool is_memcg_oom(struct oom_control *oc) in is_memcg_oom() argument
73 return oc->memcg != NULL; in is_memcg_oom()
80 * @oc: pointer to struct oom_control
90 struct oom_control *oc) in oom_cpuset_eligible() argument
94 const nodemask_t *mask = oc->nodemask; in oom_cpuset_eligible()
96 if (is_memcg_oom(oc)) in oom_cpuset_eligible()
124 static bool oom_cpuset_eligible(struct task_struct *tsk, struct oom_control *oc) in oom_cpuset_eligible() argument
159 static inline bool is_sysrq_oom(struct oom_control *oc) in is_sysrq_oom() argument
161 return oc->order == -1; in is_sysrq_oom()
252 static enum oom_constraint constrained_alloc(struct oom_control *oc) in constrained_alloc() argument
[all …]
/kernel/linux/linux-6.6/mm/
Doom_kill.c73 static inline bool is_memcg_oom(struct oom_control *oc) in is_memcg_oom() argument
75 return oc->memcg != NULL; in is_memcg_oom()
82 * @oc: pointer to struct oom_control
92 struct oom_control *oc) in oom_cpuset_eligible() argument
96 const nodemask_t *mask = oc->nodemask; in oom_cpuset_eligible()
123 static bool oom_cpuset_eligible(struct task_struct *tsk, struct oom_control *oc) in oom_cpuset_eligible() argument
158 static inline bool is_sysrq_oom(struct oom_control *oc) in is_sysrq_oom() argument
160 return oc->order == -1; in is_sysrq_oom()
253 static enum oom_constraint constrained_alloc(struct oom_control *oc) in constrained_alloc() argument
257 enum zone_type highest_zoneidx = gfp_zone(oc->gfp_mask); in constrained_alloc()
[all …]
/kernel/linux/linux-5.10/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.",
/kernel/linux/linux-6.6/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.",
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Ddisplay.c381 struct omap_hwmod_opt_clk *oc; in omap_dss_reset() local
390 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) in omap_dss_reset()
391 if (oc->_clk) in omap_dss_reset()
392 clk_prepare_enable(oc->_clk); in omap_dss_reset()
417 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) in omap_dss_reset()
418 if (oc->_clk) in omap_dss_reset()
419 clk_disable_unprepare(oc->_clk); in omap_dss_reset()
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
Dbfa_cs.h34 /* oc - object class eg. bfa_ioc
39 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
40 static void oc ## _sm_ ## st(otype * fsm, etype event); \
41 static void oc ## _sm_ ## st ## _entry(otype * fsm)
/kernel/linux/linux-6.6/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 */
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/drivers/platform/x86/
Dintel_turbo_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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/
Dnvidia,tegra124-soctherm.txt71 - nvidia,count-threshold: Specifies the number of OC events that are
73 the property is missing. A value of 0 will interrupt on every OC alarm.
74 - nvidia,polarity-active-low: Configures the polarity of the OC alaram
77 expires (which means the OC event has not occurred for a long time),
80 throttling is engaged after the OC event is deasserted. Default value
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
Dsimtec-usb.c61 pr_debug("usb_simtec: over-current irq (oc detected)\n"); in usb_simtec_ocirq()
64 pr_debug("usb_simtec: over-current irq (oc cleared)\n"); in usb_simtec_ocirq()
80 printk(KERN_ERR "failed to request usb oc irq\n"); in usb_simtec_enableoc()
/kernel/linux/linux-6.6/arch/arm/boot/dts/st/
Dstih410-pinctrl.dtsi15 usb-oc-detect = <&pio35 0 ALT1 IN>;
24 usb-oc-detect = <&pio35 2 ALT1 IN>;
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dstih410-pinctrl.dtsi15 usb-oc-detect = <&pio35 0 ALT1 IN>;
24 usb-oc-detect = <&pio35 2 ALT1 IN>;
/kernel/linux/linux-5.10/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.",
/kernel/linux/linux-6.6/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.",
/kernel/linux/linux-6.6/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.",
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/thermal/
Dnvidia,tegra124-soctherm.yaml128 description: Specifies the number of OC events that are required
130 property is missing. A value of 0 will interrupt on every OC
135 description: Configures the polarity of the OC alaram signal. If
141 expires (which means the OC event has not occurred for a long
147 throttling is engaged after the OC event is deasserted.
/kernel/linux/linux-5.10/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.

1234567891011