Lines Matching defs:smp
45 #include <asm/smp.h>
181 * Counter for number of non-smp capable handlers.
712 * @smp: != 0 indicates that the handler can deal with out of order messages
719 int iucv_register(struct iucv_handler *handler, int smp)
726 if (!smp)
732 } else if (!smp && iucv_nonsmp_handler == 1)
749 * @smp: != 0 indicates that the handler can deal with out of order messages
753 void iucv_unregister(struct iucv_handler *handler, int smp)
769 if (!smp)
773 else if (!smp && iucv_nonsmp_handler == 0)