Searched defs:used (Results 1 - 19 of 19) sorted by relevance

/include/linux/
H A Dcpu_rmap.h17 * @used: Number of objects added
23 u16 size, used; member in struct:cpu_rmap
H A Dvirtio_ring.h19 * may be used to endorse or promote products derived from this software
43 /* The Host uses this in used->flags to advise the Guest: don't kick me when
55 /* The Guest publishes the used index for which it expects an interrupt
58 * at the end of the used ring. Guest should ignore the used->flags field. */
79 /* u32 is used here for ids for padding reasons. */
81 /* Index of start of used descriptor chain. */
83 /* Total length of the descriptor chain which was used (written to) */
100 struct vring_used *used; member in struct:vring
120 * // A ring of used descripto
[all...]
H A Dlru_cache.h88 The on-disk "dirty bitmap" may be re-used as "write-intent" bitmap as well.
175 /* the least recently used item is kept at lru->prev */
183 /* size of tracked objects, used to memset(,0,) them in lc_reset */
198 unsigned used; /* number of lelements currently on in_use list */ member in struct:lru_cache
261 * lc_try_lock - can be used to stop lc_get() from changing the tracked set
H A Ddmaengine.h265 * @device_node: used to add this to the device chan list
485 * @used: last issued DMA cookie (i.e. the one in progress)
492 dma_cookie_t used; member in struct:dma_tx_state
892 * @used: returns last issued cookie, can be NULL
894 * If @last and @used are passed in, upon return they reflect the driver
895 * internal state and can be used with dma_async_is_complete() to check
899 dma_cookie_t cookie, dma_cookie_t *last, dma_cookie_t *used)
907 if (used)
908 *used = state.used;
898 dma_async_is_tx_complete(struct dma_chan *chan, dma_cookie_t cookie, dma_cookie_t *last, dma_cookie_t *used) argument
938 dma_set_tx_state(struct dma_tx_state *st, dma_cookie_t last, dma_cookie_t used, u32 residue) argument
[all...]
H A Dtty.h5 * 'tty.h' defines some structures used by tty_io.c and some defines.
58 * This character is the same as _POSIX_VDISABLE: it cannot be used as
68 int used; member in struct:tty_buffer
93 int memory_used; /* Buffer space used excluding
252 * most often used by a windowing system, which will set the correct
347 * These bits are used in the flags field of the tty structure.
539 /* This last one is just for the tty layer internals and shouldn't be used elsewhere */
H A Dnfs_xdr.h52 __u64 used; member in struct:nfs_fattr::__anon1015::__anon1017
191 struct nfs4_slot *sr_slot; /* slot used to send request */
H A Dsysctl.h1032 /* struct ctl_table_header is used to maintain dynamic lists of
1039 int used; member in struct:ctl_table_header::__anon1289::__anon1290
/include/sound/
H A Dutil_mem.h43 unsigned int used; /* used memory size */ member in struct:snd_util_memhdr
H A Dhwdep.h74 int used; /* reference counter */ member in struct:snd_hwdep
H A Dsb16_csp.h156 int used; /* usage flag - exclusive */ member in struct:snd_sb_csp
H A Demux_synth.h120 int used; /* use counter */ member in struct:snd_emux
H A Dasequencer.h595 int used; /* queue is used with this client member in struct:snd_seq_queue_client
H A Dasound.h366 unsigned int msbits; /* R: used most significant bits */
653 unsigned int queue; /* used queue size */
779 unsigned int used; /* R: count of element IDs set */ member in struct:snd_ctl_elem_list
/include/net/
H A Dneighbour.h104 unsigned long used; member in struct:neighbour
316 if (neigh->used != now)
317 neigh->used = now;
/include/drm/
H A Di810_drm.h164 * These regions can be used as a proxy for the fine-grained
166 * in the same lru which is used to age their own textures,
241 int used; /* nr bytes in use */ member in struct:_drm_i810_vertex
247 int used; /* nr bytes in use */ member in struct:_drm_i810_copy_t
275 int used; /* nr bytes in use */ member in struct:_drm_i810_mc
H A Dmga_drm.h78 #define MGA_CARD_TYPE_G450 3 /* not currently used */
189 /* Information about the most recently used 3d drawable. The
311 * an IOMMU) is being used for "AGP" textures.
314 unsigned long texture_handle; /**< Handle used to map AGP textures. */
331 * allocated. Particularly when PCI DMA is used, this may be
348 * zero, it means that PCI DMA should be used, even if AGP is
353 * (i.e., PCI DMA was used), this value will be zero.
373 int used; /* bytes in use */ member in struct:drm_mga_vertex
H A Ddrm.h219 int mtrr; /**< MTRR slot used */
275 -- they will be used to support the
367 int used; /**< Amount of buffer in use (for DMA) */ member in struct:drm_buf_pub
534 unsigned long physical; /**< Physical used by i810 */
H A Di915_drm.h252 int used; /* nr bytes in use */ member in struct:drm_i915_batchbuffer
526 * the system and are used to flush and invalidate as
531 /** Render cache, used by 2D and 3D drawing */
533 /** Sampler cache, used by texture engine */
535 /** Command queue, used to load batch buffers */
537 /** Instruction cache, used by shader programs */
586 /** Bytes used in batchbuffer from batch_start_offset */
634 /** Bytes used in batchbuffer from batch_start_offset */
755 /** Total size of the aperture used by i915_gem_execbuffer, in bytes */
759 * Available space in the aperture used b
[all...]
H A DdrmP.h98 * drm_core level can be used in the generic drm code. For example:
100 * The macro definition of DRM_DEBUG is used.
105 * drm_driver level can be used in the specific drm driver. It is used
108 * The macro definition of DRM_DEBUG_DRIVER can be used.
113 * drm_kms level can be used in the KMS code related with specific drm driver.
114 * It is used to add the debug info related with KMS mode. For example:
116 * The macro definition of DRM_DEBUG_KMS can be used.
344 int used; /**< Amount of buffer in use (for DMA) */ member in struct:drm_buf
345 unsigned long offset; /**< Byte offset (used internall
[all...]

Completed in 283 milliseconds