OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:queue_size
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd_gfx_v10.c
307
uint32_t
queue_size
=
local in function:kgd_hqd_load
309
CP_HQD_PQ_CONTROL,
QUEUE_SIZE
);
310
uint64_t guessed_wptr = m->cp_hqd_pq_rptr & (
queue_size
- 1);
312
if ((m->cp_hqd_pq_wptr_lo & (
queue_size
- 1)) < guessed_wptr)
313
guessed_wptr +=
queue_size
;
314
guessed_wptr += m->cp_hqd_pq_wptr_lo & ~(
queue_size
- 1);
amdgpu_amdkfd_gfx_v9.c
297
uint32_t
queue_size
=
local in function:kgd_gfx_v9_hqd_load
299
CP_HQD_PQ_CONTROL,
QUEUE_SIZE
);
300
uint64_t guessed_wptr = m->cp_hqd_pq_rptr & (
queue_size
- 1);
302
if ((m->cp_hqd_pq_wptr_lo & (
queue_size
- 1)) < guessed_wptr)
303
guessed_wptr +=
queue_size
;
304
guessed_wptr += m->cp_hqd_pq_wptr_lo & ~(
queue_size
- 1);
/src/sys/external/bsd/ena-com/
ena_com.h
387
u16
queue_size
;
member in struct:ena_com_create_io_ctx
/src/sys/dev/pci/
if_ena.c
1315
ctx.
queue_size
= adapter->tx_ring_size;
1343
ctx.
queue_size
= adapter->rx_ring_size;
3108
uint32_t
queue_size
= ENA_DEFAULT_RING_SIZE;
local in function:ena_calc_queue_size
3112
queue_size
= min_t(uint32_t,
queue_size
,
3114
queue_size
= min_t(uint32_t,
queue_size
,
3118
v =
queue_size
;
3120
if (powerof2(
queue_size
) != 0)
3123
q = rounddown2(
queue_size
, v)
3689
int
queue_size
;
local in function:ena_attach
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_priv.h
379
* @
queue_size
: Queue ring buffer size.
423
uint64_t
queue_size
;
member in struct:queue_properties
452
#define QUEUE_IS_ACTIVE(q) ((q).
queue_size
> 0 && \
/src/usr.sbin/syslogd/
syslogd.c
149
int64_t
queue_size
;
member in struct:TypeInfo
3303
&TypeInfo[i].
queue_size
) == -1)
3305
&TypeInfo[i].
queue_size
) == -1)
3685
TypeInfo[F_TLS].
queue_size
, TypeInfo[F_FILE].
queue_size
,
3686
TypeInfo[F_PIPE].
queue_size
);
4532
|| (TypeInfo[f->f_type].
queue_size
!= -1
4533
&& (size_t)TypeInfo[f->f_type].
queue_size
<= f->f_qsize)) {
Completed in 79 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025