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

123

/linux-master/fs/
H A Deventpoll.c391 return !list_empty_careful(&ep->rdllist) ||
1942 * Pairs with list_empty_careful in ep_poll, and ensures future loop
2073 if (!list_empty_careful(&wait.entry)) {
H A Duserfaultfd.c150 * !list_empty_careful() in handle_userfault().
538 * self. So list_empty_careful won't risk to see both pointers
545 if (!list_empty_careful(&uwq.wq.entry)) {
1069 * !list_empty_careful() check in
H A Daio.c1504 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/io_uring/
H A Dkbuf.c500 if (!list_empty_careful(&ctx->io_buffers_comp)) {
H A Dio_uring.c1691 if (!req_need_defer(req, seq) && list_empty_careful(&ctx->defer_list)) {
/linux-master/fs/bcachefs/
H A Ddebug.c508 prt_printf(out, "writes blocked:\t%u\n", !list_empty_careful(&b->write_blocked));
H A Dbtree_locking.c364 if (list_empty_careful(&b->lock.wait_list))
/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.c707 return (list_empty_careful(&vm->userptr.repin_list) &&
708 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.c673 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/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.c5126 return ctx && !list_empty_careful(&ctx->flc_lease);
8317 if (flctx && !list_empty_careful(&flctx->flc_posix)) {
/linux-master/virt/kvm/
H A Dkvm_main.c4000 if (!list_empty_careful(&vcpu->async_pf.done))
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c6350 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 874 milliseconds

123