NAPI_SCHEDULE_PREP(9) Network device support NAPI_SCHEDULE_PREP(9)NAMEnapi_schedule_prep - check if napi can be scheduledSYNOPSISint napi_schedule_prep(struct napi_struct * n);ARGUMENTSn napi contextDESCRIPTIONTest if NAPI routine is already running, and if not mark it as running. This is used as a condition variable insure only one NAPI poll instance runs. We also make sure there is no pending NAPI disable.COPYRIGHTKernel Hackers Manual 2.6. July 2010 NAPI_SCHEDULE_PREP(9)
| Related Man Pages |
|---|
| struct_input_polled_dev(9) - centos |
| ccw_device_start_key(9) - suse |
| device_create_vargs(9) - suse |
| device_schedule_callback_owner(9) - suse |
| usb_queue_reset_device(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Migrating to UNIX |
| Update kernel Linux without reboot?! |
| SOCKS proxy & PAM configuration exposure |
| Docker learning Phase-I |