Searched refs:handle2 (Results 1 - 5 of 5) sorted by relevance
/kernel/liteos_m/testsuites/sample/kernel/dynlink/ |
H A D | It_los_dynlink_010.c | 37 VOID *handle2 = NULL; in TestCase() local 51 handle2 = (VOID *)LOS_SoLoad(dsoName, NULL); in TestCase() 52 ICUNIT_GOTO_NOT_EQUAL(handle2, NULL, handle2, EXIT1); in TestCase() 53 ICUNIT_GOTO_EQUAL(handle1, handle2, handle2, EXIT2); in TestCase() 55 func = (INT32 (*)(INT32, INT32))LOS_FindSym(handle2, symbolName); in TestCase() 60 ret = LOS_SoUnload(handle2); in TestCase() 72 ret = LOS_SoUnload(handle2); in TestCase()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | nicstar.c | 946 struct sk_buff *handle1, *handle2; in push_rxbufs() local 953 handle2 = NULL; in push_rxbufs() 976 handle2 = card->sm_handle; in push_rxbufs() 990 handle2 = card->lg_handle; in push_rxbufs() 1006 skb_unlink(handle2, &card->sbpool.queue); in push_rxbufs() 1007 dev_kfree_skb_any(handle2); in push_rxbufs() 1016 skb_unlink(handle2, &card->lbpool.queue); in push_rxbufs() 1017 dev_kfree_skb_any(handle2); in push_rxbufs() 1027 id2 = idr_alloc(&card->idr, handle2, 0, 0, GFP_ATOMIC); in push_rxbufs()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | nicstar.c | 942 struct sk_buff *handle1, *handle2; in push_rxbufs() local 949 handle2 = NULL; in push_rxbufs() 972 handle2 = card->sm_handle; in push_rxbufs() 986 handle2 = card->lg_handle; in push_rxbufs() 1002 skb_unlink(handle2, &card->sbpool.queue); in push_rxbufs() 1003 dev_kfree_skb_any(handle2); in push_rxbufs() 1012 skb_unlink(handle2, &card->lbpool.queue); in push_rxbufs() 1013 dev_kfree_skb_any(handle2); in push_rxbufs() 1023 id2 = idr_alloc(&card->idr, handle2, 0, 0, GFP_ATOMIC); in push_rxbufs()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_def.h | 2205 uint32_t handle2; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_def.h | 2327 uint32_t handle2; member
|
Completed in 35 milliseconds