| /linux/mm/ |
| H A D | oom_kill.c | 72 static inline bool is_memcg_oom(struct oom_control *oc) in is_memcg_oom() argument 74 return oc->memcg != NULL; in is_memcg_oom() 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() 260 if (is_memcg_oom(oc)) { in constrained_alloc() [all …]
|
| /linux/arch/arm/mach-omap2/ |
| H A 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()
|
| H A D | omap_hwmod.c | 911 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/drivers/scsi/bfa/ |
| H A D | bfa_cs.h | 187 #define bfa_sm_state_decl(oc, st, otype, etype) \ argument 188 static void oc ## _sm_ ## st(otype * fsm, etype event) 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 D | bfa_cs.h | 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/boot/dts/st/ |
| H A D | stih410-pinctrl.dtsi | 15 usb-oc-detect = <&pio35 0 ALT1 IN>; 24 usb-oc-detect = <&pio35 2 ALT1 IN>;
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | pxa-usb.txt | 18 - "marvell,no-oc-protection" - disable over-current protection. 19 - "marvell,oc-mode-perport" - enable per-port over-current protection.
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_state.c | 974 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 D | eiger.dts | 326 has-inverted-stacr-oc; 356 has-inverted-stacr-oc; 386 has-inverted-stacr-oc; 416 has-inverted-stacr-oc;
|
| H A D | arches.dts | 277 has-inverted-stacr-oc; 306 has-inverted-stacr-oc; 335 has-inverted-stacr-oc;
|
| H A D | glacier.dts | 363 has-inverted-stacr-oc; 393 has-inverted-stacr-oc; 423 has-inverted-stacr-oc; 453 has-inverted-stacr-oc;
|
| /linux/arch/s390/include/asm/ |
| H A D | chsc.h | 60 u8 oc; member
|
| H A D | eadm.h | 44 u8 oc:4; member
|
| H A D | pci_clp.h | 184 u8 oc; /* operation controls */ member
|
| H A D | ccwdev.h | 232 struct chsc_pnso_area *pnso_area, u8 oc,
|
| /linux/include/linux/ |
| H A D | oom.h | 102 extern bool out_of_memory(struct oom_control *oc);
|
| /linux/sound/soc/codecs/ |
| H A D | ak4613.c | 233 u8 oc; member 646 snd_soc_component_update_bits(component, OCTRL, OCTRL_MASK, priv->oc); in ak4613_dai_hw_params() 851 priv->oc |= 1 << i; in ak4613_parse_of()
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | at91-gatwick.dts | 116 /delete-property/atmel,oc-gpio;
|
| H A D | at91-wb45n.dtsi | 130 atmel,oc-gpio = <&pioB 13 GPIO_ACTIVE_LOW>;
|
| H A D | at91-som60.dtsi | 227 atmel,oc-gpio = <0
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | pm4125.dtsi | 59 "vconn-oc",
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-openblocks_a6.dts | 81 pmx_usb_oc: pmx-usb-oc {
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | as3722.txt | 75 voltage-in-standby, oc-pg-sd0, oc-pg-sd6,
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-as3722.c | 134 FUNCTION_GROUP(oc-pg-sd0, OC_PG_SD0), 135 FUNCTION_GROUP(oc-pg-sd6, OC_PG_SD6),
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-boneblack.dts | 93 "[usb vbus oc]",
|