(flag uint8)
| 947 | } |
| 948 | |
| 949 | func (node *linkBufferNode) unsetFlag(flag uint8) { |
| 950 | node.mode &^= flag |
| 951 | } |
| 952 | |
| 953 | // reusable reports whether the node's buffer memory is owned by the LinkBuffer and can be recycled. |
| 954 | // Called during Release to decide if node.buf should be returned to mcache via free. |