Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\posix-timers.c Create Date:2022-07-28 10:46:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Initialize everything, well, just everything in Posix clocks/timers ;)

Proto:static __init int init_posix_timers(void)

Type:int

Parameter:Nothing

249  Lets keep our timers in a slab cache :-) = kmem_cache_create("posix_timers_cache", sizeof(structk_itimer), 0, Panic if kmem_cache_create() fails , NULL)
252  Return 0