insertProbe()
method inserts an interrupt probe on the specified interrupt. When the specified interrupt changes state, i.e. it is either posted, unposted, or invoked, the probe will be notified.
@param p the probe to insert on the specified interrupt
@param inum the interrupt on which to insert the probe
|
|
|
|