Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:test_parman_lsort

Proto:static int test_parman_lsort(void)

Type:int

Parameter:Nothing

365  test_parman = test_parman_create( & test_parman_lsort_ops)
366  If IS_ERR(test_parman) Then Return PTR_ERR(test_parman)
369  err = test_parman_run(test_parman)
370  If err Then Go to out
373  err = test_parman_check_array(test_parman, false)
374  If err Then Go to out
376  out :
377  test_parman_destroy(test_parman)
378  Return err
Caller
NameDescribe
test_parman_init