Searched refs:atomic_long_read (Results 126 - 146 of 146) sorted by relevance

123456

/linux-master/mm/
H A Dswapfile.c1082 avail_pgs = atomic_long_read(&nr_swap_pages) / size;
3336 val->freeswap = atomic_long_read(&nr_swap_pages) + nr_to_be_unused;
H A Dslub.c1498 return atomic_long_read(&n->nr_slabs);
3241 return atomic_long_read(&n->total_objects);
H A Dhugetlb.c5103 K(atomic_long_read(&mm->hugetlb_usage)));
/linux-master/net/unix/
H A Daf_unix.c597 atomic_long_read(&unix_nr_socks));
959 if (atomic_long_read(&unix_nr_socks) > 2 * get_max_files()) {
/linux-master/fs/ubifs/
H A Dsuper.c2488 WARN_ON(atomic_long_read(&ubifs_clean_zn_cnt) != 0);
/linux-master/fs/nfs/
H A Dinode.c1552 return atomic_long_read(&nfs_attr_generation_counter);
/linux-master/include/linux/
H A Dfs.h1047 #define file_count(x) atomic_long_read(&(x)->f_count)
H A Dnetdevice.h5211 #define DEV_STATS_READ(DEV, FIELD) atomic_long_read(&(DEV)->stats.__##FIELD)
/linux-master/kernel/
H A Dworkqueue.c856 unsigned long data = atomic_long_read(&work->data);
881 unsigned long data = atomic_long_read(&work->data);
/linux-master/net/ipv4/
H A Dnexthop.c1088 return (unsigned long)atomic_long_read(&bucket->used_time);
/linux-master/drivers/net/
H A Dtun.c1187 (unsigned long)atomic_long_read(&tun->rx_frame_errors);
/linux-master/net/sunrpc/
H A Dxprtsock.c1140 if (atomic_long_read(&xprt->xmit_queuelen) == 1)
/linux-master/fs/nfsd/
H A Dnfs4state.c4633 count = atomic_long_read(&num_delegations);
6585 if (atomic_long_read(&num_delegations) >= max_delegations)
/linux-master/kernel/events/
H A Dcore.c5275 atomic_long_read(&event->refcount), event)) {
6587 user_locked = atomic_long_read(&user->locked_vm);
/linux-master/drivers/infiniband/core/
H A Dcm.c4298 atomic_long_read(
/linux-master/net/core/
H A Dskbuff.c1641 old_pg = atomic_long_read(&user->locked_vm);
H A Ddev.c10719 dst[i] = (unsigned long)atomic_long_read(&src[i]);
/linux-master/virt/kvm/
H A Dkvm_main.c1514 if ((long)old == atomic_long_read(&slots->last_used_slot))
/linux-master/net/ipv6/
H A Daddrconf.c5750 put_unaligned(atomic_long_read(&mib[i]), &stats[i]);
/linux-master/drivers/scsi/
H A Dscsi_debug.c7324 atomic_long_read(&writes_by_group_number[i]));
/linux-master/kernel/sched/
H A Dfair.c3934 tg_weight = atomic_long_read(&tg->load_avg);

Completed in 1320 milliseconds

123456