/linux-4.4.14/drivers/misc/sgi-gru/ |
D | grutables.h | 170 atomic_long_t vdata_alloc; 171 atomic_long_t vdata_free; 172 atomic_long_t gts_alloc; 173 atomic_long_t gts_free; 174 atomic_long_t gms_alloc; 175 atomic_long_t gms_free; 176 atomic_long_t gts_double_allocate; 177 atomic_long_t assign_context; 178 atomic_long_t assign_context_failed; 179 atomic_long_t free_context; [all …]
|
D | gruprocfs.c | 35 static void printstat_val(struct seq_file *s, atomic_long_t *v, char *id) in printstat_val()
|
/linux-4.4.14/include/asm-generic/ |
D | atomic-long.h | 23 typedef atomic64_t atomic_long_t; typedef 30 typedef atomic_t atomic_long_t; typedef 38 static inline long atomic_long_read##mo(const atomic_long_t *l) \ 50 static inline void atomic_long_set##mo(atomic_long_t *l, long i) \ in ATOMIC_LONG_READ_OP() 63 atomic_long_##op##_return##mo(long i, atomic_long_t *l) \ 101 static inline void atomic_long_inc(atomic_long_t *l) 108 static inline void atomic_long_dec(atomic_long_t *l) in atomic_long_dec() 117 atomic_long_##op(long i, atomic_long_t *l) \ 133 static inline int atomic_long_sub_and_test(long i, atomic_long_t *l) in ATOMIC_LONG_OP() 140 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test() [all …]
|
D | rwsem.h | 36 if (unlikely(atomic_long_inc_return_acquire((atomic_long_t *)&sem->count) <= 0)) in __down_read() 61 (atomic_long_t *)&sem->count); in __down_write_nested() 87 tmp = atomic_long_dec_return_release((atomic_long_t *)&sem->count); in __up_read() 98 (atomic_long_t *)&sem->count) < 0)) in __up_write() 107 atomic_long_add(delta, (atomic_long_t *)&sem->count); in rwsem_atomic_add() 125 (atomic_long_t *)&sem->count); in __downgrade_write() 135 return atomic_long_add_return(delta, (atomic_long_t *)&sem->count); in rwsem_atomic_update()
|
D | local.h | 23 atomic_long_t a;
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_core.h | 39 atomic_long_t tx_packets; 40 atomic_long_t tx_bytes; 41 atomic_long_t tx_errors; 42 atomic_long_t rx_packets; 43 atomic_long_t rx_bytes; 44 atomic_long_t rx_seq_discards; 45 atomic_long_t rx_oos_packets; 46 atomic_long_t rx_errors; 47 atomic_long_t rx_cookie_discards;
|
D | l2tp_eth.c | 45 atomic_long_t tx_bytes; 46 atomic_long_t tx_packets; 47 atomic_long_t tx_dropped; 48 atomic_long_t rx_bytes; 49 atomic_long_t rx_packets; 50 atomic_long_t rx_errors;
|
/linux-4.4.14/kernel/rcu/ |
D | tree.h | 392 atomic_long_t nocb_q_count; /* # CBs waiting for nocb */ 393 atomic_long_t nocb_q_count_lazy; /* invocation (all stages). */ 501 atomic_long_t expedited_workdone0; /* # done by others #0. */ 502 atomic_long_t expedited_workdone1; /* # done by others #1. */ 503 atomic_long_t expedited_workdone2; /* # done by others #2. */ 504 atomic_long_t expedited_workdone3; /* # done by others #3. */ 505 atomic_long_t expedited_normal; /* # fallbacks to normal. */
|
D | rcutorture.c | 151 static atomic_long_t n_cbfloods;
|
D | tree.c | 3590 atomic_long_t *stat, unsigned long s) in sync_exp_work_done()
|
/linux-4.4.14/net/packet/ |
D | internal.h | 96 atomic_long_t num; 97 atomic_long_t num_huge; 98 atomic_long_t num_failed;
|
/linux-4.4.14/include/target/ |
D | target_core_base.h | 642 atomic_long_t total_cmds; 643 atomic_long_t read_bytes; 644 atomic_long_t write_bytes; 704 atomic_long_t cmd_pdus; 705 atomic_long_t tx_data_octets; 706 atomic_long_t rx_data_octets; 774 atomic_long_t num_resets; 775 atomic_long_t num_cmds; 776 atomic_long_t read_bytes; 777 atomic_long_t write_bytes;
|
/linux-4.4.14/include/net/ |
D | snmp.h | 70 atomic_long_t mibs[ICMPMSG_MIB_MAX]; 81 atomic_long_t mibs[ICMP6_MIB_MAX]; 87 atomic_long_t mibs[ICMP6MSG_MIB_MAX]; 91 atomic_long_t mibs[ICMP6MSG_MIB_MAX];
|
D | af_unix.h | 58 atomic_long_t inflight;
|
D | udp.h | 100 extern atomic_long_t udp_memory_allocated;
|
D | tcp.h | 288 extern atomic_long_t tcp_memory_allocated;
|
D | sock.h | 1020 atomic_long_t *memory_allocated; /* Current allocated memory. */
|
/linux-4.4.14/include/linux/ |
D | mm_types.h | 388 atomic_long_t count[NR_MM_COUNTERS]; 408 atomic_long_t nr_ptes; /* PTE page table pages */ 410 atomic_long_t nr_pmds; /* PMD page table pages */ 512 atomic_long_t hugetlb_usage;
|
D | ns_common.h | 7 atomic_long_t stashed;
|
D | shrinker.h | 62 atomic_long_t *nr_deferred;
|
D | workqueue.h | 101 atomic_long_t data; 208 (_work)->data = (atomic_long_t) WORK_DATA_INIT(); \ 217 (_work)->data = (atomic_long_t) WORK_DATA_INIT(); \
|
D | page_counter.h | 9 atomic_long_t count;
|
D | iocontext.h | 98 atomic_long_t refcount;
|
D | percpu-refcount.h | 84 atomic_long_t count;
|
D | backing-dev-defs.h | 152 atomic_long_t tot_write_bandwidth;
|
D | nfs_fs_sb.h | 133 atomic_long_t writeback; /* number of writeback pages */
|
D | ww_mutex.h | 20 atomic_long_t stamp;
|
D | swapops.h | 168 extern atomic_long_t num_poisoned_pages __read_mostly;
|
D | vmstat.h | 111 extern atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS];
|
D | mmzone.h | 496 atomic_long_t inactive_age; 530 atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS];
|
D | swap.h | 416 extern atomic_long_t nr_swap_pages;
|
D | sched.h | 826 atomic_long_t epoll_watches; /* The number of file descriptors currently watched */ 834 atomic_long_t pipe_bufs; /* how many pages are allocated in pipe buffers */ 846 atomic_long_t locked_vm;
|
D | perf_event.h | 519 atomic_long_t refcount;
|
D | mm.h | 1827 extern atomic_long_t mmap_pages_allocated; 2231 extern atomic_long_t num_poisoned_pages;
|
D | fs.h | 853 atomic_long_t f_count; 1358 atomic_long_t s_remove_count;
|
D | netdevice.h | 1590 atomic_long_t rx_dropped; 1591 atomic_long_t tx_dropped;
|
/linux-4.4.14/drivers/md/bcache/ |
D | bcache.h | 439 atomic_long_t meta_sectors_written; 440 atomic_long_t btree_sectors_written; 441 atomic_long_t sectors_written; 644 atomic_long_t cache_read_races; 645 atomic_long_t writeback_keys_done; 646 atomic_long_t writeback_keys_failed;
|
/linux-4.4.14/include/target/iscsi/ |
D | iscsi_target_core.h | 650 atomic_long_t cmd_pdus; 651 atomic_long_t rsp_pdus; 652 atomic_long_t tx_data_octets; 653 atomic_long_t rx_data_octets; 654 atomic_long_t conn_digest_errors; 655 atomic_long_t conn_timeout_errors;
|
/linux-4.4.14/kernel/sched/ |
D | loadavg.c | 61 atomic_long_t calc_load_tasks; 154 static atomic_long_t calc_load_idle[2];
|
D | sched.h | 27 extern atomic_long_t calc_load_tasks; 251 atomic_long_t load_avg; 380 atomic_long_t removed_load_avg, removed_util_avg;
|
/linux-4.4.14/include/linux/sunrpc/ |
D | svc.h | 24 atomic_long_t packets; 26 atomic_long_t threads_woken; 27 atomic_long_t threads_timedout;
|
/linux-4.4.14/security/integrity/ima/ |
D | ima.h | 128 atomic_long_t len; /* number of stored measurements in the list */ 129 atomic_long_t violations;
|
D | ima_fs.c | 31 loff_t *ppos, atomic_long_t *val) in ima_show_htable_value()
|
/linux-4.4.14/drivers/block/zram/ |
D | zram_drv.h | 87 atomic_long_t max_used_pages; /* no. of maximum pages stored */
|
/linux-4.4.14/mm/ |
D | slab.h | 346 atomic_long_t nr_slabs; 347 atomic_long_t total_objects;
|
D | debug.c | 208 atomic_long_read((atomic_long_t *)&mm->nr_ptes), in dump_mm()
|
D | backing-dev.c | 15 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0);
|
D | memory-failure.c | 67 atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0);
|
D | vmstat.c | 89 atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS] __cacheline_aligned_in_smp;
|
D | zsmalloc.c | 251 atomic_long_t pages_allocated;
|
D | nommu.c | 61 atomic_long_t mmap_pages_allocated;
|
D | swapfile.c | 50 atomic_long_t nr_swap_pages;
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | local.h | 9 atomic_long_t a;
|
/linux-4.4.14/net/ipv6/ |
D | proc.c | 154 static void snmp6_seq_show_icmpv6msg(struct seq_file *seq, atomic_long_t *smib) in snmp6_seq_show_icmpv6msg() 191 atomic_long_t *smib, in snmp6_seq_show_item()
|
D | addrconf.c | 4708 static inline void __snmp6_fill_statsdev(u64 *stats, atomic_long_t *mib, in __snmp6_fill_statsdev()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | local.h | 10 atomic_long_t a;
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | local.h | 9 atomic_long_t a;
|
/linux-4.4.14/arch/mips/include/asm/ |
D | local.h | 13 atomic_long_t a;
|
/linux-4.4.14/fs/ubifs/ |
D | ubifs.h | 1339 atomic_long_t dirty_pg_cnt; 1340 atomic_long_t dirty_zn_cnt; 1341 atomic_long_t clean_zn_cnt; 1470 extern atomic_long_t ubifs_clean_zn_cnt;
|
D | shrinker.c | 58 atomic_long_t ubifs_clean_zn_cnt;
|
/linux-4.4.14/Documentation/ |
D | local_ops.txt | 47 atomic_long_t inside a structure. This is made so a cast from this type to a 50 typedef struct { atomic_long_t a; } local_t;
|
D | atomic_ops.txt | 11 the atomic_long_t type as a signed long integer. Also, they should 16 typedef struct { long counter; } atomic_long_t; 42 with "atomic_long_" to operate on atomic_long_t.
|
/linux-4.4.14/drivers/tty/ |
D | tty_ldsem.c | 79 return atomic_long_add_return(delta, (atomic_long_t *)&sem->count); in ldsem_atomic_update()
|
/linux-4.4.14/crypto/ |
D | af_alg.c | 31 static atomic_long_t alg_memory_allocated;
|
/linux-4.4.14/kernel/ |
D | acct.c | 82 atomic_long_t count;
|
D | audit_tree.c | 29 atomic_long_t refs;
|
/linux-4.4.14/net/ipv4/ |
D | proc.c | 355 atomic_long_t *ptr = net->mib.icmpmsg_statistics->mibs; in icmp_put()
|
D | udp.c | 129 atomic_long_t udp_memory_allocated;
|
D | tcp.c | 302 atomic_long_t tcp_memory_allocated; /* Current allocated memory. */
|
/linux-4.4.14/fs/ceph/ |
D | super.h | 91 atomic_long_t writeback_count;
|
D | super.c | 910 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0);
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilegx.c | 354 BUILD_BUG_ON(sizeof(atomic_long_t) != sizeof(unsigned long)); in tile_net_stats_add() 355 atomic_long_add(value, (atomic_long_t *)field); in tile_net_stats_add()
|
/linux-4.4.14/fs/nfs/ |
D | inode.c | 1287 static atomic_long_t nfs_attr_generation_counter;
|
D | dir.c | 2074 static atomic_long_t nfs_access_nr_entries;
|
/linux-4.4.14/net/decnet/ |
D | af_decnet.c | 158 static atomic_long_t decnet_memory_allocated;
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu.h | 964 atomic_long_t owner;
|
/linux-4.4.14/net/unix/ |
D | af_unix.c | 125 static atomic_long_t unix_nr_socks;
|
/linux-4.4.14/drivers/infiniband/core/ |
D | cm.c | 118 atomic_long_t counter[CM_ATTR_COUNT];
|
/linux-4.4.14/net/sctp/ |
D | socket.c | 106 static atomic_long_t sctp_memory_allocated;
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4state.c | 364 static atomic_long_t num_delegations;
|