linux 内核链表的替换(list_replace)的解析

假设你已经懂了链表的基本操作。。 函数原型。。 /**  * list_replace - replace old entry by new one  * @old : the element to be replaced  * @new : the new element to insert  *  * If @old was empty, it will be overwritten.  */
相关文章
相关标签/搜索