/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_ldu.c | 85 struct vmw_legacy_display *lds = dev_priv->ldu_priv; local in function:vmw_ldu_commit_list 96 list_for_each_entry(entry, &lds->active, active) { 112 if (!list_empty(&lds->active)) { 113 entry = list_entry(lds->active.next, typeof(*entry), active); 122 lds->num_active ? lds->num_active : 1); 125 list_for_each_entry(entry, &lds->active, active) { 139 BUG_ON(i != lds->num_active); 141 lds->last_num_active = lds->num_active [all...] |
/src/sys/kern/ |
subr_lockdebug.c | 836 lockdebug_t *ld, lds; variable in typeref:typename:lockdebug_t * 839 db_read_bytes((db_addr_t)ld, sizeof(lds), __UNVOLATILE(&lds)); 840 ld = &lds;
|
/src/sys/arch/alpha/alpha/ |
fp_complete.c | 213 lds(unsigned int rn, s_float *v, struct lwp *l) function in typeref:typename:void 291 lds(inst.float_detail.fc, &sfc, l); 604 lds(inst.float_detail.fc, &sfc, l);
|