Searched refs:list_empty_careful (Results 26 - 50 of 52) sorted by relevance

123

/linux-master/fs/
H A Dlocks.c961 if (!ctx || list_empty_careful(&ctx->flc_posix)) {
1663 if (ctx && !list_empty_careful(&ctx->flc_lease)) {
1709 if (ctx && !list_empty_careful(&ctx->flc_lease)) {
H A Deventpoll.c391 return !list_empty_careful(&ep->rdllist) ||
1906 * Pairs with list_empty_careful in ep_poll, and ensures future loop
2037 if (!list_empty_careful(&wait.entry)) {
H A Duserfaultfd.c149 * !list_empty_careful() in handle_userfault().
537 * self. So list_empty_careful won't risk to see both pointers
544 if (!list_empty_careful(&uwq.wq.entry)) {
1061 * !list_empty_careful() check in
H A Daio.c1501 if (!list_empty_careful(&iocb->ki_list))
/linux-master/include/linux/
H A Dlist.h381 * together with list_empty_careful() in a way to guarantee ordering
385 * guaranteed to be visible after a list_empty_careful() test.
395 * list_empty_careful - tests whether a list is empty and not being modified
402 * NOTE: using list_empty_careful() without synchronization
407 static inline int list_empty_careful(const struct list_head *head) function
/linux-master/fs/bcachefs/
H A Dbtree_locking.c366 if (list_empty_careful(&b->lock.wait_list))
H A Ddebug.c523 prt_printf(out, "%u", !list_empty_careful(&b->write_blocked));
/linux-master/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c437 !list_empty_careful(&dev->rec_buff_list)))
/linux-master/drivers/block/drbd/
H A Ddrbd_int.h1844 if (list_empty_careful(&w->list))
/linux-master/fs/smb/server/
H A Dvfs.c336 if (!ctx || list_empty_careful(&ctx->flc_posix))
/linux-master/drivers/infiniband/core/
H A Dmad.c2032 if (list_empty_careful(&port_priv->port_list))
2278 if (list_empty_careful(&port_priv->port_list))
/linux-master/drivers/gpu/drm/xe/
H A Dxe_vm.c801 return (list_empty_careful(&vm->userptr.repin_list) &&
802 list_empty_careful(&vm->userptr.invalidated)) ? 0 : -EAGAIN;
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.c1286 if (!list_empty_careful(&con->rsp_wr_wait_list))
/linux-master/drivers/nvme/target/
H A Drdma.c681 if (unlikely(!list_empty_careful(&queue->rsp_wr_wait_list)))
/linux-master/fs/ext4/
H A Dinode.c202 if (!list_empty_careful(&inode->i_io_list))
314 WARN_ON_ONCE(!list_empty_careful(&inode->i_io_list));
/linux-master/block/
H A Dbfq-iosched.c5155 return !list_empty_careful(&bfqd->dispatch) ||
/linux-master/drivers/md/
H A Draid1.c2661 if (!list_empty_careful(&conf->bio_end_io_list) &&
H A Draid10.c2963 if (!list_empty_careful(&conf->bio_end_io_list) &&
/linux-master/io_uring/
H A Dio_uring.c1837 if (!req_need_defer(req, seq) && list_empty_careful(&ctx->defer_list)) {
/linux-master/mm/
H A Dshmem.c2080 if (list_empty_careful(&info->shrinklist)) {
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c484 * at list_empty_careful
509 while (!list_empty_careful(&prange->svm_bo_list) || prange->svm_bo)
/linux-master/fs/nfsd/
H A Dnfs4state.c5094 return ctx && !list_empty_careful(&ctx->flc_lease);
8290 if (flctx && !list_empty_careful(&flctx->flc_posix)) {
/linux-master/virt/kvm/
H A Dkvm_main.c4041 if (!list_empty_careful(&vcpu->async_pf.done))
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c6314 return unlikely(!list_empty_careful(&kvm->arch.zapped_obsolete_pages));
/linux-master/security/selinux/
H A Dhooks.c358 * in the code, we use list_empty_careful() here.
360 if (!list_empty_careful(&isec->list)) {

Completed in 619 milliseconds

123