Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\slab.c Create Date:2022-07-28 15:44:00
Last Modify:2022-05-23 17:02:55 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kmem_cache_init_late

Proto:void __init kmem_cache_init_late(void)

Type:void

Parameter:Nothing

1327  mutex_lock( & slab_mutex)
1328  list_for_each_entry - iterate over list of given type*@pos: the type * to use as a loop cursor.*@head: the head for your list.*@member: the name of the list_head within the struct.(cachep, & slab_caches, list)
1329  If enable_cpucache(cachep, GFP_NOWAIT) Then BUG()
1331  mutex_unlock - release the mutex*@lock: the mutex to be released* Unlock a mutex that has been locked by this task previously.* This function must not be used in interrupt context. Unlocking* of a not locked mutex is not allowed.
1334  slab_state = FULL
1341  hotplug_memory_notifier(slab_memory_callback, Priorities for the hotplug memory callback routines (stored in decreasing* order in the callback chain))