Searched refs:BEV_NORMAL (Results 1 – 6 of 6) sorted by relevance
139 return state == BEV_NORMAL && in be_underlying_writebuf_full()151 return state == BEV_NORMAL && in be_readbuf_full()309 if (state == BEV_NORMAL) { in be_filter_process_input()319 if (state == BEV_NORMAL && bev->wm_read.high) in be_filter_process_input()350 if (state == BEV_NORMAL) { in be_filter_process_output()373 if (state == BEV_NORMAL && in be_filter_process_output()432 be_filter_process_output(bevf, BEV_NORMAL, &processed_any); in bufferevent_filtered_outbuf_cb()456 state = BEV_NORMAL; in be_filter_read_nolock_()495 state = BEV_NORMAL; in bufferevent_filtered_inbuf_cb()543 be_filter_process_output(bevf, BEV_NORMAL, &processed_any); in be_filter_writecb()
314 if (mode == BEV_NORMAL) in be_pair_flush()
461 o Fix lock leak in be_pair_flush() if flush type is BEV_NORMAL (f45d39d Bill Vaughan)
119 case BEV_NORMAL: in getstate()
211 static void test_bufferevent_flush_normal(void) { test_bufferevent_impl(0, BEV_NORMAL); } in test_bufferevent_flush_normal()215 static void test_bufferevent_pair_flush_normal(void) { test_bufferevent_impl(1, BEV_NORMAL); } in test_bufferevent_pair_flush_normal()
600 BEV_NORMAL = 0, enumerator