function::task_current
Name
function::task_current — The current task_struct of the current task.
Synopsis
function task_current:long()
function task_current:long()
Arguments
					None
				
General Syntax
					task_current:
long
				Description
					This function returns the task_struct representing the current process. This address can be passed to the various task_*() functions to extract more task-specific data.