Lines Matching defs:smp
46 #include <asm/smp.h>
218 * Counter for number of non-smp capable handlers.
762 * @smp: != 0 indicates that the handler can deal with out of order messages
769 int iucv_register(struct iucv_handler *handler, int smp)
776 if (!smp)
782 } else if (!smp && iucv_nonsmp_handler == 1)
799 * @smp: != 0 indicates that the handler can deal with out of order messages
803 void iucv_unregister(struct iucv_handler *handler, int smp)
819 if (!smp)
823 else if (!smp && iucv_nonsmp_handler == 0)