Searched refs:used (Results 201 - 225 of 632) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/vdso/
H A DMakefile50 SPARC_REG_CFLAGS = -ffixed-g4 -ffixed-g5 -fcall-used-g5 -fcall-used-g7
/linux-master/drivers/gpu/drm/xe/
H A Dxe_reg_sr.c53 if (sr->pool.used == sr->pool.allocated) {
66 return &sr->pool.arr[sr->pool.used++];
140 * Convert back from encoded value to type-safe, only to be used when reg.mcr
H A Dxe_ring_ops.c236 if (job->user_fence.used)
254 * (FlatCCS or AuxCCS). Also, AuxCCS is no longer used from Xe2
295 if (job->user_fence.used)
342 if (job->user_fence.used)
/linux-master/include/drm/ttm/
H A Dttm_resource.h127 * @printer: Prefix to be used in printout to identify the caller.
141 * @use_tt: If a TT object should be used for the backing store.
149 * This structure is used to identify and manage memory types for a device.
173 * @usage: How much of the resources are used, protected by the
206 * Structure indicating the placement and space resources used by a
218 * @lru: Least recently used list, see &ttm_resource_manager.lru
252 * Container for the current bulk move state. Should be used with
302 * @used: usage state to set.
305 * used for object placement.
308 ttm_resource_manager_set_used(struct ttm_resource_manager *man, bool used) argument
[all...]
/linux-master/net/ipv4/
H A Dtcp.c169 * and TCP syn retries gets used now.
323 * Technical note: it is used by multiple contexts non atomically.
1567 int used; local
1579 used = recv_actor(desc, skb, offset, len);
1580 if (used <= 0) {
1582 copied = used;
1585 if (WARN_ON_ONCE(used > len))
1586 used = len;
1587 seq += used;
1588 copied += used;
1638 int used; local
1671 int used; local
2326 unsigned long used; local
[all...]
/linux-master/fs/btrfs/
H A Dblock-group.c900 bytes_used = block_group->length - block_group->used;
1302 * btrfs_remove_block_group()), which are used for:
1358 cache->bytes_super - cache->zone_unusable - cache->used;
1482 u64 used; local
1554 * of this block group is less than the used space of the
1561 used = btrfs_space_info_used(space_info, true);
1562 if (space_info->total_bytes - block_group->length < used &&
1737 * We want block groups with a low number of used bytes to be in the beginning
1748 return bg1->used > bg2->used;
2764 bool used; local
3048 u64 used; local
[all...]
/linux-master/scripts/
H A Dget_feat.pl591 Prints the file name of the feature files. This can be used in order to
617 When used with B<rest> command, it will use either one of the tree formats:
619 If neither B<--arch> or B<--feature> arguments are used, it will output a
622 If B<--arch> argument is used, it will output the features availability for
625 If B<--feat> argument is used, it will output the content of the feature
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Ddma.c271 if (q->used == q->entries - q->entries / 8)
275 q->used--;
318 if (WARN_ON(q->entries <= q->used)) {
340 q->used++;
343 if (q->used >= q->entries)
/linux-master/fs/ntfs3/
H A Dattrib.c147 * attr_allocate_clusters - Find free space, mark it as used and store in @run.
234 u32 used, asize, rsize, aoff, align; local
248 used = le32_to_cpu(rec->used);
308 used -= asize;
309 memmove(attr, Add2Ptr(attr, asize), used - aoff);
310 rec->used = cpu_to_le32(used);
335 memmove(next, attr, used - aoff);
337 rec->used
359 u32 used = le32_to_cpu(rec->used); local
[all...]
H A Dbitmap.c69 u32 used = find_next_zero_bit_le(buf, wend, wpos); local
71 if (used >= wend) {
81 if (used > wpos) {
82 wpos = used;
507 u32 used, frb; local
561 used = ntfs_bitmap_weight_le(bh->b_data, wbits);
562 if (used < wbits) {
563 frb = wbits - used;
575 used = find_next_zero_bit_le(bh->b_data, wbits, wpos);
577 if (used > wpo
[all...]
/linux-master/drivers/usb/class/
H A Dusblp.c159 unsigned char used; /* True if open */ member in struct:usblp
192 dev_dbg(dev, "used=%d\n", usblp->used);
314 if (usblp->present && usblp->used) {
338 if (usblp->present && usblp->used) {
396 if (usblp->bidir && usblp->used) {
428 if (usblp->used)
434 * - It is not used anyway, according to CUPS people
440 usblp->used = 1;
449 usblp->used
[all...]
/linux-master/drivers/hwmon/
H A Dabituguru.c56 /* Values used for conversion */
125 /* Two i/o-ports are used by uGuru */
129 /* Mostly used to check if uGuru is busy */
232 * Maximum value for each sensor used for scaling in mV/millidegrees
476 int i, ret = -ENODEV; /* error is the most common used retval :| */
644 * 0x89 are the known used bits:
1260 int i, j, used, sysfs_names_free, sysfs_attr_i, res = -ENODEV; local
1341 used = snprintf(sysfs_filename, sysfs_names_free,
1350 sysfs_filename += used;
1351 sysfs_names_free -= used;
[all...]
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c687 tx_q->tpd.dma_addr = ring_header->dma_addr + ring_header->used;
688 tx_q->tpd.v_addr = ring_header->v_addr + ring_header->used;
689 ring_header->used += ALIGN(tx_q->tpd.size, 8);
731 rx_q->rrd.dma_addr = ring_header->dma_addr + ring_header->used;
732 rx_q->rrd.v_addr = ring_header->v_addr + ring_header->used;
733 ring_header->used += ALIGN(rx_q->rrd.size, 8);
735 rx_q->rfd.dma_addr = ring_header->dma_addr + ring_header->used;
736 rx_q->rfd.v_addr = ring_header->v_addr + ring_header->used;
737 ring_header->used += ALIGN(rx_q->rfd.size, 8);
770 ring_header->used
[all...]
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c605 !bitmap_full(dev->db_tab->page[i].used,
646 bitmap_zero(page->used, MTHCA_DB_REC_PER_PAGE);
649 j = find_first_zero_bit(page->used, MTHCA_DB_REC_PER_PAGE);
650 set_bit(j, page->used);
682 clear_bit(j, page->used);
684 if (bitmap_empty(page->used, MTHCA_DB_REC_PER_PAGE) &&
751 if (!bitmap_empty(dev->db_tab->page[i].used, MTHCA_DB_REC_PER_PAGE))
/linux-master/net/lapb/
H A Dlapb_iface.c444 int used = 0; local
448 used = 1;
451 return used;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dg94.c176 bool used = false; local
187 used = true;
194 if (used)
/linux-master/tools/perf/util/
H A Dpmu.c1222 t->used = true;
1271 * If this is a parameter we've already used for parameterized-eval,
1274 if (term->used)
1578 /* Sub-optimal, but function is only used by tests. */
1662 int used = snprintf(buf, len, "%.*s/%s", pmu_name_len, pmu->name, alias->name); local
1666 used += snprintf(buf + used, sub_non_neg(len, used),
1671 if (sub_non_neg(len, used) > 0) {
1672 buf[used]
[all...]
/linux-master/drivers/s390/scsi/
H A Dzfcp_qdio.c57 int used; local
61 used = QDIO_MAX_BUFFERS_PER_Q - atomic_read(&qdio->req_q_free);
62 qdio->req_q_util += used * span;
415 /* cleanup used outbound sbals */
/linux-master/lib/
H A Dstackdepot.c70 /* Offset to the unused space in the currently used pool. */
121 /* Allocates a hash table via memblock. Can only be used during early boot. */
141 * If KASAN is enabled, use the maximum order: KASAN is frequently used
188 /* Allocates a hash table via kvcalloc. Can be used after boot. */
265 /* Save reference to the pool to be used by depot_fetch_stack(). */
270 * out of space in the currently used pool.
290 /* Keeps the preallocated memory to be used for a new stack depot pool. */
355 * recently used, and are therefore more likely to be associated with an
371 const size_t used = flex_array_size(s, entries, nr_entries); local
372 const size_t unused = sizeof(s->entries) - used;
[all...]
/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S136 @ Wow, now the hardware suspend request pins can be used, that makes them functional for
/linux-master/arch/m68k/fpsp040/
H A Dx_unimp.S55 | The following lines are used to ensure that the FPSR
/linux-master/sound/drivers/opl4/
H A Dopl4_local.h13 * 2. The name of the author may not be used to endorse or promote products
188 int used; member in struct:snd_opl4
/linux-master/sound/synth/emux/
H A Demux_proc.c30 snd_iprintf(buf, "Use Counter: %d\n", emu->used);
/linux-master/drivers/scsi/be2iscsi/
H A Dbe.h37 u16 used; /* Number of valid elements in the queue */ member in struct:be_queue_info
117 /* Mbox used for cmd request/response */
/linux-master/arch/sh/kernel/
H A Dentry-common.S247 * 0x30-0x3f debug traps used by the kernel.
251 * given cpu model may be used, but the unified trap number 0x1f is
255 * the number of arguments, but they were never actually used as such
256 * by the kernel. SH-2 originally used its own separate trap range
257 * because several hardware exceptions fell in the range used for the
263 * right 2 bits in order to get the value that was used as the "trapa"

Completed in 286 milliseconds

1234567891011>>