| /linux/drivers/misc/sgi-gru/ |
| H A D | grutables.h | 159 atomic_long_t vdata_alloc; 160 atomic_long_t vdata_free; 161 atomic_long_t gts_alloc; 162 atomic_long_t gts_free; 163 atomic_long_t gms_alloc; 164 atomic_long_t gms_free; 165 atomic_long_t gts_double_allocate; 166 atomic_long_t assign_context; 167 atomic_long_t assign_context_failed; 168 atomic_long_t free_context; [all …]
|
| /linux/include/linux/atomic/ |
| H A D | atomic-long.h | 13 typedef atomic64_t atomic_long_t; typedef 18 typedef atomic_t atomic_long_t; typedef 26 * @v: pointer to atomic_long_t 35 raw_atomic_long_read(const atomic_long_t *v) in raw_atomic_long_read() 46 * @v: pointer to atomic_long_t 55 raw_atomic_long_read_acquire(const atomic_long_t *v) in raw_atomic_long_read_acquire() 66 * @v: pointer to atomic_long_t 76 raw_atomic_long_set(atomic_long_t *v, long i) in raw_atomic_long_set() 87 * @v: pointer to atomic_long_t 97 raw_atomic_long_set_release(atomic_long_t * [all...] |
| H A D | atomic-instrumented.h | 3177 * @v: pointer to atomic_long_t 3186 atomic_long_read(const atomic_long_t *v) in atomic_long_read() 3194 * @v: pointer to atomic_long_t 3203 atomic_long_read_acquire(const atomic_long_t *v) in atomic_long_read_acquire() 3211 * @v: pointer to atomic_long_t 3221 atomic_long_set(atomic_long_t *v, long i) in atomic_long_set() 3229 * @v: pointer to atomic_long_t 3239 atomic_long_set_release(atomic_long_t *v, long i) in atomic_long_set_release() 3249 * @v: pointer to atomic_long_t 3258 atomic_long_add(long i, atomic_long_t * [all...] |
| /linux/net/can/ |
| H A D | af_can.h | 55 atomic_long_t matches; 69 atomic_long_t rx_frames; 70 atomic_long_t tx_frames; 71 atomic_long_t matches; 85 atomic_long_t rx_frames_delta; 86 atomic_long_t tx_frames_delta; 87 atomic_long_t matches_delta;
|
| /linux/include/asm-generic/bitops/ |
| H A D | atomic.h | 18 raw_atomic_long_or(BIT_MASK(nr), (atomic_long_t *)p); in arch_set_bit() 25 raw_atomic_long_andnot(BIT_MASK(nr), (atomic_long_t *)p); in arch_clear_bit() 32 raw_atomic_long_xor(BIT_MASK(nr), (atomic_long_t *)p); in arch_change_bit() 42 old = raw_atomic_long_fetch_or(mask, (atomic_long_t *)p); in arch_test_and_set_bit() 53 old = raw_atomic_long_fetch_andnot(mask, (atomic_long_t *)p); in arch_test_and_clear_bit() 64 old = raw_atomic_long_fetch_xor(mask, (atomic_long_t *)p); in arch_test_and_change_bit()
|
| H A D | lock.h | 28 old = raw_atomic_long_fetch_or_acquire(mask, (atomic_long_t *)p); in arch_test_and_set_bit_lock() 44 raw_atomic_long_fetch_andnot_release(BIT_MASK(nr), (atomic_long_t *)p); in arch_clear_bit_unlock() 66 raw_atomic_long_set_release((atomic_long_t *)p, old); in arch___clear_bit_unlock() 75 old = raw_atomic_long_fetch_xor_release(mask, (atomic_long_t *)p); in arch_xor_unlock_is_negative_byte()
|
| /linux/include/linux/ |
| H A D | page_counter.h | 15 atomic_long_t usage; 22 atomic_long_t min_usage; 23 atomic_long_t children_min_usage; 27 atomic_long_t low_usage; 28 atomic_long_t children_low_usage; 59 counter->usage = (atomic_long_t)ATOMIC_LONG_INIT(0); in page_counter_init()
|
| H A D | zswap.h | 10 extern atomic_long_t zswap_stored_pages; 24 atomic_long_t nr_disk_swapins;
|
| H A D | shrinker.h | 17 atomic_long_t nr_deferred[SHRINKER_UNIT_BITS]; 117 atomic_long_t *nr_deferred;
|
| H A D | swiotlb.h | 122 atomic_long_t total_used; 123 atomic_long_t used_hiwater; 124 atomic_long_t transient_nslabs;
|
| /linux/net/l2tp/ |
| H A D | l2tp_core.h | 24 atomic_long_t tx_packets; 25 atomic_long_t tx_bytes; 26 atomic_long_t tx_errors; 27 atomic_long_t rx_packets; 28 atomic_long_t rx_bytes; 29 atomic_long_t rx_seq_discards; 30 atomic_long_t rx_oos_packets; 31 atomic_long_t rx_errors; 32 atomic_long_t rx_cookie_discards; 33 atomic_long_t rx_invalid;
|
| /linux/mm/ |
| H A D | swap_table.h | 11 atomic_long_t entries[SWAPFILE_CLUSTER]; 89 BUILD_BUG_ON(sizeof(unsigned long) != sizeof(atomic_long_t)); in null_to_swp_tb() 206 atomic_long_t *table = rcu_dereference_protected(ci->table, true); in __swap_table_set() 216 atomic_long_t *table = rcu_dereference_protected(ci->table, true); in __swap_table_xchg() 227 atomic_long_t *table; in __swap_table_get() 238 atomic_long_t *table; in swap_table_get()
|
| /linux/kernel/printk/ |
| H A D | printk_ringbuffer.h | 67 atomic_long_t state_var; 75 atomic_long_t head_lpos; 76 atomic_long_t tail_lpos; 84 atomic_long_t head_id; 85 atomic_long_t tail_id; 86 atomic_long_t last_finalized_seq; 98 atomic_long_t fail;
|
| /linux/net/packet/ |
| H A D | internal.h | 97 atomic_long_t num; 98 atomic_long_t num_huge; 99 atomic_long_t num_failed; 120 atomic_long_t mapped;
|
| /linux/kernel/module/ |
| H A D | stats.c | 196 atomic_long_t total_mod_size; 197 atomic_long_t total_text_size; 198 atomic_long_t invalid_kread_bytes; 199 atomic_long_t invalid_decompress_bytes; 200 static atomic_long_t invalid_becoming_bytes; 201 static atomic_long_t invalid_mod_bytes;
|
| H A D | internal.h | 201 extern atomic_long_t total_mod_size; 202 extern atomic_long_t total_text_size; 203 extern atomic_long_t invalid_kread_bytes; 204 extern atomic_long_t invalid_decompress_bytes; 212 atomic_long_t count;
|
| /linux/drivers/md/bcache/ |
| H A D | bcache.h | 478 atomic_long_t meta_sectors_written; 479 atomic_long_t btree_sectors_written; 480 atomic_long_t sectors_written; 536 atomic_long_t flash_dev_dirty_sectors; 716 atomic_long_t cache_read_races; 717 atomic_long_t writeback_keys_done; 718 atomic_long_t writeback_keys_failed; 720 atomic_long_t reclaim; 721 atomic_long_t reclaimed_journal_buckets; 722 atomic_long_t flush_write;
|
| /linux/include/net/ |
| H A D | aligned_data.h | 15 atomic_long_t tcp_memory_allocated ____cacheline_aligned_in_smp; 16 atomic_long_t udp_memory_allocated ____cacheline_aligned_in_smp;
|
| H A D | snmp.h | 60 atomic_long_t mibs[ICMPMSG_MIB_MAX]; 71 atomic_long_t mibs[ICMP6_MIB_MAX]; 77 atomic_long_t mibs[ICMP6MSG_MIB_MAX]; 81 atomic_long_t mibs[ICMP6MSG_MIB_MAX];
|
| /linux/include/linux/sched/ |
| H A D | user.h | 20 atomic_long_t pipe_bufs; /* how many pages are allocated in pipe buffers */ 29 atomic_long_t locked_vm;
|
| /linux/tools/perf/util/bpf_skel/vmlinux/ |
| H A D | vmlinux.h | 54 typedef atomic64_t atomic_long_t; typedef 71 atomic_long_t owner; 75 atomic_long_t owner;
|
| /linux/kernel/kcsan/ |
| H A D | core.c | 103 static atomic_long_t watchpoints[CONFIG_KCSAN_NUM_WATCHPOINTS + NUM_SLOTS-1]; 114 static __always_inline atomic_long_t *find_watchpoint(unsigned long addr, in find_watchpoint() 121 atomic_long_t *watchpoint; in find_watchpoint() 147 static inline atomic_long_t * 152 atomic_long_t *watchpoint; in insert_watchpoint() 183 try_consume_watchpoint(atomic_long_t *watchpoint, long encoded_watchpoint) in try_consume_watchpoint() 189 static inline bool consume_watchpoint(atomic_long_t *watchpoint) in consume_watchpoint() 195 static inline void remove_watchpoint(atomic_long_t *watchpoint) in remove_watchpoint() 459 atomic_long_t *watchpoint, in kcsan_found_watchpoint() 531 atomic_long_t *watchpoint; in kcsan_setup_watchpoint() [all …]
|
| /linux/scripts/atomic/ |
| H A D | gen-atomic-long.sh | 81 typedef atomic64_t atomic_long_t; 86 typedef atomic_t atomic_long_t;
|
| H A D | atomics.tbl | 15 # * cv - const pointer to atomic base type (atomic_t/atomic64_t/atomic_long_t) 16 # * v - pointer to atomic base type (atomic_t/atomic64_t/atomic_long_t)
|
| /linux/include/target/iscsi/ |
| H A D | iscsi_target_core.h | 656 atomic_long_t cmd_pdus; 657 atomic_long_t rsp_pdus; 658 atomic_long_t tx_data_octets; 659 atomic_long_t rx_data_octets; 660 atomic_long_t conn_digest_errors; 661 atomic_long_t conn_timeout_errors;
|