work_data_bits    184 drivers/md/bcache/closure.c 				    work_data_bits(&cl->work)) ? "Q" : "",
work_data_bits    212 include/linux/workqueue.h 	return *work_data_bits(work) & WORK_STRUCT_STATIC;
work_data_bits    294 include/linux/workqueue.h 	test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))
work_data_bits    446 kernel/workqueue.c 	return test_bit(WORK_STRUCT_STATIC_BIT, work_data_bits(work));
work_data_bits    588 kernel/workqueue.c 	return (*work_data_bits(work) >> WORK_STRUCT_COLOR_SHIFT) &
work_data_bits   1070 kernel/workqueue.c 		if (!(*work_data_bits(work) & WORK_STRUCT_LINKED))
work_data_bits   1149 kernel/workqueue.c 	__clear_bit(WORK_STRUCT_DELAYED_BIT, work_data_bits(work));
work_data_bits   1257 kernel/workqueue.c 	if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)))
work_data_bits   1289 kernel/workqueue.c 		if (*work_data_bits(work) & WORK_STRUCT_DELAYED)
work_data_bits   1520 kernel/workqueue.c 	if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) {
work_data_bits   1602 kernel/workqueue.c 	if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) {
work_data_bits   1676 kernel/workqueue.c 	if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) {
work_data_bits   1748 kernel/workqueue.c 	if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) {
work_data_bits   2416 kernel/workqueue.c 		if (likely(!(*work_data_bits(work) & WORK_STRUCT_LINKED))) {
work_data_bits   2667 kernel/workqueue.c 	__set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&barr->work));
work_data_bits   2680 kernel/workqueue.c 		unsigned long *bits = work_data_bits(target);
work_data_bits   3208 kernel/workqueue.c 	if (test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&rwork->work))) {
work_data_bits   4709 kernel/workqueue.c 			comma = !(*work_data_bits(work) & WORK_STRUCT_LINKED);
work_data_bits   4720 kernel/workqueue.c 			comma = !(*work_data_bits(work) & WORK_STRUCT_LINKED);