Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 13 of 13) sorted by relevance

/linux-4.19.296/drivers/media/radio/wl128x/
Dfmdrv_common.c179 fmdev->irq_info.handlers[fmdev->irq_info.stage](fmdev); in fm_irq_call()
183 static inline void fm_irq_call_stage(struct fmdev *fmdev, u8 stage) in fm_irq_call_stage() argument
185 fmdev->irq_info.stage = stage; in fm_irq_call_stage()
189 static inline void fm_irq_timeout_stage(struct fmdev *fmdev, u8 stage) in fm_irq_timeout_stage() argument
191 fmdev->irq_info.stage = stage; in fm_irq_timeout_stage()
285 if (irq_info->stage != 0) { in recv_tasklet()
287 irq_info->stage = 0; in recv_tasklet()
294 irq_info->handlers[irq_info->stage](fmdev); in recv_tasklet()
321 irq_info->handlers[irq_info->stage](fmdev); in recv_tasklet()
532 static inline void fm_irq_common_cmd_resp_helper(struct fmdev *fmdev, u8 stage) in fm_irq_common_cmd_resp_helper() argument
[all …]
Dfmdrv.h109 u8 stage; member
/linux-4.19.296/lib/zstd/
Ddecompress.c90 ZSTD_dStage stage; member
109 dctx->stage = ZSTDds_getFrameHeaderSize; in ZSTD_decompressBegin()
1725 switch (dctx->stage) { in ZSTD_nextInputType()
1738 int ZSTD_isSkipFrame(ZSTD_DCtx *dctx) { return dctx->stage == ZSTDds_skipFrame; } /* for zbuff */ in ZSTD_isSkipFrame()
1751 switch (dctx->stage) { in ZSTD_decompressContinue()
1758 dctx->stage = ZSTDds_decodeSkippableHeader; in ZSTD_decompressContinue()
1767 dctx->stage = ZSTDds_decodeFrameHeader; in ZSTD_decompressContinue()
1776 dctx->stage = ZSTDds_decodeBlockHeader; in ZSTD_decompressContinue()
1788 dctx->stage = bp.lastBlock ? ZSTDds_decompressLastBlock : ZSTDds_decompressBlock; in ZSTD_decompressContinue()
1795 dctx->stage = ZSTDds_checkChecksum; in ZSTD_decompressContinue()
[all …]
Dcompress.c65 ZSTD_compressionStage_e stage; member
225 cctx->stage = ZSTDcs_init; in ZSTD_continueCCtx()
325 zc->stage = ZSTDcs_init; in ZSTD_resetCCtx_advanced()
350 if (srcCCtx->stage != ZSTDcs_init) in ZSTD_copyCCtx()
2427 cctx->stage = ZSTDcs_ending; in ZSTD_compress_generic()
2495 if (cctx->stage == ZSTDcs_created) in ZSTD_compressContinue_internal()
2498 if (frame && (cctx->stage == ZSTDcs_init)) { in ZSTD_compressContinue_internal()
2504 cctx->stage = ZSTDcs_ongoing; in ZSTD_compressContinue_internal()
2771 if (cctx->stage == ZSTDcs_created) in ZSTD_writeEpilogue()
2775 if (cctx->stage == ZSTDcs_init) { in ZSTD_writeEpilogue()
[all …]
/linux-4.19.296/include/trace/events/
Dnilfs2.h33 __field(int, stage)
38 __entry->stage = sci->sc_stage.scnt;
43 show_collection_stage(__entry->stage))
/linux-4.19.296/drivers/thunderbolt/
Dtb_msgs.h422 u8 stage; member
462 u8 stage; member
Dicm.c983 int stage) in icm_tr_xdomain_tear_down() argument
991 request.stage = stage; in icm_tr_xdomain_tear_down()
/linux-4.19.296/fs/ocfs2/dlm/
Ddlmrecovery.c2865 int stage = 1; in dlm_send_finalize_reco_message() local
2868 "stage %d\n", dlm->name, dlm->reco.dead_node, stage); in dlm_send_finalize_reco_message()
2878 if (stage == 2) in dlm_send_finalize_reco_message()
2904 if (stage == 1) { in dlm_send_finalize_reco_message()
2907 stage = 2; in dlm_send_finalize_reco_message()
2919 int stage = 1; in dlm_finalize_reco_handler() local
2926 stage = 2; in dlm_finalize_reco_handler()
2929 "node %u (%u:%u)\n", dlm->name, fr->node_idx, stage, in dlm_finalize_reco_handler()
2947 switch (stage) { in dlm_finalize_reco_handler()
/linux-4.19.296/fs/btrfs/
Drelocation.c175 unsigned int stage:8; member
1622 if (rc->stage != UPDATE_DATA_PTRS) in replace_file_extents()
2241 if (replaced && rc->stage == UPDATE_DATA_PTRS) in merge_reloc_root()
2271 if (replaced && rc->stage == UPDATE_DATA_PTRS) in merge_reloc_root()
4015 } else if (rc->stage == UPDATE_DATA_PTRS && in relocate_block_group()
4049 if (rc->stage == MOVE_DATA_EXTENTS && in relocate_block_group()
4325 if (rc->stage == MOVE_DATA_EXTENTS && rc->found_file_extent) { in btrfs_relocate_block_group()
4332 rc->stage = UPDATE_DATA_PTRS; in btrfs_relocate_block_group()
4605 BUG_ON(rc->stage == UPDATE_DATA_PTRS && in btrfs_reloc_cow_block()
4639 if (level == 0 && first_cow && rc->stage == UPDATE_DATA_PTRS) in btrfs_reloc_cow_block()
Dtree-log.c259 int stage; member
2536 wc->stage == LOG_WALK_REPLAY_INODES) { in replay_one_buffer()
2613 wc->stage == LOG_WALK_REPLAY_DIR_INDEX) { in replay_one_buffer()
2620 if (wc->stage < LOG_WALK_REPLAY_ALL) in replay_one_buffer()
5870 .stage = 0, in btrfs_recover_log_trees()
5965 if (!ret && wc.stage == LOG_WALK_REPLAY_ALL) { in btrfs_recover_log_trees()
5970 if (!ret && wc.stage == LOG_WALK_REPLAY_ALL) { in btrfs_recover_log_trees()
6005 wc.stage = LOG_WALK_REPLAY_INODES; in btrfs_recover_log_trees()
6009 if (wc.stage < LOG_WALK_REPLAY_ALL) { in btrfs_recover_log_trees()
6010 wc.stage++; in btrfs_recover_log_trees()
Dextent-tree.c8348 int stage; member
8400 if (wc->stage == UPDATE_BACKREF && in reada_walk_down()
8413 if (wc->stage == DROP_REFERENCE) { in reada_walk_down()
8459 if (wc->stage == UPDATE_BACKREF && in walk_down_proc()
8468 ((wc->stage == DROP_REFERENCE && wc->refs[level] != 1) || in walk_down_proc()
8469 (wc->stage == UPDATE_BACKREF && !(wc->flags[level] & flag)))) { in walk_down_proc()
8481 if (wc->stage == DROP_REFERENCE) { in walk_down_proc()
8555 if (wc->stage == UPDATE_BACKREF && in do_walk_down()
8592 if (wc->stage == DROP_REFERENCE) { in do_walk_down()
8609 wc->stage = UPDATE_BACKREF; in do_walk_down()
[all …]
/linux-4.19.296/usr/
DKconfig211 compressed at a later stage anyways along with the rest of the kernel,
/linux-4.19.296/lib/
DKconfig.debug1015 data corruption or a sporadic crash at a later stage once the region