Searched refs:ATOMIC_INIT (Results 101 - 125 of 194) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/
H A Ddma.c67 static atomic_t gDmaStatMemTypeKmalloc = ATOMIC_INIT(0);
68 static atomic_t gDmaStatMemTypeVmalloc = ATOMIC_INIT(0);
69 static atomic_t gDmaStatMemTypeUser = ATOMIC_INIT(0);
70 static atomic_t gDmaStatMemTypeCoherent = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Datomic.h18 #define ATOMIC_INIT(i) { (i) } macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dzcrypt_cex2a.c293 static atomic_t zcrypt_step = ATOMIC_INIT(0);
H A Dzcrypt_pcica.c269 static atomic_t zcrypt_step = ATOMIC_INIT(0);
H A Dzcrypt_pcicc.c473 static atomic_t zcrypt_step = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/hdpvr/
H A Dhdpvr-core.c36 static atomic_t dev_nr = ATOMIC_INIT(-1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dzlib.c54 static atomic_t alloc_workspace = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfile.c413 .count = ATOMIC_INIT(1),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dcookie.c22 static atomic_t fscache_object_debug_id = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddevices.c128 .count = ATOMIC_INIT(1),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_diag.c80 static atomic_t diagpkt_count = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ipmi/
H A Dipmi_poweroff.c107 static atomic_t dummy_count = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_device.c498 static atomic_t device_indexes = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dflow.c64 atomic_t flow_cache_genid = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_lblc.c527 .refcnt = ATOMIC_INIT(0),
H A Dip_vs_conn.c68 static atomic_t ip_vs_conn_count = ATOMIC_INIT(0);
71 static atomic_t ip_vs_conn_no_cport_cnt = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsmp_64.c1107 static atomic_t smp_capture_depth = ATOMIC_INIT(0);
1108 static atomic_t smp_capture_registry = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dpciehp_hpc.c44 static atomic_t pciehp_num_controllers = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi.c510 static atomic_t dyn_bus_id = ATOMIC_INIT((1<<15) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dethernet.c134 atomic_t cvm_oct_poll_queue_stopping = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_diag.c142 static atomic_t diagpkt_count = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/gameport/
H A Dgameport.c505 static atomic_t gameport_no = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dcore-card.c507 static atomic_t index = ATOMIC_INIT(-1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/appldata/
H A Dappldata_base.c88 static atomic_t appldata_expire_count = ATOMIC_INIT(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_page_alloc.c399 static atomic_t start_pool = ATOMIC_INIT(0);

Completed in 305 milliseconds

12345678