Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:padata_parallel_worker

Proto:static void padata_parallel_worker(struct work_struct *parallel_work)

Type:void

Parameter:

TypeParameterName
struct work_struct *parallel_work
65  LIST_HEAD(local_list)
67  local_bh_disable()
68  pqueue = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(parallel_work, structpadata_parallel_queue, work)
71  spin_lock( & lock)
72  list_replace_init( & list, & local_list)
73  spin_unlock( & lock)
75  When Not list_empty - tests whether a list is empty*@head: the list to test. cycle
78  padata = list_entry - get the struct for this entry*@ptr: the &struct list_head pointer.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.(next, structpadata_priv, list)
81  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
83  parallel(padata)
86  local_bh_enable()