Skip to content

Commit a1d115a

Browse files
rddunlapJonathan Corbet
authored andcommitted
docs: time: make separate section for time and timers
Give time & timer APIs their own section and begin adding entries to that section. Move hrtimers immediately after this new section so that they are all together. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: John Stultz <jstultz@google.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Stephen Boyd <sboyd@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20230704052405.5089-1-rdunlap@infradead.org
1 parent e4c9eab commit a1d115a

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

Documentation/driver-api/basics.rst

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Driver device table
1515
:no-identifiers: pci_device_id
1616

1717

18-
Delaying, scheduling, and timer routines
19-
----------------------------------------
18+
Delaying and scheduling routines
19+
--------------------------------
2020

2121
.. kernel-doc:: include/linux/sched.h
2222
:internal:
@@ -33,16 +33,16 @@ Delaying, scheduling, and timer routines
3333
.. kernel-doc:: include/linux/completion.h
3434
:internal:
3535

36-
.. kernel-doc:: kernel/time/timer.c
37-
:export:
38-
39-
Wait queues and Wake events
40-
---------------------------
36+
Time and timer routines
37+
-----------------------
4138

42-
.. kernel-doc:: include/linux/wait.h
39+
.. kernel-doc:: include/linux/jiffies.h
4340
:internal:
4441

45-
.. kernel-doc:: kernel/sched/wait.c
42+
.. kernel-doc:: kernel/time/time.c
43+
:export:
44+
45+
.. kernel-doc:: kernel/time/timer.c
4646
:export:
4747

4848
High-resolution timers
@@ -57,6 +57,15 @@ High-resolution timers
5757
.. kernel-doc:: kernel/time/hrtimer.c
5858
:export:
5959

60+
Wait queues and Wake events
61+
---------------------------
62+
63+
.. kernel-doc:: include/linux/wait.h
64+
:internal:
65+
66+
.. kernel-doc:: kernel/sched/wait.c
67+
:export:
68+
6069
Internal Functions
6170
------------------
6271

0 commit comments

Comments
 (0)