Searched refs:acq (Results 1 – 21 of 21) sorted by relevance
/linux-4.1.27/arch/ia64/sn/kernel/sn2/ |
D | ptc_deadlock.S | 48 (p9) ld8.acq scr1=[scr2];; 50 5: ld8.acq scr1=[piowc];; // Wait for PIOs to complete. 65 5: ld8.acq scr1=[piowcphy];; // Wait for PIOs to complete. 76 5: ld8.acq scr1=[piowcphy];; // Wait for PIOs to complete.
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | spinlock.h | 44 ticket = ia64_fetchadd(1, p, acq); in __ticket_spin_lock() 65 return ia64_cmpxchg(acq, &lock->lock, tmp, tmp + 1, sizeof (tmp)) == tmp; in __ticket_spin_trylock() 186 while (unlikely(ia64_fetchadd(1, (int *) __read_lock_ptr, acq) < 0)) { \
|
D | atomic.h | 41 } while (ia64_cmpxchg(acq, v, old, new, sizeof(atomic_t)) != old); \ 85 } while (ia64_cmpxchg(acq, v, old, new, sizeof(atomic64_t)) != old); \
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
D | xp_nofault.S | 27 ld8.acq r9=[r32];; // PIO Read the specified register
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
D | pio_phys.S | 32 ld8.acq r8=[r32]
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
D | cmpxchg.h | 117 ia64_cmpxchg(acq, (ptr), (o), (n), sizeof(*(ptr)))
|
/linux-4.1.27/include/linux/ |
D | nvme.h | 34 __u64 acq; /* Admin CQ Base Address */ member
|
/linux-4.1.27/Documentation/locking/ |
D | lockstat.txt | 51 acq-bounces - number of lock acquisitions that involved x-cpu data 87 …contentions waittime-min waittime-max waittime-total waittime-avg acq-bounces acquisiti…
|
/linux-4.1.27/arch/ia64/kernel/ |
D | smp.c | 249 ia64_fetchadd(1, &local_tlb_flush_counts[smp_processor_id()].count, acq); in smp_local_flush_tlb()
|
D | ivt.S | 553 (p6) cmpxchg8.acq r26=[r17],r25,ar.ccv // Only update if page is present 619 (p6) cmpxchg8.acq r26=[r17],r25,ar.ccv // Only if page present 674 (p6) cmpxchg8.acq r26=[r17],r25,ar.ccv // Only if page is present
|
D | traps.c | 324 if ((last.count & 15) < 5 && (ia64_fetchadd(1, &last.count, acq) & 15) < 5) { in handle_fpu_swa()
|
D | fsys.S | 214 ld4.acq r28 = [r20] // gtod_lock.sequence, Must take first
|
D | perfmon.c | 4280 old = ia64_cmpxchg(acq, &thread->pfm_context, NULL, ctx, sizeof(pfm_context_t *)); in pfm_context_load()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 229 nul=N Number of acq reqs given a NULL parent 230 noc=N Number of acq reqs rejected due to no cache available 231 ok=N Number of acq reqs succeeded 232 nbf=N Number of acq reqs rejected due to error 233 oom=N Number of acq reqs failed on ENOMEM
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 121 for (j = 0; j < ARRAY_SIZE(ctx->acq); j++) in ath_chanctx_init() 122 INIT_LIST_HEAD(&ctx->acq[j]); in ath_chanctx_init() 1320 for (i = 0; i < ARRAY_SIZE(ctx->acq); i++) in ath9k_offchannel_init() 1321 INIT_LIST_HEAD(&ctx->acq[i]); in ath9k_offchannel_init()
|
D | ath9k.h | 336 struct list_head acq[IEEE80211_NUM_ACS]; member
|
D | xmit.c | 128 list = &ctx->acq[TID_TO_WME_AC(tid->tidno)]; in ath_tx_queue_tid() 1930 ac_list = &sc->cur_chan->acq[txq->mac80211_qnum]; in ath_txq_schedule()
|
D | main.c | 75 list = &sc->cur_chan->acq[txq->mac80211_qnum]; in ath9k_has_pending_frames()
|
/linux-4.1.27/arch/ia64/mm/ |
D | tlb.c | 116 unsigned long t = ia64_fetchadd(1, &ss->ticket, acq), serve; in down_spin()
|
/linux-4.1.27/drivers/block/ |
D | nvme-core.c | 1656 writeq(nvmeq->cq_dma_addr, &dev->bar->acq); in nvme_configure_admin_queue()
|
/linux-4.1.27/Documentation/ |
D | memory-barriers.txt | 2952 special ld.acq and st.rel instructions that prevent such reordering.
|