Searched refs:chop (Results 1 – 4 of 4) sorted by relevance
137 chop off part of the key in order to find the longest matching prefix.
292 buf[ret-1] = '\0'; /* null-terminate and chop off the \n */303 str_buf[ret-1] = '\0'; /* null-terminate and chop off the \n */
2786 int next_is_first, chop; in myri10ge_xmit() local2788 chop = (cum_len_next > mss); in myri10ge_xmit()2791 flags |= chop * MXGEFW_FLAGS_TSO_CHOP; in myri10ge_xmit()2794 rdma_count |= -(chop | next_is_first); in myri10ge_xmit()2795 rdma_count += chop & ~next_is_first; in myri10ge_xmit()
481 flag operations. Routines such as test_and_set_ti_thread_flag() chop