Home
last modified time | relevance | path

Searched refs:_ndx (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/sn/
Dklconfig.h473 #define KLCF_COMP(_brd, _ndx) \ argument
475 (_brd)->brd_compts[(_ndx)]))
485 #define KLCF_COMP(_brd, _ndx) \ argument
486 ((((_brd)->brd_compts[(_ndx)]) == 0) ? 0 : \
487 (NODE_OFFSET_TO_KLINFO(NASID_GET(_brd), (_brd)->brd_compts[(_ndx)])))
/linux-2.4.37.9/include/asm-mips64/sn/
Dklconfig.h490 #define KLCF_COMP(_brd, _ndx) (klinfo_t *)((_brd)->brd_compts[(_ndx)]) argument
499 #define KLCF_COMP(_brd, _ndx) \ argument
501 (_brd)->brd_compts[(_ndx)]))