procqueue: use linuxlist to store queue items

The usage of linuxlist is more flexible than having a limited
array of pointers. This approach allows to have as much items
in a processing queue as required.
2 files changed