| /kernel/linux/linux-5.10/mm/ |
| D | oom_kill.c | 70 static inline bool is_memcg_oom(struct oom_control *oc) in is_memcg_oom() 89 struct oom_control *oc) in oom_cpuset_eligible() 123 static bool oom_cpuset_eligible(struct task_struct *tsk, struct oom_control *oc) in oom_cpuset_eligible() 158 static inline bool is_sysrq_oom(struct oom_control *oc) in is_sysrq_oom() 251 static enum oom_constraint constrained_alloc(struct oom_control *oc) in constrained_alloc() 310 struct oom_control *oc = arg; in oom_evaluate_task() local 364 static void select_bad_process(struct oom_control *oc) in select_bad_process() 383 struct oom_control *oc = arg; in dump_task() local 424 static void dump_tasks(struct oom_control *oc) in dump_tasks() 441 static void dump_oom_summary(struct oom_control *oc, struct task_struct *victim) in dump_oom_summary() [all …]
|
| /kernel/linux/linux-4.19/mm/ |
| D | oom_kill.c | 145 static inline bool is_sysrq_oom(struct oom_control *oc) in is_sysrq_oom() 150 static inline bool is_memcg_oom(struct oom_control *oc) in is_memcg_oom() 260 static enum oom_constraint constrained_alloc(struct oom_control *oc) in constrained_alloc() 319 struct oom_control *oc = arg; in oom_evaluate_task() local 372 static void select_bad_process(struct oom_control *oc) in select_bad_process() 433 static void dump_header(struct oom_control *oc, struct task_struct *p) in dump_header() 928 static void oom_kill_process(struct oom_control *oc, const char *message) in oom_kill_process() 1019 static void check_panic_on_oom(struct oom_control *oc, in check_panic_on_oom() 1064 bool out_of_memory(struct oom_control *oc) in out_of_memory() 1144 struct oom_control oc = { in pagefault_out_of_memory() local
|
| /kernel/linux/linux-4.19/fs/exofs/ |
| D | exofs.h | 77 struct ore_components oc; /* comps for the partition */ member 92 struct ore_components oc; /* inode view of the device table */ member 219 static inline void exofs_init_comps(struct ore_components *oc, in exofs_init_comps()
|
| D | ore.c | 144 struct ore_components *oc, unsigned numdevs, in _ore_get_io_state() 256 int ore_get_rw_state(struct ore_layout *layout, struct ore_components *oc, in ore_get_rw_state() 325 int ore_get_io_state(struct ore_layout *layout, struct ore_components *oc, in ore_get_io_state() 1114 int ore_truncate(struct ore_layout *layout, struct ore_components *oc, in ore_truncate()
|
| D | super.c | 373 struct ore_components oc; in exofs_sync_fs() local
|
| /kernel/linux/linux-4.19/include/scsi/ |
| D | osd_ore.h | 81 const struct ore_components *oc, unsigned i) in ore_comp_dev() 88 struct ore_components *oc, unsigned i, struct osd_dev *od) in ore_comp_set_dev() 124 struct ore_components *oc; member
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/brocade/bna/ |
| D | bfa_cs.h | 47 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
| D | bfa_cs.h | 39 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | chsc.h | 57 u8 oc; member
|
| D | eadm.h | 43 u8 oc:4; member
|
| /kernel/linux/linux-4.19/drivers/scsi/bfa/ |
| D | bfa_cs.h | 195 #define bfa_sm_state_decl(oc, st, otype, etype) \ argument 224 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
|
| /kernel/linux/linux-5.10/drivers/scsi/bfa/ |
| D | bfa_cs.h | 187 #define bfa_sm_state_decl(oc, st, otype, etype) \ argument 216 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
|
| /kernel/linux/linux-4.19/arch/arm/mach-omap2/ |
| D | display.c | 325 struct omap_hwmod_opt_clk *oc; in omap_dss_reset() local
|
| D | omap_hwmod.c | 911 struct omap_hwmod_opt_clk *oc; in _init_opt_clks() local 941 struct omap_hwmod_opt_clk *oc; in _enable_optional_clocks() local 956 struct omap_hwmod_opt_clk *oc; in _disable_optional_clocks() local
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| D | display.c | 378 struct omap_hwmod_opt_clk *oc; in omap_dss_reset() local
|
| D | omap_hwmod.c | 909 struct omap_hwmod_opt_clk *oc; in _init_opt_clks() local 939 struct omap_hwmod_opt_clk *oc; in _enable_optional_clocks() local 954 struct omap_hwmod_opt_clk *oc; in _disable_optional_clocks() local
|
| /kernel/linux/linux-4.19/drivers/block/drbd/ |
| D | drbd_state.c | 986 is_valid_conn_transition(enum drbd_conns oc, enum drbd_conns nc) in is_valid_conn_transition() 2041 enum drbd_conns oc; member 2054 enum drbd_conns oc = acscw->oc; in w_after_conn_state_ch() local 2302 enum drbd_conns oc = connection->cstate; in _conn_request_state() local
|
| /kernel/linux/linux-5.10/drivers/block/drbd/ |
| D | drbd_state.c | 974 is_valid_conn_transition(enum drbd_conns oc, enum drbd_conns nc) in is_valid_conn_transition() 2029 enum drbd_conns oc; member 2042 enum drbd_conns oc = acscw->oc; in w_after_conn_state_ch() local 2289 enum drbd_conns oc = connection->cstate; in _conn_request_state() local
|
| /kernel/linux/linux-4.19/arch/s390/include/asm/ |
| D | eadm.h | 43 u8 oc:4; member
|
| D | pci_clp.h | 133 u8 oc; /* operation controls */ member
|
| /kernel/linux/linux-5.10/drivers/s390/cio/ |
| D | device_ops.c | 726 struct chsc_pnso_area *pnso_area, u8 oc, in ccw_device_pnso()
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | ak4613.c | 101 u8 oc; member
|
| /kernel/linux/linux-4.19/sound/soc/codecs/ |
| D | ak4613.c | 101 u8 oc; member
|
| /kernel/linux/linux-4.19/drivers/s390/cio/ |
| D | chsc.h | 232 u8 oc; member
|
| /kernel/linux/linux-4.19/drivers/tty/ |
| D | sysrq.c | 371 struct oom_control oc = { in moom_callback() local
|