Searched refs:atomic_t (Results 226 - 250 of 1664) sorted by relevance

1234567891011>>

/linux-master/drivers/md/bcache/
H A Dwriteback.h43 atomic_t started;
44 atomic_t enough;
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.h66 atomic_t refcount;
85 atomic_t busy;
/linux-master/arch/x86/xen/
H A Dspinlock.c20 static DEFINE_PER_CPU(atomic_t, xen_qlock_wait_nest);
40 atomic_t *nest_cnt = this_cpu_ptr(&xen_qlock_wait_nest);
/linux-master/include/linux/
H A Dpsi_types.h192 atomic_t rtpoll_wakeup;
193 atomic_t rtpoll_scheduled;
H A Dtypes.h177 } atomic_t; typedef in typeref:struct:__anon637
188 atomic_t refcnt;
/linux-master/net/smc/
H A Dsmc_ib.h54 atomic_t lnk_cnt; /* number of links on ibdev */
57 atomic_t lnk_cnt_by_port[SMC_MAX_PORTS];
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.h69 atomic_t refcnt; /* entry reference count */
76 atomic_t nfree; /* number of free entries */
/linux-master/drivers/infiniband/hw/hfi1/
H A Duser_sdma.h87 atomic_t n_reqs;
98 atomic_t n_locked;
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dfifo.h36 atomic_t blocked;
37 atomic_t errored;
/linux-master/net/packet/
H A Dinternal.h90 atomic_t rr_cur;
133 atomic_t tp_drops ____cacheline_aligned_in_smp;
/linux-master/fs/btrfs/
H A Ddelayed-inode.h41 atomic_t items; /* for delayed items */
42 atomic_t items_seq; /* for delayed items */
H A Dfs.h368 atomic_t discardable_extents;
561 atomic_t nr_delayed_iputs;
571 atomic_t async_delalloc_pages;
658 atomic_t defrag_running;
674 atomic_t balance_pause_req;
675 atomic_t balance_cancel_req;
680 atomic_t reloc_cancel_req;
689 atomic_t scrubs_running;
690 atomic_t scrub_pause_req;
691 atomic_t scrubs_pause
[all...]
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-core.h136 atomic_t suspended;
137 atomic_t job_count;
/linux-master/fs/kernfs/
H A Dkernfs-internal.h30 atomic_t nr_user_xattrs;
31 atomic_t user_xattr_size;
/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;
/linux-master/fs/afs/
H A Dinternal.h299 atomic_t nr_outstanding_calls;
300 atomic_t nr_superblocks;
307 atomic_t cells_outstanding;
332 atomic_t servers_outstanding;
346 atomic_t n_lookup; /* Number of lookups done */
347 atomic_t n_reval; /* Number of dentries needing revalidation */
348 atomic_t n_inval; /* Number of invalidations by the server */
349 atomic_t n_relpg; /* Number of invalidations by release_folio */
350 atomic_t n_read_dir; /* Number of directory pages read */
351 atomic_t n_dir_c
[all...]
/linux-master/include/net/sctp/
H A Dsctp.h273 extern atomic_t sctp_dbg_objcnt_sock;
274 extern atomic_t sctp_dbg_objcnt_ep;
275 extern atomic_t sctp_dbg_objcnt_assoc;
276 extern atomic_t sctp_dbg_objcnt_transport;
277 extern atomic_t sctp_dbg_objcnt_chunk;
278 extern atomic_t sctp_dbg_objcnt_bind_addr;
279 extern atomic_t sctp_dbg_objcnt_bind_bucket;
280 extern atomic_t sctp_dbg_objcnt_addr;
281 extern atomic_t sctp_dbg_objcnt_datamsg;
282 extern atomic_t sctp_dbg_objcnt_key
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dleds.h29 atomic_t state;
/linux-master/include/drm/
H A Dspsc_queue.h45 atomic_t job_count;
/linux-master/include/net/
H A Dlib80211.h97 atomic_t refcnt;
/linux-master/sound/drivers/pcsp/
H A Dpcsp.h65 atomic_t timer_active;
/linux-master/tools/include/linux/
H A Drefcount.h6 * Variant of atomic_t specialized for reference counts.
8 * The interface matches the atomic_t interface (to aid in porting) but only
15 * Memory ordering rules are slightly relaxed wrt regular atomic_t functions
53 atomic_t refs;
/linux-master/drivers/scsi/cxlflash/
H A Dcommon.h129 atomic_t scan_host_needed;
133 atomic_t recovery_threads;
213 atomic_t hsq_credits;
238 atomic_t cmds_active; /* Number of currently active AFU commands */
/linux-master/arch/powerpc/include/asm/
H A Demulated_ops.h17 atomic_t val;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommonring.h31 atomic_t outstanding_tx;

Completed in 287 milliseconds

1234567891011>>