Searched refs:mem_tmp (Results 1 – 1 of 1) sorted by relevance
438 mem_tmp = kzalloc(sizeof(*mem_tmp), GFP_KERNEL); in configure_device()439 if (!mem_tmp) { in configure_device()443 mem_tmp->type = MEM; in configure_device()459 kfree(mem_tmp); in configure_device()698 mem_tmp = kzalloc(sizeof(*mem_tmp), GFP_KERNEL); in configure_bridge()699 if (!mem_tmp) { in configure_bridge()716 kfree(mem_tmp); in configure_bridge()864 mem_tmp = kzalloc(sizeof(*mem_tmp), GFP_KERNEL); in configure_bridge()865 if (!mem_tmp) { in configure_bridge()869 mem_tmp->type = MEM; in configure_bridge()[all …]
Completed in 5 milliseconds