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

/illumos-gate/usr/src/uts/i86pc/cpu/authenticamd/
H A Dauthamd_main.c217 static struct authamd_nodeshared *authamd_shared[AUTHAMD_MAX_NODES]; variable in typeref:struct:authamd_nodeshared
508 if ((sp = authamd_shared[procnodeid]) == NULL) {
516 osp = atomic_cas_ptr(&authamd_shared[procnodeid], NULL, sp);

Completed in 61 milliseconds