Home
last modified time | relevance | path

Searched refs:atomic_long_t (Results 1 – 25 of 152) sorted by relevance

1234567

/linux/drivers/misc/sgi-gru/
H A Dgrutables.h159 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/net/can/
H A Daf_can.h69 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 Datomic.h18 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 Dlock.h28 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/mm/
H A Dswap_table.h11 atomic_long_t entries[SWAPFILE_CLUSTER];
30 BUILD_BUG_ON(sizeof(unsigned long) != sizeof(atomic_long_t)); in null_to_swp_tb()
88 atomic_long_t *table = rcu_dereference_protected(ci->table, true); in __swap_table_set()
98 atomic_long_t *table = rcu_dereference_protected(ci->table, true); in __swap_table_xchg()
109 atomic_long_t *table; in __swap_table_get()
120 atomic_long_t *table; in swap_table_get()
/linux/net/l2tp/
H A Dl2tp_core.h24 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/kernel/printk/
H A Dprintk_ringbuffer.h62 atomic_long_t state_var;
70 atomic_long_t head_lpos;
71 atomic_long_t tail_lpos;
79 atomic_long_t head_id;
80 atomic_long_t tail_id;
81 atomic_long_t last_finalized_seq;
93 atomic_long_t fail;
/linux/kernel/module/
H A Dstats.c196 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 Dinternal.h203 extern atomic_long_t total_mod_size;
204 extern atomic_long_t total_text_size;
205 extern atomic_long_t invalid_kread_bytes;
206 extern atomic_long_t invalid_decompress_bytes;
214 atomic_long_t count;
/linux/include/net/
H A Daligned_data.h15 atomic_long_t tcp_memory_allocated ____cacheline_aligned_in_smp;
16 atomic_long_t udp_memory_allocated ____cacheline_aligned_in_smp;
H A Dnetmem.h22 * atomic_long_t pp_ref_count;
38 atomic_long_t pp_ref_count;
110 atomic_long_t pp_ref_count;
322 static inline atomic_long_t *netmem_get_pp_ref_count_ref(netmem_ref netmem) in netmem_get_pp()
/linux/drivers/md/bcache/
H A Dbcache.h478 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/linux/sched/
H A Duser.h20 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 Dvmlinux.h54 typedef atomic64_t atomic_long_t; typedef
71 atomic_long_t owner;
75 atomic_long_t owner;
/linux/scripts/atomic/
H A Dgen-atomic-long.sh81 typedef atomic64_t atomic_long_t;
86 typedef atomic_t atomic_long_t;
H A Datomics.tbl15 # * 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/kernel/kcsan/
H A Dcore.c103 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/include/linux/
H A Dshrinker.h17 atomic_long_t nr_deferred[SHRINKER_UNIT_BITS];
117 atomic_long_t *nr_deferred;
H A Dswiotlb.h122 atomic_long_t total_used;
123 atomic_long_t used_hiwater;
124 atomic_long_t transient_nslabs;
H A Dworkqueue_types.h17 atomic_long_t data;
H A Dhugetlb_cgroup.h48 atomic_long_t events[HUGE_MAX_HSTATE][HUGETLB_NR_MEMORY_EVENTS];
49 atomic_long_t events_local[HUGE_MAX_HSTATE][HUGETLB_NR_MEMORY_EVENTS];
/linux/include/target/iscsi/
H A Discsi_target_core.h656 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;
/linux/lib/
H A Dsbitmap.c96 atomic_long_andnot(mask, (atomic_long_t *)&map->word); in sbitmap_deferred_clear()
97 BUILD_BUG_ON(sizeof(atomic_long_t) != sizeof(map->word)); in sbitmap_deferred_clear()
544 atomic_long_t *ptr = (atomic_long_t *) &map->word; in __sbitmap_queue_get_batch()
660 atomic_long_andnot(mask, (atomic_long_t *) addr); in sbitmap_queue_clear_batch()
668 atomic_long_andnot(mask, (atomic_long_t *) addr); in sbitmap_queue_clear_batch()
/linux/kernel/sched/
H A Dloadavg.c60 atomic_long_t calc_load_tasks;
207 static atomic_long_t calc_load_nohz[2];
/linux/tools/testing/memblock/
H A Dmmzone.c18 void atomic_long_set(atomic_long_t *v, long i) in atomic_long_set()

1234567