flush_pending      21 arch/csky/include/asm/asid.h 	cpumask_t		flush_pending;
flush_pending      51 arch/csky/mm/asid.c 	cpumask_setall(&info->flush_pending);
flush_pending     151 arch/csky/mm/asid.c 	if (cpumask_test_and_clear_cpu(cpu, &info->flush_pending))
flush_pending      50 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 	bool flush_pending;
flush_pending     492 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 		ctl->flush_pending = true;
flush_pending     496 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 		if (ctl->pair->flush_pending) {
flush_pending     500 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 			ctl->flush_pending = false;
flush_pending     501 drivers/gpu/drm/msm/disp/mdp5/mdp5_ctl.c 			ctl->pair->flush_pending = false;
flush_pending     485 drivers/md/md.c 	if (atomic_dec_and_test(&mddev->flush_pending)) {
flush_pending     501 drivers/md/md.c 	atomic_set(&mddev->flush_pending, 1);
flush_pending     519 drivers/md/md.c 			atomic_inc(&mddev->flush_pending);
flush_pending     525 drivers/md/md.c 	if (atomic_dec_and_test(&mddev->flush_pending))
flush_pending     635 drivers/md/md.c 	atomic_set(&mddev->flush_pending, 0);
flush_pending     484 drivers/md/md.h 	atomic_t flush_pending;
flush_pending     671 drivers/net/ethernet/sfc/falcon/farch.c 			rx_queue->flush_pending = true;
flush_pending     687 drivers/net/ethernet/sfc/falcon/farch.c 				if (rx_queue->flush_pending) {
flush_pending     688 drivers/net/ethernet/sfc/falcon/farch.c 					rx_queue->flush_pending = false;
flush_pending    1131 drivers/net/ethernet/sfc/falcon/farch.c 		rx_queue->flush_pending = true;
flush_pending     335 drivers/net/ethernet/sfc/falcon/net_driver.h 	bool flush_pending;
flush_pending     653 drivers/net/ethernet/sfc/farch.c 			rx_queue->flush_pending = true;
flush_pending     679 drivers/net/ethernet/sfc/farch.c 				if (rx_queue->flush_pending) {
flush_pending     680 drivers/net/ethernet/sfc/farch.c 					rx_queue->flush_pending = false;
flush_pending    1119 drivers/net/ethernet/sfc/farch.c 		rx_queue->flush_pending = true;
flush_pending    1981 drivers/net/ethernet/sfc/mcdi.c 			if (rx_queue->flush_pending) {
flush_pending    1982 drivers/net/ethernet/sfc/mcdi.c 				rx_queue->flush_pending = false;
flush_pending     374 drivers/net/ethernet/sfc/net_driver.h 	bool flush_pending;
flush_pending     220 drivers/net/wireless/intel/iwlegacy/3945-rs.c 		rs_sta->flush_pending = 0;
flush_pending     509 drivers/net/wireless/intel/iwlegacy/3945-rs.c 	if (!rs_sta->flush_pending &&
flush_pending     513 drivers/net/wireless/intel/iwlegacy/3945-rs.c 		rs_sta->flush_pending = 1;
flush_pending      71 drivers/net/wireless/intel/iwlegacy/3945.h 	u8 flush_pending;
flush_pending      75 lib/zlib_deflate/deflate.c static void flush_pending  (z_streamp strm);
flush_pending     375 lib/zlib_deflate/deflate.c         flush_pending(strm);
flush_pending     441 lib/zlib_deflate/deflate.c             flush_pending(strm);
flush_pending     456 lib/zlib_deflate/deflate.c     flush_pending(strm);
flush_pending     834 lib/zlib_deflate/deflate.c    flush_pending(s->strm); \