Searched refs:used (Results 76 - 100 of 632) sorted by relevance

1234567891011>>

/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c135 ++array->page_list[p].used;
144 if (--array->page_list[p].used == 0) {
150 if (array->page_list[p].used < 0)
152 array, index, p, array->page_list[p].used);
167 array->page_list[i].used = 0;
/linux-master/lib/
H A Dref_tracker.c67 int size, used; member in struct:ostream
77 int ret, len = _s->size - _s->used; \
78 ret = snprintf(_s->buf + _s->used, len, pr_fmt(fmt), ##args); \
79 _s->used += min(ret, len); \
153 return os.used;
/linux-master/drivers/pci/controller/
H A Dpcie-altera-msi.c29 DECLARE_BITMAP(used, MAX_MSI_VECTORS);
30 struct mutex lock; /* protect "used" bitmap */
124 bit = find_first_zero_bit(msi->used, msi->num_of_vectors);
130 set_bit(bit, msi->used);
154 if (!test_bit(d->hwirq, msi->used)) {
158 __clear_bit(d->hwirq, msi->used);
/linux-master/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c81 unsigned int bytes, used; local
104 used = crypto_poly1305_setdctxkey(dctx, src, bytes);
105 if (likely(used)) {
106 srclen -= used;
107 src += used;
/linux-master/sound/oss/dmasound/
H A Ddmasound_q40.c67 ssize_t count, used; local
70 used = count = min_t(size_t, userCount, frameLeft);
78 *frameUsed += used ;
79 return used;
87 ssize_t count, used; local
90 used = count = min_t(size_t, userCount, frameLeft);
98 *frameUsed += used;
99 return used;
106 ssize_t count, used; local
109 used
[all...]
/linux-master/sound/synth/
H A Dutil_mem.c116 hdr->used += units;
144 hdr->used -= blk->size;
169 size = hdr->size - hdr->used;
/linux-master/sound/drivers/opl4/
H A Dopl4_seq.c13 * 2. The name of the author may not be used to endorse or promote products
68 if (opl4->used) {
72 opl4->used++;
95 opl4->used--;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/diag/
H A Dbridge_tracepoint.h21 __field(unsigned int, used)
30 __entry->used = jiffies_to_msecs(jiffies - fdb->lastuse)
32 TP_printk("net_device=%s addr=%pM vid=%hu flags=%hx used=%u",
37 __entry->used / 1000)
/linux-master/crypto/
H A Dalgif_aead.c9 * The following concept of the memory management is used:
58 return ctx->used >= ctx->aead_assoclen + (ctx->enc ? 0 : as);
104 size_t used = 0; /* [in] TX bufs to be en/decrypted */ local
106 size_t usedpages = 0; /* [in] RX bufs to be used from user */
119 used = ctx->used;
142 outlen = used + as;
144 outlen = used - as;
150 used -= ctx->aead_assoclen;
173 if (used < les
[all...]
/linux-master/include/crypto/
H A Dif_alg.h127 * @used: TX bytes sent to kernel. This variable is used to
131 * is used to ensure user space cannot cause the kernel
151 size_t used; member in struct:af_alg_ctx
190 ctx->used, 0);
205 * Size of available buffer used by kernel for the RX user space operation.
231 void af_alg_pull_tsgl(struct sock *sk, size_t used, struct scatterlist *dst,
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_32.S8 * This is only used for booting secondary CPUs in SMP machine
61 SYM_CODE_START(startup_32) # note: also used from wakeup_asm.S
/linux-master/include/linux/qed/
H A Dqed_chain.h211 u16 used; local
216 used = (u16)(prod - cons);
218 used -= (u16)(prod / elem_per_page - cons / elem_per_page);
220 return used;
233 u32 used; local
238 used = (u32)(prod - cons);
240 used -= (u32)(prod / elem_per_page - cons / elem_per_page);
242 return used;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_regalloc.c280 static __naked __noinline __attribute__((used))
317 static __naked __noinline __attribute__((used))
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tm-vsx.c19 __attribute__((used)) void load_vsx(void)
24 __attribute__((used)) void load_vsx_ckpt(void)
/linux-master/fs/ntfs3/
H A Dindex.c314 * indx_mark_used - Mark the bit @bit as used.
518 * indx_used_bit - Look for used bit.
520 * Return: MINUS_ONE_T if no used bits.
563 u32 used_2 = le32_to_cpu(hdr->used) >> 1;
588 * It is used to insert entries into a newly-created buffer.
595 u32 used = le32_to_cpu(hdr->used); local
601 to_move = used - le32_to_cpu(hdr->de_off);
604 hdr->used = cpu_to_le32(used
809 u32 used = le32_to_cpu(hdr->used); local
849 u32 used = le32_to_cpu(hdr->used); local
1792 u32 to_copy, used, used1; local
2070 size_t used = MINUS_ONE_T; local
[all...]
/linux-master/arch/arm/include/asm/
H A Dmpu.h108 u32 unused; /* not used in PMSAv8 */
113 unsigned int used; member in struct:mpu_rgn_info
/linux-master/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h74 int used; member in struct:bcm63xx_enetsw_port
/linux-master/include/sound/
H A Dsb16_csp.h46 int used; /* usage flag - exclusive */ member in struct:snd_sb_csp
H A Dhwdep.h59 int used; /* reference counter */ member in struct:snd_hwdep
/linux-master/drivers/net/wireless/st/cw1200/
H A Dtxrx.h40 struct list_head used; member in struct:tx_policy_cache
/linux-master/arch/x86/boot/
H A Dvideo.h81 #define __videocard struct card_info __section(".videocards") __attribute__((used))
/linux-master/arch/arm/mach-lpc32xx/
H A Dsuspend.S37 @ Save a copy of the used registers in IRAM, r0 is corrupted
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.h27 * @ttl: Time To Live associated with the route used
33 * @used: jiffies of last time traffic hit any encap action using this.
60 unsigned long used; member in struct:efx_neigh_binder
/linux-master/net/openvswitch/
H A Dmeter.h40 u64 used; member in struct:dp_meter
/linux-master/tools/testing/selftests/bpf/
H A Durandom_read.c17 #define SEC(name) __attribute__((section(name), used))

Completed in 223 milliseconds

1234567891011>>