Searched refs:ASSERTIFCMP (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/rxrpc/ |
D | ar-skbuff.c | 77 ASSERTIFCMP(call->state <= RXRPC_CALL_COMPLETE, in rxrpc_hard_ACK_data() 79 ASSERTIFCMP(call->state <= RXRPC_CALL_COMPLETE, in rxrpc_hard_ACK_data()
|
D | ar-internal.h | 721 #define ASSERTIFCMP(C, X, OP, Y) \ macro 748 #define ASSERTIFCMP(C, X, OP, Y) \ macro
|
/linux-4.1.27/fs/cachefiles/ |
D | internal.h | 345 #define ASSERTIFCMP(C, X, OP, Y) \ macro 361 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) macro
|
D | interface.c | 329 ASSERTIFCMP(object->fscache.parent, in cachefiles_put_object()
|
/linux-4.1.27/fs/fscache/ |
D | operation.c | 373 ASSERTIFCMP(test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags), in fscache_op_complete() 375 ASSERTIFCMP(test_bit(FSCACHE_OP_EXCLUSIVE, &op->flags), in fscache_op_complete() 412 ASSERTIFCMP(op->state != FSCACHE_OP_ST_COMPLETE, in fscache_put_operation()
|
D | internal.h | 446 #define ASSERTIFCMP(C, X, OP, Y) \ macro 462 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) macro
|
/linux-4.1.27/fs/afs/ |
D | internal.h | 854 #define ASSERTIFCMP(C, X, OP, Y) \ macro 885 #define ASSERTIFCMP(C, X, OP, Y) \ macro
|
D | server.c | 210 ASSERTIFCMP(server, server->addr.s_addr, ==, addr.s_addr); in afs_find_server()
|