Searched refs:used (Results 126 - 150 of 632) sorted by relevance

1234567891011>>

/linux-master/drivers/net/netdevsim/
H A Dmacsec.c39 if (!ns->macsec.nsim_secy[idx].used)
44 netdev_err(ctx->netdev, "%s: nsim_secy_count not full but all SecYs used\n",
51 ns->macsec.nsim_secy[idx].used = true;
92 ns->macsec.nsim_secy[idx].used = false;
117 if (!secy->nsim_rxsc[idx].used)
122 netdev_err(ctx->netdev, "%s: nsim_rxsc_count not full but all RXSCs used\n",
127 secy->nsim_rxsc[idx].used = true;
185 secy->nsim_rxsc[idx].used = false;
/linux-master/drivers/net/dsa/realtek/
H A Drtl8366-core.c16 int rtl8366_mc_is_used(struct realtek_priv *priv, int mc_index, int *used) argument
21 *used = 0;
30 *used = 1;
104 int used; local
106 ret = rtl8366_mc_is_used(priv, i, &used);
110 if (!used) {
/linux-master/arch/mips/kernel/
H A Dsignal.c331 unsigned int used, ext_sz; local
334 used = used_math() ? USED_FP : 0;
335 if (!used)
339 used |= USED_FR1;
341 used |= USED_HYBRID_FPRS;
373 used |= ext_sz ? USED_EXTCONTEXT : 0;
375 return __put_user(used, used_math);
384 unsigned int used; local
387 err = __get_user(used, used_math);
388 conditional_used_math(used
[all...]
/linux-master/fs/bcachefs/
H A Dutil.h59 size_t size, used; \
67 (heap)->used = 0; \
95 EBUG_ON(!(h)->used); \
99 #define heap_full(h) ((h)->used == (h)->size)
105 for (; _j * 2 + 1 < (h)->used; _j = _c) { \
107 if (_c + 1 < (h)->used && \
130 size_t _i = (h)->used++; \
160 BUG_ON(_i >= (h)->used); \
161 (h)->used--; \
162 if ((_i) < (h)->used) { \
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_ref_tracking.c564 static __naked __noinline __attribute__((used))
598 static __naked __noinline __attribute__((used))
627 static __naked __noinline __attribute__((used))
661 static __naked __noinline __attribute__((used))
688 static __naked __noinline __attribute__((used))
706 static __naked __noinline __attribute__((used))
733 static __naked __noinline __attribute__((used))
757 static __naked __noinline __attribute__((used))
H A Dbpf_misc.h14 * both modes are used. If none are present privileged mode is implied.
42 * __description Text to be used instead of a program name for display
57 * __auxiliary Annotated program is not a separate test, but used as auxiliary
86 /* Magic constants used with __retval() */
91 #define __used __attribute__((used))
/linux-master/scripts/atomic/
H A Dgen-atomic-instrumented.sh139 * KASAN, KCSAN), which should be used unless it is necessary to avoid
141 * raw_atomic*() operations should be used.
/linux-master/arch/m68k/kernel/
H A Dsun3-head.S72 /* Point MSP at an invalid page to trap if it's used. --m */
/linux-master/drivers/staging/nvec/
H A Dnvec.h85 * @size: For TX messages, the number of bytes used in @data
88 * @used: Used for the message pool to mark a message as free/allocated.
90 * This structure is used to hold outgoing and incoming messages. Outgoing
99 atomic_t used; member in struct:nvec_msg
131 * @state: State of our finite state machine used in nvec_interrupt()
/linux-master/sound/synth/emux/
H A Demux_seq.c260 emu->used++;
266 emu->used--;
289 emu->used--;
290 if (emu->used <= 0)
/linux-master/arch/um/drivers/
H A Dvhost_user.h92 u64 desc, used, avail, log; member in struct:vhost_user_vring_addr
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_common.c9 /* get used parameters for sps/pps */
246 DECLARE_BITMAP(used, ARRAY_SIZE(dec_param->dpb)) = { 0, };
265 * entries were already used.
275 set_bit(j, used);
295 j = find_first_zero_bit(used, ARRAY_SIZE(dec_param->dpb));
301 set_bit(j, used);
/linux-master/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.h33 bool used; member in struct:mlx5_vdpa_irq_pool_entry
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c259 * NOTE: this increases power consumption whether being used or not
322 if (r->used) {
331 if (t->used) {
343 if (ipsa->used)
365 if (!ipsec->rx_tbl[i].used)
374 if (!ipsec->tx_tbl[i].used)
611 rsa.used = true;
637 /* Find an existing match or first not used, and stop looking
647 if (ipsec->ip_tbl[i].used) {
674 ipsec->ip_tbl[first].used
[all...]
/linux-master/arch/arm/probes/uprobes/
H A Dactions-arm.c168 unsigned used = reglist | (1 << rn); local
173 if (!(used & (1 << 15)))
176 if (used & (1 << 14))
/linux-master/sound/drivers/opl3/
H A Dopl3_seq.c44 if (hwdep->used) {
48 hwdep->used++;
85 hwdep->used--;
/linux-master/mm/
H A Dcma_debug.c37 unsigned long used; local
41 used = bitmap_weight(cma->bitmap, (int)cma_bitmap_maxno(cma));
43 *val = (u64)used << cma->order_per_bit;
176 debugfs_create_file("used", 0444, tmp, cma, &cma_used_fops);
/linux-master/sound/firewire/tascam/
H A Damdtp-tascam.c133 bool used = READ_ONCE(tscm->hwdep->used); local
145 if (used && index > 4 && index < 16) {
/linux-master/arch/arm/mm/
H A Dpmsa-v8.c156 mpu_rgn_info.used++;
216 mpu_rgn_info.used++;
307 mpu_rgn_info.used, mpu_max_regions);
/linux-master/fs/jffs2/
H A Ddebug.c35 JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + wasted %#08x + unchecked %#08x != total %#08x.\n",
44 JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + erasing %#08x + bad %#08x + wasted %#08x + unchecked %#08x != total %#08x.\n",
163 uint32_t free = 0, dirty = 0, used = 0, wasted = 0, local
172 used += c->gcblock->used_size;
180 used += c->nextblock->used_size;
188 used += jeb->used_size;
196 used += jeb->used_size;
204 used += jeb->used_size;
212 used += jeb->used_size;
220 used
[all...]
/linux-master/fs/
H A Dcoredump.c66 int used, size; member in struct:core_name
94 free = cn->size - cn->used;
97 need = vsnprintf(cn->corename + cn->used, free, fmt, arg_copy);
101 cn->used += need;
126 int cur = cn->used;
139 if ((cn->used - cur == 1 && cn->corename[cur] == '.') ||
140 (cn->used - cur == 2 && cn->corename[cur] == '.'
145 * Empty names are fishy and could be used to create a "//" in a
150 if (cn->used == cur)
154 for (; cur < cn->used;
[all...]
/linux-master/arch/um/os-Linux/drivers/
H A Dtuntap_user.c133 int err, fds[2], len, used; local
170 used = 0;
173 fds[1], buffer, len, &used);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_db_mgr.c116 unsigned int used; local
128 used = bitmap_weight(dbm->bitmap, dbm->count);
129 if (used + count + spare > dbm->count)
/linux-master/drivers/md/dm-vdo/indexer/
H A Dradix-sort.c32 u16 used; member in struct:histogram
127 * Subtle invariant: bins->used and bins->size[] are zero because the sorting code clears
128 * it all out as it goes. Even though this structure is re-used, we don't need to pay to
141 bins->used += 1;
201 if (--bins->used == 0)
290 /* Now bins->used is zero again. */
/linux-master/drivers/vdpa/pds/
H A Dvdpa_dev.c179 u16 used; local
190 used = state->packed.last_used_idx |
193 /* The avail and used index are stored with the packed wrap
200 used ^= PDS_VDPA_PACKED_INVERT_IDX;
205 * the current used index the next time the vq is kicked.
207 used = avail;
210 if (used != avail) {
211 dev_dbg(dev, "Setting used equal to avail, for interoperability\n");
212 used = avail;
216 pdsv->vqs[qid].used_idx = used;
229 u16 used; local
[all...]

Completed in 586 milliseconds

1234567891011>>