Home
last modified time | relevance | path

Searched refs:syncing (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/sound/oss/dmasound/
H A Ddmasound_core.c526 sq->syncing = 0; in sq_setup()
591 this will mimic the behaviour of syncing and allow the sq_play() to in sq_write()
601 write_sq.syncing &= ~2 ; /* take out POST status */ in sq_write()
849 write_sq.syncing |= 1; in sq_fsync()
872 write_sq.syncing = 0 ; in sq_fsync()
1025 write_sq.syncing |= 0x2 ; in sq_ioctl()
1327 write_sq.busy, write_sq.syncing, write_sq.locked, write_sq.xruns) ; in state_open()
H A Ddmasound.h234 int busy, syncing, xruns, died; member
H A Ddmasound_q40.c448 if (write_sq.count <= 1 && write_sq.rear_size < write_sq.block_size && !write_sq.syncing) { in Q40Play()
450 * yet filled and we're not syncing? in Q40Play()
H A Ddmasound_atari.c1219 !write_sq.syncing) { in AtaPlay()
1221 * yet filled and we're not syncing? in AtaPlay()
1234 !write_sq.syncing) { in AtaPlay()
1236 * one is not yet filled and we're not syncing? in AtaPlay()
1249 !write_sq.syncing) { in AtaPlay()
1251 * yet filled and we're not syncing? in AtaPlay()
H A Ddmasound_paula.c543 write_sq.rear_size < write_sq.block_size && !write_sq.syncing) { in AmiPlay()
545 * yet filled and we're not syncing? in AmiPlay()
/kernel/linux/linux-6.6/sound/oss/dmasound/
H A Ddmasound_core.c526 sq->syncing = 0; in sq_setup()
591 this will mimic the behaviour of syncing and allow the sq_play() to in sq_write()
601 write_sq.syncing &= ~2 ; /* take out POST status */ in sq_write()
849 write_sq.syncing |= 1; in sq_fsync()
872 write_sq.syncing = 0 ; in sq_fsync()
1022 write_sq.syncing |= 0x2 ; in sq_ioctl()
1313 write_sq.busy, write_sq.syncing, write_sq.locked, write_sq.xruns) ; in state_open()
H A Ddmasound.h234 int busy, syncing, xruns, died; member
H A Ddmasound_q40.c448 if (write_sq.count <= 1 && write_sq.rear_size < write_sq.block_size && !write_sq.syncing) { in Q40Play()
450 * yet filled and we're not syncing? in Q40Play()
H A Ddmasound_atari.c1219 !write_sq.syncing) { in AtaPlay()
1221 * yet filled and we're not syncing? in AtaPlay()
1234 !write_sq.syncing) { in AtaPlay()
1236 * one is not yet filled and we're not syncing? in AtaPlay()
1249 !write_sq.syncing) { in AtaPlay()
1251 * yet filled and we're not syncing? in AtaPlay()
H A Ddmasound_paula.c543 write_sq.rear_size < write_sq.block_size && !write_sq.syncing) { in AmiPlay()
545 * yet filled and we're not syncing? in AmiPlay()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c46 bool syncing; member
422 return !pool->syncing && in mlx5_crypto_dek_need_sync()
447 pool->syncing = true; in mlx5_crypto_dek_free_locked()
460 if (pool->syncing) in mlx5_crypto_dek_pool_push()
599 pool->syncing = false; in mlx5_crypto_dek_sync_work_fn()
/kernel/linux/linux-5.10/drivers/md/
H A Draid5.h168 * enum check_states - handles syncing / repairing a stripe
277 /* 'syncing' means that we need to read all devices, either
283 int syncing, expanding, expanded, replacing; member
H A Draid5.c1168 if (s->syncing || s->expanding || s->expanded in ops_run_io()
1235 if (s->syncing || s->expanding || s->expanded in ops_run_io()
3671 s->syncing = 0; in handle_failed_sync()
3748 if (s->syncing || s->expanding || in need_this_block()
3750 /* When syncing, or expanding we read everything. in need_this_block()
3909 disk_idx, s->syncing); in fetch_block()
4760 * else if we are after recovery_cp, we must be syncing in analyse_stripe()
4761 * else if MD_RECOVERY_REQUESTED is set, we also are syncing. in analyse_stripe()
4769 s->syncing = 1; in analyse_stripe()
4941 if (s.syncing || in handle_stripe()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.h169 * enum check_states - handles syncing / repairing a stripe
278 /* 'syncing' means that we need to read all devices, either
284 int syncing, expanding, expanded, replacing; member
H A Draid5.c1253 if (s->syncing || s->expanding || s->expanded in ops_run_io()
1316 if (s->syncing || s->expanding || s->expanded in ops_run_io()
3783 s->syncing = 0; in handle_failed_sync()
3860 if (s->syncing || s->expanding || in need_this_block()
3862 /* When syncing, or expanding we read everything. in need_this_block()
4021 disk_idx, s->syncing); in fetch_block()
4873 * else if we are after recovery_cp, we must be syncing in analyse_stripe()
4874 * else if MD_RECOVERY_REQUESTED is set, we also are syncing. in analyse_stripe()
4882 s->syncing = 1; in analyse_stripe()
5054 if (s.syncing || in handle_stripe()
[all...]

Completed in 31 milliseconds