Home
last modified time | relevance | path

Searched refs:MIN_CHUNK_SIZE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.h327 HUBP_SF(HUBP0_DCHUBP_REQ_SIZE_CONFIG, MIN_CHUNK_SIZE, mask_sh),\
508 type MIN_CHUNK_SIZE;\
H A Ddcn10_hubp.c512 MIN_CHUNK_SIZE, rq_regs->rq_regs_l.min_chunk_size, in hubp1_program_requestor()
821 MIN_CHUNK_SIZE, &rq_regs->rq_regs_l.min_chunk_size, in hubp1_read_state()
/dragonfly/lib/libc/stdlib/
H A Ddmalloc.c267 #define MIN_CHUNK_SIZE 8 /* in bytes */ macro
268 #define MIN_CHUNK_MASK (MIN_CHUNK_SIZE - 1)
H A Dnmalloc.c212 #define MIN_CHUNK_SIZE 8 /* in bytes */ macro
213 #define MIN_CHUNK_MASK (MIN_CHUNK_SIZE - 1)