| /kernel/linux/linux-5.10/mm/ |
| D | oom_kill.c | 71 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/ |
| D | oom_kill.c | 73 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/ |
| D | other.json | 5 "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/ |
| D | other.json | 5 "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/ |
| D | display.c | 381 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/ |
| D | bfa_cs.h | 34 /* 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/ |
| D | cache.h | 21 #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/ |
| D | cache.h | 21 #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/ |
| D | bfa_cs.h | 62 /* 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/ |
| D | intel_turbo_max_3.c | 46 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/ |
| D | turbo_max_3.c | 46 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/ |
| D | bfa_cs.h | 182 * 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/ |
| D | bfa_cs.h | 182 * 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/ |
| D | display.c | 373 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/ |
| D | nvidia,tegra124-soctherm.txt | 71 - 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/ |
| D | simtec-usb.c | 61 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/ |
| D | stih410-pinctrl.dtsi | 15 usb-oc-detect = <&pio35 0 ALT1 IN>; 24 usb-oc-detect = <&pio35 2 ALT1 IN>;
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | stih410-pinctrl.dtsi | 15 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/ |
| D | cache.json | 286 …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/ |
| D | cache.json | 286 …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/ |
| D | cache.json | 292 …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/ |
| D | fore200e.h | 256 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/ |
| D | fore200e.h | 256 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/ |
| D | nvidia,tegra124-soctherm.yaml | 128 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/ |
| D | pxa-usb.txt | 18 - "marvell,no-oc-protection" - disable over-current protection. 19 - "marvell,oc-mode-perport" - enable per-port over-current protection.
|