/linux-4.4.14/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.4.14/arch/arm64/include/asm/ |
D | atomic_ll_sc.h | 58 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op) \ argument 67 "1: ld" #acq "xr %w0, %2\n" \ 121 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op) \ argument 130 "1: ld" #acq "xr %0, %2\n" \ 189 #define __CMPXCHG_CASE(w, sz, name, mb, acq, rel, cl) \ argument 199 "1: ld" #acq "xr" #sz "\t%" #w "[oldval], %[v]\n" \
|
D | cmpxchg.h | 33 #define __XCHG_CASE(w, sz, name, mb, nop_lse, acq, acq_lse, rel, cl) \ argument 42 "1: ld" #acq "xr" #sz "\t%" #w "0, %2\n" \
|
/linux-4.4.14/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); \ 93 } while (ia64_cmpxchg(acq, v, old, new, sizeof(atomic64_t)) != old); \
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xp_nofault.S | 27 ld8.acq r9=[r32];; // PIO Read the specified register
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
D | pio_phys.S | 32 ld8.acq r8=[r32]
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | cmpxchg.h | 115 ia64_cmpxchg(acq, (ptr), (o), (n), sizeof(*(ptr)))
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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() 1329 for (i = 0; i < ARRAY_SIZE(ctx->acq); i++) in ath9k_offchannel_init() 1330 INIT_LIST_HEAD(&ctx->acq[i]); in ath9k_offchannel_init()
|
D | ath9k.h | 327 struct list_head acq[IEEE80211_NUM_ACS]; member
|
D | xmit.c | 116 list = &ctx->acq[TID_TO_WME_AC(tid->tidno)]; in ath_tx_queue_tid() 1911 tid_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.4.14/arch/ia64/mm/ |
D | tlb.c | 116 unsigned long t = ia64_fetchadd(1, &ss->ticket, acq), serve; in down_spin()
|
/linux-4.4.14/include/linux/ |
D | nvme.h | 31 __u64 acq; /* Admin CQ Base Address */ member
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 1785 lo_hi_writeq(nvmeq->cq_dma_addr, &dev->bar->acq); in nvme_configure_admin_queue()
|
/linux-4.4.14/Documentation/ |
D | memory-barriers.txt | 2907 used by READ_ONCE() and WRITE_ONCE() cause GCC to emit the special ld.acq
|