/Linux-v4.19/net/netfilter/ |
D | nf_log.c | 24 #define nft_log_dereference(logger) \ argument 25 rcu_dereference_protected(logger, lockdep_is_held(&nf_log_mutex)) 44 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger) in nf_log_set() argument 54 rcu_assign_pointer(net->nf.nf_loggers[pf], logger); in nf_log_set() 62 void nf_log_unset(struct net *net, const struct nf_logger *logger) in nf_log_unset() argument 70 if (log == logger) in nf_log_unset() 78 int nf_log_register(u_int8_t pf, struct nf_logger *logger) in nf_log_register() argument 90 if (rcu_access_pointer(loggers[i][logger->type])) { in nf_log_register() 96 rcu_assign_pointer(loggers[i][logger->type], logger); in nf_log_register() 98 if (rcu_access_pointer(loggers[pf][logger->type])) { in nf_log_register() [all …]
|
/Linux-v4.19/include/net/netfilter/ |
D | nf_log.h | 59 int nf_log_register(u_int8_t pf, struct nf_logger *logger); 60 void nf_log_unregister(struct nf_logger *logger); 62 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger); 63 void nf_log_unset(struct net *net, const struct nf_logger *logger); 66 const struct nf_logger *logger);
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_debug.c | 40 #define DC_LOGGER_INIT(logger) argument 64 DC_LOGGER_INIT(dc->ctx->logger); in pre_surface_trace() 184 DC_LOGGER_INIT(dc->ctx->logger); in update_surface_trace() 302 DC_LOGGER_INIT(dc->ctx->logger); in post_surface_trace() 317 DC_LOGGER_INIT(dc->ctx->logger); in context_timing_trace() 352 DC_LOGGER_INIT(dc->ctx->logger); in context_clock_trace()
|
D | dc_link.c | 50 #define DC_LOGGER_INIT(logger) argument 603 DC_LOGGER_INIT(link->ctx->logger); in dc_link_detect() 1033 DC_LOGGER_INIT(dc_ctx->logger); in construct() 1245 DC_LOGGER_INIT(link->ctx->logger); in dpcd_configure_panel_mode() 2057 DC_LOGGER_INIT(link->ctx->logger); in dc_link_set_backlight_level() 2254 DC_LOGGER_INIT(link->ctx->logger); in allocate_mst_payload() 2333 DC_LOGGER_INIT(link->ctx->logger); in deallocate_mst_payload() 2407 DC_LOGGER_INIT(pipe_ctx->stream->ctx->logger); in core_link_enable_stream()
|
D | dc_stream.c | 33 #define DC_LOGGER dc->ctx->logger
|
/Linux-v4.19/tools/testing/selftests/tc-testing/ |
D | TODO.txt | 11 - Use python logger module for debug/verbose output 14 Maybe use python logger module for this too.
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dml/ |
D | dml_logger.h | 31 mode_lib->logger
|
D | display_mode_lib.h | 41 struct dal_logger *logger; member
|
/Linux-v4.19/drivers/gpu/drm/amd/display/modules/stats/ |
D | stats.c | 202 struct dal_logger *logger = NULL; in mod_stats_dump() local 216 logger = dc->ctx->logger; in mod_stats_dump()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/irq/ |
D | irq_service.c | 51 irq_service->ctx->logger
|
/Linux-v4.19/Documentation/admin-guide/ |
D | ramoops.rst | 1 Ramoops oops/panic logger 11 Ramoops is an oops/panic logger that writes its logs to RAM before the system
|
/Linux-v4.19/Documentation/devicetree/bindings/reserved-memory/ |
D | ramoops.txt | 1 Ramoops oops/panic logger
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/irq/dce110/ |
D | irq_service_dce110.c | 40 irq_service->ctx->logger
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_abm.c | 46 abm->ctx->logger
|
D | dce_aux.c | 36 engine->ctx->logger
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.c | 48 #define DC_LOGGER_INIT(logger) argument 516 DC_LOGGER_INIT(hws->ctx->logger); in power_on_plane() 715 DC_LOGGER_INIT(dc->ctx->logger); in reset_back_end_for_pipe() 888 DC_LOGGER_INIT(dc->ctx->logger); in plane_atomic_power_down() 938 DC_LOGGER_INIT(dc->ctx->logger); in dcn10_disable_plane() 2291 DC_LOGGER_INIT(dc->ctx->logger); in dcn10_apply_ctx_for_surface()
|
D | dcn10_hubbub.c | 34 hubbub->ctx->logger
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_compressor.c | 38 cp110->base.ctx->logger
|
D | dce110_timing_generator_v.c | 42 tg->ctx->logger
|
D | dce110_transform_v.c | 34 xfm->ctx->logger
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/dce110/ |
D | i2c_hw_engine_dce110.c | 52 hw_engine->base.base.base.ctx->logger
|
/Linux-v4.19/drivers/gpu/drm/amd/display/ |
D | TODO | 100 19. DONE - The DC logger is still a rather sore thing, but I know that the
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/ |
D | aux_engine.c | 59 engine->base.ctx->logger
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/ |
D | command_table2.c | 42 bp->base.ctx->logger
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce112/ |
D | dce112_compressor.c | 37 cp110->base.ctx->logger
|