Page MenuHomeFreeBSD

linuxkpi: Add `queue_work_node()`
ClosedPublic

Authored by dumbbell on Mar 15 2025, 11:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 6:26 AM
Unknown Object (File)
Sun, Oct 12, 4:22 AM
Unknown Object (File)
Fri, Oct 10, 3:21 AM
Unknown Object (File)
Wed, Oct 1, 6:43 PM
Unknown Object (File)
Sat, Sep 27, 2:03 PM
Unknown Object (File)
Wed, Sep 24, 2:51 AM
Unknown Object (File)
Sat, Sep 20, 4:38 AM
Unknown Object (File)
Thu, Sep 18, 8:47 PM
Subscribers

Details

Summary

This a variant of queue_work() that takes a NUMA node as its first argument.

The NUMA node is ignored and queue_work() is called.

The i915 DRM driver started to use this starting from Linux 6.8.

This is part of the update of DRM drivers to Linux 6.8.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable