Searched refs:at_end (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | eni.c | 876 int at_end; in close_rx() local 881 at_end = eni_vcc->rx_pos == tmp >> MID_VCI_READ_SHIFT; in close_rx() 883 if (at_end) break; in close_rx()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | eni.c | 876 int at_end; in close_rx() local 881 at_end = eni_vcc->rx_pos == tmp >> MID_VCI_READ_SHIFT; in close_rx() 883 if (at_end) break; in close_rx()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 6059 static int process_recorded_refs_if_needed(struct send_ctx *sctx, int at_end, in process_recorded_refs_if_needed() argument 6067 if (!at_end && sctx->cur_ino == sctx->cmp_key->objectid && in process_recorded_refs_if_needed() 6082 static int finish_inode_if_needed(struct send_ctx *sctx, int at_end) in finish_inode_if_needed() argument 6100 ret = process_recorded_refs_if_needed(sctx, at_end, &pending_move, in finish_inode_if_needed() 6122 if (!at_end && sctx->cmp_key->objectid == sctx->cur_ino) in finish_inode_if_needed()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 6592 static int process_recorded_refs_if_needed(struct send_ctx *sctx, int at_end, in process_recorded_refs_if_needed() argument 6600 if (!at_end && sctx->cur_ino == sctx->cmp_key->objectid && in process_recorded_refs_if_needed() 6615 static int finish_inode_if_needed(struct send_ctx *sctx, int at_end) in finish_inode_if_needed() argument 6637 ret = process_recorded_refs_if_needed(sctx, at_end, &pending_move, in finish_inode_if_needed() 6659 if (!at_end && sctx->cmp_key->objectid == sctx->cur_ino) in finish_inode_if_needed()
|
Completed in 23 milliseconds