Searched refs:need_sync (Results 1 - 21 of 21) sorted by relevance

/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c20 bool need_sync; member in struct:htab_mem_use_case
36 { .name = "add_del_on_diff_cpu", .progs = add_del_progs, .need_sync = true },
109 if (!ctx.uc->need_sync)
252 if (!ctx.uc->need_sync) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c60 int avail_deks; /* the number of keys available, with need_sync bit 0 */
71 unsigned long *need_sync; member in struct:mlx5_crypto_dek_bulk
301 bulk->need_sync = bitmap_zalloc(num_deks, GFP_KERNEL);
302 if (!bulk->need_sync) {
328 bitmap_free(bulk->need_sync);
352 bitmap_free(bulk->need_sync);
380 pos = find_next_zero_bit(bulk->need_sync, bulk->num_deks,
384 pos = find_first_zero_bit(bulk->need_sync, bulk->num_deks);
402 bitmap_set(bulk->need_sync, pos, 1);
470 * As the combinations of (need_sync, in_us
482 unsigned long *need_sync = bulk->need_sync; local
[all...]
/linux-master/include/sound/
H A Dmemalloc.h25 bool need_sync; /* explicit sync needed? */ member in struct:snd_dma_device
/linux-master/net/ipv4/
H A Dudp_tunnel_nic.c32 * @need_sync: at least one port start changed
44 u8 need_sync:1; member in struct:udp_tunnel_nic
116 utn->need_sync = 1;
283 if (!utn->need_sync)
291 utn->need_sync = 0;
304 if (!utn->need_sync)
563 utn->need_sync = false;
675 WARN_ON(utn->need_sync);
/linux-master/drivers/md/
H A Dmd-bitmap.h198 int need_sync; member in struct:bitmap
H A Dmd-bitmap.c1333 if (bitmap->need_sync &&
1338 bitmap->need_sync = 0;
1372 if (*bmc == 1 && !bitmap->need_sync) {
1556 bitmap->need_sync = 1;
1988 * All chunks should be clean, but some might need_sync.
2643 len = sprintf(page, "%s\n", (mddev->bitmap->need_sync ?
2656 mddev->bitmap->need_sync = 1;
2660 mddev->bitmap->need_sync = 0;
/linux-master/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c516 bool need_sync = (IS_SYNC_NEEDED() && !is_read); local
527 if (need_sync && (id == DSI_0))
530 if (need_sync && msm_dsi0) {
550 if (need_sync && msm_dsi0)
/linux-master/net/rfkill/
H A Dcore.c51 bool need_sync; member in struct:rfkill
376 if (!rfkill->need_sync)
380 rfkill->need_sync = false;
1108 rfkill->need_sync = true;
/linux-master/sound/core/
H A Dmemalloc.c211 if (!dmab || !dmab->dev.need_sync)
557 dmab->dev.need_sync = dma_need_sync(dmab->dev.dev,
876 dmab->dev.need_sync = dma_need_sync(dmab->dev.dev, dmab->addr);
H A Dpcm_native.c2757 substream->dma_buffer.dev.need_sync)
/linux-master/fs/ubifs/
H A Dio.c501 wbuf->need_sync = 1;
541 wbuf->need_sync = 0;
696 if (!wbuf->need_sync) {
H A Dubifs.h678 * @need_sync: non-zero if the timer expired and the wbuf needs sync'ing
706 unsigned int need_sync:1; member in struct:ubifs_wbuf
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c455 long npages, int global, bool need_sync)
465 if (need_sync)
475 if (need_sync)
454 do_tlbies(struct kvm *kvm, unsigned long *rbvalues, long npages, int global, bool need_sync) argument
/linux-master/fs/gfs2/
H A Dsuper.c227 int need_sync = 0; local
241 need_sync = 1;
245 if (need_sync)
H A Dquota.c1128 static bool need_sync(struct gfs2_quota_data *qd) function
1179 sync = need_sync(qd);
/linux-master/drivers/hid/
H A Dhid-multitouch.c934 bool need_sync = false; local
942 need_sync = true;
945 if (need_sync) {
/linux-master/drivers/iommu/amd/
H A Damd_iommu_types.h722 bool need_sync; member in struct:amd_iommu
H A Diommu.c1235 iommu->need_sync = sync;
1270 if (!iommu->need_sync)
/linux-master/drivers/input/
H A Dinput.c734 bool need_sync = false; local
742 need_sync = true;
746 return need_sync;
/linux-master/drivers/net/
H A Dvirtio_net.c146 u16 need_sync; member in struct:virtnet_rq_dma
689 if (dma->need_sync && len) {
775 dma->need_sync = virtqueue_dma_need_sync(rq->vq, addr);
/linux-master/kernel/sched/
H A Dcore.c6117 bool need_sync; local
6162 need_sync = !!rq->core->core_cookie;
6176 need_sync = true;
6196 if (!need_sync) {

Completed in 299 milliseconds