Searched refs:finish (Results 51 - 75 of 175) sorted by relevance

1234567

/linux-master/include/linux/
H A Dsuspend.h59 * @prepare(), @enter() and @finish() will not be called by the PM core.
93 * @finish: Finish wake-up of the platform.
94 * @finish is called right prior to calling device drivers' regular suspend
128 void (*finish)(void); member in struct:platform_suspend_ops
329 * @finish: Restore the previous state of the platform after the hibernation
367 void (*finish)(void); member in struct:platform_hibernation_ops
H A Dlivepatch.h156 * @finish: for waiting till it is safe to remove the patch module
172 struct completion finish; member in struct:klp_patch
/linux-master/drivers/sh/maple/
H A Dmaple.c282 goto finish;
287 goto finish;
307 finish:
457 goto finish;
487 finish:
/linux-master/fs/reiserfs/
H A Dbitmap.c348 b_blocknr_t * start, b_blocknr_t finish,
365 get_bit_address(s, finish, &end_bm, &end_off);
1153 b_blocknr_t finish, int min,
1160 while (rest > 0 && start <= finish) {
1161 nr_allocated = scan_bitmap(hint->th, &start, finish, min,
1199 b_blocknr_t finish = SB_BLOCK_COUNT(s) - 1; local
1238 finish = SB_BLOCK_COUNT(s) - 1;
1242 finish = hint->search_start;
1246 finish = hint->beg;
1277 start, finish,
347 scan_bitmap(struct reiserfs_transaction_handle *th, b_blocknr_t * start, b_blocknr_t finish, int min, int max, int unfm, sector_t file_block) argument
1150 allocate_without_wrapping_disk(reiserfs_blocknr_hint_t * hint, b_blocknr_t * new_blocknrs, b_blocknr_t start, b_blocknr_t finish, int min, int amount_needed, int prealloc_size) argument
[all...]
/linux-master/net/sctp/
H A Doutput.c337 goto finish;
376 finish:
397 goto finish;
403 goto finish;
408 goto finish;
412 goto finish;
416 finish:
/linux-master/net/xfrm/
H A Dxfrm_input.c41 int (*finish)(struct net *net, struct sock *sk, struct sk_buff *skb); member in struct:xfrm_trans_cb
763 XFRM_TRANS_SKB_CB(skb)->finish(XFRM_TRANS_SKB_CB(skb)->net,
769 int (*finish)(struct net *, struct sock *,
781 XFRM_TRANS_SKB_CB(skb)->finish = finish;
792 int (*finish)(struct net *, struct sock *,
795 return xfrm_trans_queue_net(dev_net(skb->dev), skb, finish);
/linux-master/drivers/mtd/tests/
H A Dtorturetest.c71 static ktime_t start, finish; variable
82 finish = ktime_get();
323 ms = ktime_ms_delta(finish, start);
/linux-master/arch/arm/mach-pxa/
H A Dpxa25x.c106 .finish = pxa25x_cpu_pm_finish,
H A Dpxa27x.c187 .finish = pxa27x_cpu_pm_finish,
/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pm.c199 .finish = mpc52xx_pm_finish,
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_idc.c44 goto finish;
51 finish:
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm.c207 if (engine->reset.finish)
208 engine->reset.finish(engine);
/linux-master/drivers/net/ieee802154/
H A Dca8210.c696 goto finish;
727 goto finish;
789 finish:;
1125 goto finish;
1130 goto finish;
1135 goto finish;
1140 goto finish;
1145 goto finish;
1150 goto finish;
1155 goto finish;
[all...]
/linux-master/drivers/hid/
H A Dhid-uclogic-params.c261 goto finish;
269 goto finish;
318 finish:
406 goto finish;
414 goto finish;
431 goto finish;
487 finish:
/linux-master/drivers/crypto/
H A Dimg-hash.c545 /* done_task will not finish so do it here */
896 goto finish;
907 goto finish;
915 goto finish;
921 goto finish;
926 finish:
/linux-master/kernel/bpf/
H A Dtask_iter.c496 goto finish;
506 goto finish;
528 goto finish;
567 goto finish;
575 finish:
/linux-master/fs/btrfs/
H A Dzstd.c636 goto finish;
655 goto finish;
659 finish:
/linux-master/drivers/mmc/host/
H A Dsdhci-st.c227 unsigned long finish = jiffies + HZ; local
237 } while (!time_after_eq(curr, finish));
/linux-master/arch/mips/mm/
H A Dtlb-r4k.c238 goto finish;
245 finish:
/linux-master/arch/parisc/kernel/
H A Dunwind.c140 struct unwind_table_entry *finish)
142 sort(start, finish - start, sizeof(struct unwind_table_entry),
139 unwind_table_sort(struct unwind_table_entry *start, struct unwind_table_entry *finish) argument
/linux-master/drivers/md/dm-vdo/
H A Dfunnel-workqueue.c161 if (queue->common.type->finish != NULL)
162 queue->common.type->finish(queue->private);
/linux-master/drivers/acpi/
H A Dsleep.c964 .finish = acpi_pm_finish,
1016 .finish = acpi_pm_finish,
/linux-master/kernel/power/
H A Dsuspend.c296 if (state != PM_SUSPEND_TO_IDLE && suspend_ops->finish)
297 suspend_ops->finish();
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.h284 bool finish; member in struct:mvpp2_prs_shadow
/linux-master/arch/arm/mach-rockchip/
H A Dpm.c221 pr_err("%s: Suspend finish failed\n", __func__);
287 .finish = rk3288_suspend_finish,

Completed in 498 milliseconds

1234567