Lines Matching defs:smp
45 #include <asm/smp.h>
181 * Counter for number of non-smp capable handlers.
714 * @smp: != 0 indicates that the handler can deal with out of order messages
721 int iucv_register(struct iucv_handler *handler, int smp)
728 if (!smp)
734 } else if (!smp && iucv_nonsmp_handler == 1)
751 * @smp: != 0 indicates that the handler can deal with out of order messages
755 void iucv_unregister(struct iucv_handler *handler, int smp)
771 if (!smp)
775 else if (!smp && iucv_nonsmp_handler == 0)