Searched refs:atomic_long_t (Results 1 – 25 of 99) sorted by relevance
1234
| /Linux-v4.19/drivers/misc/sgi-gru/ |
| D | grutables.h | 171 atomic_long_t vdata_alloc; 172 atomic_long_t vdata_free; 173 atomic_long_t gts_alloc; 174 atomic_long_t gts_free; 175 atomic_long_t gms_alloc; 176 atomic_long_t gms_free; 177 atomic_long_t gts_double_allocate; 178 atomic_long_t assign_context; 179 atomic_long_t assign_context_failed; 180 atomic_long_t free_context; [all …]
|
| /Linux-v4.19/include/asm-generic/ |
| D | atomic-long.h | 24 typedef atomic64_t atomic_long_t; typedef 32 typedef atomic_t atomic_long_t; typedef 41 static inline long atomic_long_read##mo(const atomic_long_t *l) \ 53 static inline void atomic_long_set##mo(atomic_long_t *l, long i) \ in ATOMIC_LONG_READ_OP() 66 atomic_long_##op##_return##mo(long i, atomic_long_t *l) \ 119 static __always_inline void atomic_long_inc(atomic_long_t *l) 126 static __always_inline void atomic_long_dec(atomic_long_t *l) in atomic_long_dec() 135 atomic_long_fetch_##op##mo(long i, atomic_long_t *l) \ 171 atomic_long_fetch_##op##mo(atomic_long_t *l) \ in ATOMIC_LONG_FETCH_OP() 191 atomic_long_##op(long i, atomic_long_t *l) \ [all …]
|
| /Linux-v4.19/include/asm-generic/bitops/ |
| D | atomic.h | 17 atomic_long_or(BIT_MASK(nr), (atomic_long_t *)p); in set_bit() 23 atomic_long_andnot(BIT_MASK(nr), (atomic_long_t *)p); in clear_bit() 29 atomic_long_xor(BIT_MASK(nr), (atomic_long_t *)p); in change_bit() 41 old = atomic_long_fetch_or(mask, (atomic_long_t *)p); in test_and_set_bit() 54 old = atomic_long_fetch_andnot(mask, (atomic_long_t *)p); in test_and_clear_bit() 64 old = atomic_long_fetch_xor(mask, (atomic_long_t *)p); in test_and_change_bit()
|
| D | lock.h | 28 old = atomic_long_fetch_or_acquire(mask, (atomic_long_t *)p); in test_and_set_bit_lock() 43 atomic_long_fetch_andnot_release(BIT_MASK(nr), (atomic_long_t *)p); in clear_bit_unlock() 65 atomic_long_set_release((atomic_long_t *)p, old); in __clear_bit_unlock() 85 old = atomic_long_fetch_andnot_release(mask, (atomic_long_t *)p); in clear_bit_unlock_is_negative_byte()
|
| /Linux-v4.19/include/linux/ |
| D | page_counter.h | 10 atomic_long_t usage; 18 atomic_long_t min_usage; 19 atomic_long_t children_min_usage; 23 atomic_long_t low_usage; 24 atomic_long_t children_low_usage;
|
| D | mm_types.h | 318 atomic_long_t swap_readahead_info; 382 atomic_long_t pgtables_bytes; /* PTE page table pages */ 486 atomic_long_t hugetlb_usage;
|
| D | ns_common.h | 8 atomic_long_t stashed;
|
| D | vmstat.h | 131 extern atomic_long_t vm_zone_stat[NR_VM_ZONE_STAT_ITEMS]; 132 extern atomic_long_t vm_numa_stat[NR_VM_NUMA_STAT_ITEMS]; 133 extern atomic_long_t vm_node_stat[NR_VM_NODE_STAT_ITEMS];
|
| D | shrinker.h | 77 atomic_long_t *nr_deferred;
|
| D | mm_types_task.h | 57 atomic_long_t count[NR_MM_COUNTERS];
|
| D | workqueue.h | 103 atomic_long_t data; 234 (_work)->data = (atomic_long_t) WORK_DATA_INIT(); \ 243 (_work)->data = (atomic_long_t) WORK_DATA_INIT(); \
|
| D | iocontext.h | 99 atomic_long_t refcount;
|
| /Linux-v4.19/net/l2tp/ |
| D | l2tp_core.h | 37 atomic_long_t tx_packets; 38 atomic_long_t tx_bytes; 39 atomic_long_t tx_errors; 40 atomic_long_t rx_packets; 41 atomic_long_t rx_bytes; 42 atomic_long_t rx_seq_discards; 43 atomic_long_t rx_oos_packets; 44 atomic_long_t rx_errors; 45 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-v4.19/include/linux/sched/ |
| D | user.h | 23 atomic_long_t epoll_watches; /* The number of file descriptors currently watched */ 31 atomic_long_t pipe_bufs; /* how many pages are allocated in pipe buffers */ 44 atomic_long_t locked_vm;
|
| /Linux-v4.19/include/target/ |
| D | target_core_base.h | 638 atomic_long_t total_cmds; 639 atomic_long_t read_bytes; 640 atomic_long_t write_bytes; 701 atomic_long_t cmd_pdus; 702 atomic_long_t tx_data_octets; 703 atomic_long_t rx_data_octets; 769 atomic_long_t num_resets; 770 atomic_long_t aborts_complete; 771 atomic_long_t aborts_no_task; 772 atomic_long_t num_cmds; [all …]
|
| /Linux-v4.19/drivers/md/bcache/ |
| D | bcache.h | 462 atomic_long_t meta_sectors_written; 463 atomic_long_t btree_sectors_written; 464 atomic_long_t sectors_written; 526 atomic_long_t flash_dev_dirty_sectors; 685 atomic_long_t cache_read_races; 686 atomic_long_t writeback_keys_done; 687 atomic_long_t writeback_keys_failed; 689 atomic_long_t reclaim; 690 atomic_long_t flush_write; 691 atomic_long_t retry_flush_write;
|
| /Linux-v4.19/net/packet/ |
| D | internal.h | 98 atomic_long_t num; 99 atomic_long_t num_huge; 100 atomic_long_t num_failed;
|
| /Linux-v4.19/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];
|
| /Linux-v4.19/drivers/lightnvm/ |
| D | pblk.h | 651 atomic_long_t inflight_writes; /* Inflight writes (user and gc) */ 652 atomic_long_t padded_writes; /* Sectors padded due to flush/fua */ 653 atomic_long_t padded_wb; /* Sectors padded in write buffer */ 654 atomic_long_t req_writes; /* Sectors stored on write buffer */ 655 atomic_long_t sub_writes; /* Sectors submitted from buffer */ 656 atomic_long_t sync_writes; /* Sectors synced to media */ 657 atomic_long_t inflight_reads; /* Inflight sector read requests */ 658 atomic_long_t cache_reads; /* Read requests that hit the cache */ 659 atomic_long_t sync_reads; /* Completed sector read requests */ 660 atomic_long_t recov_writes; /* Sectors submitted from recovery */ [all …]
|
| /Linux-v4.19/include/target/iscsi/ |
| D | iscsi_target_core.h | 663 atomic_long_t cmd_pdus; 664 atomic_long_t rsp_pdus; 665 atomic_long_t tx_data_octets; 666 atomic_long_t rx_data_octets; 667 atomic_long_t conn_digest_errors; 668 atomic_long_t conn_timeout_errors;
|
| /Linux-v4.19/kernel/sched/ |
| D | loadavg.c | 59 atomic_long_t calc_load_tasks; 152 static atomic_long_t calc_load_nohz[2];
|
| /Linux-v4.19/include/linux/sunrpc/ |
| D | svc.h | 25 atomic_long_t packets; 27 atomic_long_t threads_woken; 28 atomic_long_t threads_timedout;
|
| /Linux-v4.19/drivers/block/zram/ |
| D | zram_drv.h | 80 atomic_long_t max_used_pages; /* no. of maximum pages stored */
|
| /Linux-v4.19/security/integrity/ima/ |
| D | ima.h | 163 atomic_long_t len; /* number of stored measurements in the list */ 164 atomic_long_t violations;
|
1234