Searched refs:atomic_read (Results 1 – 8 of 8) sorted by relevance
/reactos/drivers/filesystems/ext2/src/ |
H A D | linux.c | 524 … Vcb, atomic_read(&g_jbh.bh_count), block, bh, bh->b_mdl, bh->b_mdl->MdlFlags, bh->b_data)); in get_block_bh_mdl() 703 Vcb, atomic_read(&g_jbh.bh_count), block, bh, bh->b_data)); 822 ASSERT(0 == atomic_read(&bh->b_count)); 838 atomic_read(&g_jbh.bh_count) - 1, bh->b_size, 902 ASSERT(atomic_read(&bh->b_count) <= 1);
|
H A D | memory.c | 3206 if (atomic_read(&bh->b_count)) { 3308 ASSERT(0 == atomic_read(&bh->b_count));
|
/reactos/drivers/filesystems/ext2/inc/linux/ |
H A D | atomic.h | 23 #define atomic_read(v) ((v)->counter) macro
|
H A D | module.h | 1024 if (buffer_locked(bh) || atomic_read(&bh->b_count) == 0)
|
/reactos/drivers/network/tcpip/include/ |
H A D | tcpcore.h | 299 if (atomic_read(&skb->users) == 1 || atomic_dec_and_test(&skb->users)) in kfree_skb() 306 if (atomic_read(&skb->users) == 1 || atomic_dec_and_test(&skb->users)) in kfree_skb_fast() 321 return skb->cloned && atomic_read(&skb_shinfo(skb)->dataref) != 1; in skb_cloned() 334 return (atomic_read(&skb->users) != 1); in skb_shared() 1765 if (!atomic_read(&dst->__refcnt)) { in dst_free() 2780 atomic_read(&sk->rmem_alloc) < sk->rcvbuf && in tcp_fast_path_check() 3485 return tcp_win_from_space(sk->rcvbuf - atomic_read(&sk->rmem_alloc)); in tcp_space()
|
H A D | linux.h | 875 #define atomic_read(v) ((v)->counter) macro
|
/reactos/drivers/filesystems/ext2/src/jbd/ |
H A D | replay.c | 341 (atomic_read(&bh->b_count) > 0) || in journal_add_journal_head() 1644 int n = atomic_read(&nr_journal_heads); in journal_exit()
|
/reactos/drivers/filesystems/ext2/src/ext3/ |
H A D | generic.c | 288 if (0 == atomic_read(&bh->b_count)) { in Ext2DropBH()
|