Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/qxl/ | |
qxl_cmd.c | 121 uint8_t *elt; local in function:qxl_ring_push 149 elt = ring->ring->elements + idx * ring->element_size; 151 memcpy((void *)elt, new_elt, ring->element_size); |
/src/sys/uvm/ | |
uvm_aobj.c | 82 /* Given an ELT and a page index, find the swap slot. */ 83 #define UAO_SWHASH_ELT_PAGESLOT(elt, idx) \ 84 ((elt)->slots[UAO_SWHASH_ELT_PAGESLOT_IDX(idx)]) 86 /* Given an ELT, return its pageidx base. */ 87 #define UAO_SWHASH_ELT_PAGEIDX_BASE(ELT) \ 88 ((elt)->tag << UAO_SWHASH_CLUSTER_SHIFT) 207 struct uao_swhash_elt *elt; local in function:LIST_HEAD 217 LIST_FOREACH(elt, swhash, list) { 218 if (elt->tag == page_tag) { 219 return elt; 251 struct uao_swhash_elt *elt; local in function:uao_find_swslot 291 struct uao_swhash_elt *elt; local in function:uao_set_swslot 1168 struct uao_swhash_elt *elt; local in function:uao_pagein 1329 struct uao_swhash_elt *elt, *next; local in function:uao_dropswap_range [all...] |