Home
last modified time | relevance | path

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

12345

/linux/mm/
H A 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 in constrained_alloc()
311 struct oom_control *oc = arg; oom_evaluate_task() local
365 select_bad_process(struct oom_control * oc) select_bad_process() argument
384 struct oom_control *oc = arg; dump_task() local
425 dump_tasks(struct oom_control * oc) dump_tasks() argument
447 dump_oom_victim(struct oom_control * oc,struct task_struct * victim) dump_oom_victim() argument
459 dump_header(struct oom_control * oc) dump_header() argument
1024 oom_kill_process(struct oom_control * oc,const char * message) oom_kill_process() argument
1075 check_panic_on_oom(struct oom_control * oc) check_panic_on_oom() argument
1119 out_of_memory(struct oom_control * oc) out_of_memory() argument
[all...]
/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.",
/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/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/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/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/drivers/atm/
H A 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/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/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/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/drivers/watchdog/
H A Dintel_oc_wdt.c3 * Intel OC Watchdog driver
233 MODULE_DESCRIPTION("Intel OC Watchdog driver");
/linux/fs/btrfs/
H A Dqgroup.h84 * NC ND OE OF OC OD OE OF
95 * OC OD OE OF NC ND OE OF
105 * Resulting 6 tree blocks to be scanned (OA, OC, OD, NA, NC, ND).
/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

12345