Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/
H A Dncall_inter.h62 int ncall_maxnodes(void) { } in ncall_maxnodes() function
/titanic_50/usr/src/uts/common/avs/ncall/
H A Dncall_module.h71 int (*ncall_maxnodes)(void); member
H A Dncall.h82 extern int ncall_maxnodes(void);
H A Dncall.c672 ncall_maxnodes() in ncall_maxnodes() function
677 rc = (*ncall_modules->module->ncall_maxnodes)(); in ncall_maxnodes()
716 nodecnt = ncall_maxnodes(); in ncallgetnodes()