Searched refs:atomic_dec_and_test (Results 1 - 25 of 338) sorted by last modified time

1234567891011>>

/linux-master/net/rxrpc/
H A Dconn_object.c209 if (atomic_dec_and_test(&conn->active))
297 if (atomic_dec_and_test(&rxnet->nr_conns))
/linux-master/fs/btrfs/
H A Dordered-data.c642 if (atomic_dec_and_test(&trans->pending_ordered))
H A Dscrub.c807 if (atomic_dec_and_test(&stripe->pending_io))
1119 if (atomic_dec_and_test(&stripe->pending_io)) {
1148 if (atomic_dec_and_test(&stripe->pending_io))
1716 if (atomic_dec_and_test(&stripe->pending_io)) {
H A Dinode.c1601 if (atomic_dec_and_test(&async_cow->num_chunks))
3402 if (atomic_dec_and_test(&fs_info->nr_delayed_iputs))
/linux-master/net/sunrpc/
H A Dxprtsock.c2136 if (atomic_dec_and_test(&xprt->swapper) &&
/linux-master/kernel/
H A Dworkqueue.c2049 if (atomic_dec_and_test(&pwq->wq->nr_pwqs_to_flush))
3902 if (flush_color >= 0 && atomic_dec_and_test(&wq->nr_pwqs_to_flush))
H A Dfork.c943 if (unlikely(atomic_dec_and_test(&mm->mm_count))) {
1367 if (atomic_dec_and_test(&mm->mm_users))
1383 if (atomic_dec_and_test(&mm->mm_users)) {
/linux-master/include/net/bluetooth/
H A Dhci_core.h1597 if (atomic_dec_and_test(&conn->refcnt)) {
/linux-master/fs/ntfs3/
H A Dsuper.c119 name = atomic_dec_and_test(&s_name_buf_cnt) ?
/linux-master/drivers/net/usb/
H A Dqmi_wwan.c664 (!on && atomic_dec_and_test(&info->pmcount))) {
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c163 if (atomic_dec_and_test(&emac->tdown_cnt))
661 if (atomic_dec_and_test(&emac->tx_ts_pending)) /* no more? */
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c777 if (!atomic_dec_and_test(&trans->active))
791 if (!atomic_dec_and_test(&trans->active))
803 if (!atomic_dec_and_test(&trans->active))
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c5427 if (!atomic_dec_and_test(&fltr->refcnt))
/linux-master/drivers/md/
H A Ddm.c347 if (atomic_dec_and_test(&md->open_count) &&
1050 if (atomic_dec_and_test(&io->io_count))
/linux-master/block/
H A Dbdev.c650 if (atomic_dec_and_test(&bdev->bd_openers))
743 if (atomic_dec_and_test(&part->bd_openers)) {
/linux-master/fs/nfsd/
H A Dnfs4callback.c997 if (atomic_dec_and_test(&clp->cl_cb_inflight))
/linux-master/tools/testing/selftests/kvm/
H A Dmax_guest_memory_test.c46 atomic_dec_and_test(&rendezvous);
/linux-master/fs/smb/server/
H A Dsmb2pdu.c2141 WARN_ON_ONCE(atomic_dec_and_test(&tcon->refcount));
/linux-master/fs/smb/client/
H A Dconnect.c2753 if (!atomic_dec_and_test(&tlink->tl_count) ||
H A Dcifsfs.c166 * atomic_dec_and_test in deactivate_locked_super.
182 if (atomic_dec_and_test(&server->active))
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c2158 if (atomic_dec_and_test(&ffs->opened)) {
/linux-master/drivers/tty/serial/
H A Dserial_core.c74 if (atomic_dec_and_test(&uport->state->refcount))
/linux-master/mm/
H A Dshmem.c1406 if (atomic_dec_and_test(&info->stop_eviction))
H A Dhuge_memory.c226 BUG_ON(atomic_dec_and_test(&huge_zero_refcount));
/linux-master/fs/fuse/
H A Dfuse_i.h1027 if (atomic_dec_and_test(&bucket->count))

Completed in 529 milliseconds

1234567891011>>