Searched refs:atomic_t (Results 1 - 25 of 1664) sorted by last modified time

1234567891011>>

/linux-master/net/rxrpc/
H A Dtxbuf.c13 static atomic_t rxrpc_txbuf_debug_ids;
14 atomic_t rxrpc_nr_txbuf;
/linux-master/kernel/bpf/
H A Dcore.c2135 atomic_##KOP((u32) SRC, (atomic_t *)(unsigned long) \
2145 (atomic_t *)(unsigned long) (DST + insn->off)); \
2164 (atomic_t *)(unsigned long) (DST + insn->off),
2174 (atomic_t *)(unsigned long) (DST + insn->off),
/linux-master/drivers/nvme/host/
H A Dnvme.h318 atomic_t abort_limit;
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad_debugfs.c489 static atomic_t bna_debugfs_port_count;
/linux-master/drivers/firewire/
H A Dnosy.c62 atomic_t size;
/linux-master/kernel/
H A Dworkqueue.c326 atomic_t nr; /* per-node nr_active */
342 atomic_t nr_pwqs_to_flush; /* flush in progress */
H A Dprofile.c43 static atomic_t *prof_buffer;
115 buffer_bytes = prof_len*sizeof(atomic_t);
373 pnt = (char *)prof_buffer + p - sizeof(atomic_t);
408 memset(prof_buffer, 0, prof_len * sizeof(atomic_t));
446 proc_set_size(entry, (1 + prof_len) * sizeof(atomic_t));
H A Dcpu.c80 atomic_t ap_sync_state;
301 atomic_t *st = this_cpu_ptr(&cpuhp_state.ap_sync_state);
311 atomic_t *st = per_cpu_ptr(&cpuhp_state.ap_sync_state, cpu);
362 atomic_t *st = per_cpu_ptr(&cpuhp_state.ap_sync_state, cpu);
393 atomic_t *st = this_cpu_ptr(&cpuhp_state.ap_sync_state);
404 atomic_t *st = per_cpu_ptr(&cpuhp_state.ap_sync_state, cpu);
3129 atomic_t __num_online_cpus __read_mostly;
3155 * Note, that the fact that __num_online_cpus is of type atomic_t
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c320 atomic_t wakeup_path;
/linux-master/kernel/sched/
H A Dfair.c6890 atomic_t nr_cpus;
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c179 atomic_t managed;
180 atomic_t unmanaged;
/linux-master/net/ipv4/
H A Droute.c454 static atomic_t *ip_idents __read_mostly;
464 atomic_t *p_id;
/linux-master/mm/
H A Dzswap.c49 atomic_t zswap_stored_pages = ATOMIC_INIT(0);
51 static atomic_t zswap_same_filled_pages = ATOMIC_INIT(0);
187 static atomic_t zswap_nr_stored = ATOMIC_INIT(0);
238 static atomic_t zswap_pools_count = ATOMIC_INIT(0);
/linux-master/include/net/
H A Dtls.h99 atomic_t encrypt_pending;
136 atomic_t decrypt_pending;
H A Dsock.h383 atomic_t sk_drops;
396 atomic_t rmem_alloc;
451 atomic_t sk_omem_alloc;
468 atomic_t sk_zckey;
469 atomic_t sk_tskey;
H A Daf_unix.h52 atomic_t nr_fds;
/linux-master/include/net/bluetooth/
H A Dhci_core.h489 atomic_t cmd_cnt;
597 atomic_t promisc;
695 atomic_t refcnt;
/linux-master/fs/ntfs3/
H A Dsuper.c99 static atomic_t s_name_buf_cnt = ATOMIC_INIT(1); // 1 means 'free s_name_buf'.
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c710 atomic_t pending_cookie;
/linux-master/drivers/net/usb/
H A Dqmi_wwan.c52 atomic_t pmcount;
/linux-master/drivers/net/
H A Dgtp.c59 atomic_t tx_seq;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c92 atomic_t active_ports_count;
685 atomic_t active;
/linux-master/drivers/md/
H A Ddm.c66 atomic_t dm_global_event_nr = ATOMIC_INIT(0);
/linux-master/arch/loongarch/kernel/
H A Dperf_event.c457 static atomic_t active_events = ATOMIC_INIT(0);
/linux-master/fs/nfsd/
H A Dstate.h296 atomic_t se_ref;
393 atomic_t cl_admin_revoked; /* count of admin-revoked states */
430 atomic_t cl_rpc_users;
449 atomic_t cl_cb_inflight; /* Outstanding callbacks */
452 atomic_t cl_delegs_in_recall;
513 atomic_t so_count;
604 atomic_t fi_access[2];
612 atomic_t fi_lo_recalls;

Completed in 533 milliseconds

1234567891011>>