/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | synth.c | 41 .flushing = 0, 78 if (speakup_info.flushing) { in _spk_do_catch_up() 79 speakup_info.flushing = 0; in _spk_do_catch_up() 199 speakup_info.flushing = 1; in spk_do_flush()
|
H A D | speakup_soft.c | 221 if (!synth_buffer_empty() || speakup_info.flushing) in softsynthx_read() 245 if (speakup_info.flushing) { in softsynthx_read() 246 speakup_info.flushing = 0; in softsynthx_read() 342 (!synth_buffer_empty() || speakup_info.flushing)) in softsynth_poll()
|
H A D | thread.c | 35 (speakup_info.flushing || in speakup_thread()
|
H A D | speakup_decext.c | 165 if (speakup_info.flushing) { in do_catch_up() 166 speakup_info.flushing = 0; in do_catch_up()
|
H A D | speakup_apollo.c | 150 if (speakup_info.flushing) { in do_catch_up() 151 speakup_info.flushing = 0; in do_catch_up()
|
H A D | speakup_acntpc.c | 186 if (speakup_info.flushing) { in do_catch_up() 187 speakup_info.flushing = 0; in do_catch_up()
|
H A D | speakup_dectlk.c | 232 if (speakup_info.flushing) { in do_catch_up() 233 speakup_info.flushing = 0; in do_catch_up()
|
H A D | speakup_keypc.c | 187 if (speakup_info.flushing) { in do_catch_up() 188 speakup_info.flushing = 0; in do_catch_up()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | synth.c | 41 .flushing = 0, 78 if (speakup_info.flushing) { in _spk_do_catch_up() 79 speakup_info.flushing = 0; in _spk_do_catch_up() 199 speakup_info.flushing = 1; in spk_do_flush()
|
H A D | speakup_soft.c | 240 if (!synth_buffer_empty() || speakup_info.flushing) in softsynthx_read() 264 if (speakup_info.flushing) { in softsynthx_read() 265 speakup_info.flushing = 0; in softsynthx_read() 361 (!synth_buffer_empty() || speakup_info.flushing)) in softsynth_poll()
|
H A D | thread.c | 35 (speakup_info.flushing || in speakup_thread()
|
H A D | speakup_keypc.c | 196 if (speakup_info.flushing) { in do_catch_up() 197 speakup_info.flushing = 0; in do_catch_up()
|
H A D | speakup_dectlk.c | 249 if (speakup_info.flushing) { in do_catch_up() 250 speakup_info.flushing = 0; in do_catch_up()
|
H A D | speakup_acntpc.c | 195 if (speakup_info.flushing) { in do_catch_up() 196 speakup_info.flushing = 0; in do_catch_up()
|
H A D | speakup_decext.c | 174 if (speakup_info.flushing) { in do_catch_up() 175 speakup_info.flushing = 0; in do_catch_up()
|
H A D | speakup_apollo.c | 163 if (speakup_info.flushing) { in do_catch_up() 164 speakup_info.flushing = 0; in do_catch_up()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | mcg.c | 686 } else if (method == IB_SA_METHOD_DELETE_RESP && group->demux->flushing) in mlx4_ib_mcg_work_handler() 941 if (ctx->flushing) in mlx4_ib_mcg_multiplex_handler() 1055 ctx->flushing = 0; in mlx4_ib_mcg_port_init() 1124 cw->ctx->flushing = 0; in mcg_clean_task() 1132 if (ctx->flushing) in mlx4_ib_mcg_port_cleanup() 1135 ctx->flushing = 1; in mlx4_ib_mcg_port_cleanup() 1139 ctx->flushing = 0; in mlx4_ib_mcg_port_cleanup() 1145 ctx->flushing = 0; in mlx4_ib_mcg_port_cleanup()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | mcg.c | 686 } else if (method == IB_SA_METHOD_DELETE_RESP && group->demux->flushing) in mlx4_ib_mcg_work_handler() 941 if (ctx->flushing) in mlx4_ib_mcg_multiplex_handler() 1065 ctx->flushing = 0; in mlx4_ib_mcg_port_init() 1134 cw->ctx->flushing = 0; in mcg_clean_task() 1142 if (ctx->flushing) in mlx4_ib_mcg_port_cleanup() 1145 ctx->flushing = 1; in mlx4_ib_mcg_port_cleanup() 1149 ctx->flushing = 0; in mlx4_ib_mcg_port_cleanup() 1155 ctx->flushing = 0; in mlx4_ib_mcg_port_cleanup()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | jbd2.h | 261 __field( unsigned long, flushing ) 275 __entry->flushing = stats->rs_flushing; 283 "locked %u flushing %u logging %u handle_count %u " 290 jiffies_to_msecs(__entry->flushing),
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trans_ail.c | 427 int flushing = 0; in xfsaild_push() local 483 * We do not want to stop flushing just because lots in xfsaild_push() 485 * re-try the flushing relatively soon if most of the in xfsaild_push() 491 flushing++; in xfsaild_push() 552 } else if (((stuck + flushing) * 100) / count > 90) { in xfsaild_push()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trans_ail.c | 428 int flushing = 0; in xfsaild_push() local 437 * needs flushing will hard stop the transaction subsystem when log in xfsaild_push() 502 * We do not want to stop flushing just because lots in xfsaild_push() 504 * re-try the flushing relatively soon if most of the in xfsaild_push() 510 flushing++; in xfsaild_push() 571 } else if (((stuck + flushing) * 100) / count > 90) { in xfsaild_push()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | jbd2.h | 261 __field( unsigned long, flushing ) 275 __entry->flushing = stats->rs_flushing; 283 "locked %u flushing %u logging %u handle_count %u " 290 jiffies_to_msecs(__entry->flushing),
|
/kernel/linux/linux-6.6/drivers/char/xillybus/ |
H A D | xillyusb.c | 141 unsigned int flushing; member 919 chan->flushing = 0; in process_in_opcode() 1143 if (chan->flushing) { in flush_downstream() 1172 chan->flushing = 1; in flush_downstream() 1190 while (chan->flushing) { in flush_downstream() 1192 !chan->flushing || in flush_downstream() 1204 while (chan->flushing) { in flush_downstream() 1211 !chan->flushing || in flush_downstream() 1623 * One second's timeout on flushing. Interrupts are ignored, because if in xillyusb_flush() 1638 "Timed out while flushing in xillyusb_flush() [all...] |
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | caps.c | 1355 int flushing, u64 flush_tid, u64 oldest_flush_tid) in __prep_cap() 1388 arg->follows = flushing ? ci->i_head_snapc->seq : 0; in __prep_cap() 1402 if (flushing & CEPH_CAP_XATTR_EXCL) { in __prep_cap() 1420 arg->dirty = flushing; in __prep_cap() 1459 pr_err("error allocating cap msg: ino (%llx.%llx) flushing %s tid %llu, requeuing cap.\n", in __send_cap() 1790 * Remove cap_flush from the mdsc's or inode's flushing cap list. 1824 * Add dirty inode to the flushing list. Assigned a seq number so we 1836 int flushing; in __mark_caps_flushing() local 1843 flushing = ci->i_dirty_caps; in __mark_caps_flushing() 1844 dout("__mark_caps_flushing flushing in __mark_caps_flushing() 1353 __prep_cap(struct cap_msg_args *arg, struct ceph_cap *cap, int op, int flags, int used, int want, int retain, int flushing, u64 flush_tid, u64 oldest_flush_tid) __prep_cap() argument 1934 int issued, implemented, want, retain, revoking, flushing = 0; ceph_check_caps() local 2217 int flushing = 0; try_flush_caps() local [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 1369 int flushing, u64 flush_tid, u64 oldest_flush_tid) in __prep_cap() 1402 arg->follows = flushing ? ci->i_head_snapc->seq : 0; in __prep_cap() 1415 if (flushing & CEPH_CAP_XATTR_EXCL) { in __prep_cap() 1433 arg->dirty = flushing; in __prep_cap() 1504 pr_err("error allocating cap msg: ino (%llx.%llx) flushing %s tid %llu, requeuing cap.\n", in __send_cap() 1834 * Remove cap_flush from the mdsc's or inode's flushing cap list. 1868 * Add dirty inode to the flushing list. Assigned a seq number so we 1880 int flushing; in __mark_caps_flushing() local 1887 flushing = ci->i_dirty_caps; in __mark_caps_flushing() 1888 dout("__mark_caps_flushing flushing in __mark_caps_flushing() 1367 __prep_cap(struct cap_msg_args *arg, struct ceph_cap *cap, int op, int flags, int used, int want, int retain, int flushing, u64 flush_tid, u64 oldest_flush_tid) __prep_cap() argument 1976 int issued, implemented, want, retain, revoking, flushing = 0; ceph_check_caps() local 2238 int flushing = 0; try_flush_caps() local [all...] |