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, May 11, 2:10 AM
Unknown Object (File)
Mon, May 11, 2:10 AM
Unknown Object (File)
Mon, May 11, 1:40 AM
Unknown Object (File)
Sat, May 2, 2:10 PM
Unknown Object (File)
Mon, Apr 27, 7:05 PM
Unknown Object (File)
Apr 19 2026, 1:38 PM
Unknown Object (File)
Apr 18 2026, 8:39 AM
Unknown Object (File)
Apr 18 2026, 4:08 AM
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