/linux-6.6.21/drivers/gpu/drm/i915/selftests/ |
D | i915_active.c | 24 static void __live_get(struct live_active *active) in __live_get() 29 static void __live_free(struct live_active *active) in __live_free() 37 struct live_active *active = container_of(ref, typeof(*active), ref); in __live_release() local 42 static void __live_put(struct live_active *active) in __live_put() 49 struct live_active *active = container_of(base, typeof(*active), base); in __live_active() local 57 struct live_active *active = container_of(base, typeof(*active), base); in __live_retire() local 65 struct live_active *active; in __live_alloc() local 82 struct live_active *active; in __live_active_setup() local 148 struct live_active *active; in live_active_wait() local 178 struct live_active *active; in live_active_retire() local [all …]
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_active.h | 63 __i915_active_fence_init(struct i915_active_fence *active, in __i915_active_fence_init() 101 i915_active_fence_get(struct i915_active_fence *active) in i915_active_fence_get() 121 i915_active_fence_isset(const struct i915_active_fence *active) in i915_active_fence_isset() 160 #define i915_active_init(ref, active, retire, flags) do { \ argument 221 struct i915_active *active) in __i915_request_await_exclusive()
|
D | i915_active.c | 36 node_from_active(struct i915_active_fence *active) in node_from_active() 43 static inline bool is_barrier(const struct i915_active_fence *active) in is_barrier() 204 __active_fence_slot(struct i915_active_fence *active) in __active_fence_slot() 212 struct i915_active_fence *active = in active_fence_cb() local 414 replace_barrier(struct i915_active *ref, struct i915_active_fence *active) in replace_barrier() 431 struct i915_active_fence *active; in i915_active_add_request() local 465 struct i915_active_fence *active, in __i915_active_set_fence() 532 struct i915_active_fence *active; in i915_active_acquire_for_context() local 554 static void enable_signaling(struct i915_active_fence *active) in enable_signaling() 627 static int __await_active(struct i915_active_fence *active, in __await_active() [all …]
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | test_ksyms_btf_write_check.c | 13 int *active; in handler1() local 37 int *active; in handler2() local
|
D | test_ksyms_btf_null_check.c | 15 int *active; in handler() local
|
D | test_d_path_check_rdonly_mem.c | 14 void *active; in BPF_PROG() local
|
D | kfunc_call_test_subprog.c | 12 int *active; in f1() local
|
D | test_d_path_check_types.c | 18 void *active; in BPF_PROG() local
|
/linux-6.6.21/kernel/sched/ |
D | loadavg.c | 157 unsigned long active, unsigned int n) in calc_load_n() 306 long delta, active, n; in calc_global_nohz() local 352 long active, delta; in calc_global_load() local
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/ |
D | intel_context.c | 334 static void __intel_context_retire(struct i915_active *active) in __intel_context_retire() 347 static int __intel_context_active(struct i915_active *active) in __intel_context_active() 534 struct i915_request *rq, *active = NULL; in intel_context_get_active_request() local 583 u64 total, active; in intel_context_get_total_runtime_ns() local
|
D | selftest_engine_heartbeat.c | 43 struct i915_active active; member 47 static int pulse_active(struct i915_active *active) in pulse_active() 66 static void pulse_retire(struct i915_active *active) in pulse_retire()
|
/linux-6.6.21/drivers/gnss/ |
D | sirf.c | 47 bool active; member 206 bool active, in sirf_wait_for_power_state_nowakeup() 230 static int sirf_wait_for_power_state(struct sirf_data *data, bool active, in sirf_wait_for_power_state() 259 static int sirf_set_active(struct sirf_data *data, bool active) in sirf_set_active()
|
/linux-6.6.21/drivers/gpu/vga/ |
D | vga_switcheroo.c | 119 bool active; member 150 bool active; member 295 bool active, in register_client() 709 struct vga_switcheroo_client *active; in vga_switchto_stage1() local 726 struct vga_switcheroo_client *active; in vga_switchto_stage2() local
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_modeset_verify.c | 148 bool active; in verify_encoder_state() local 199 bool active; in verify_crtc_state() local
|
/linux-6.6.21/drivers/ata/ |
D | pata_legacy.c | 389 u8 active, recover; in ht6560a_set_piomode() local 423 u8 active, recover; in ht6560b_set_piomode() local 487 u8 active, recover, setup; in opti82c611a_set_piomode() local 562 u8 active, recover, setup; in opti82c46x_set_piomode() local 681 int active, recovery; in qdi65x0_set_piomode() local 819 int active, recovery; in winbond_set_piomode() local
|
/linux-6.6.21/drivers/scsi/aacraid/ |
D | comminit.c | 277 int *active = data; in wait_for_io_iter() local 285 int i = 0, active; in aac_wait_for_io_completion() local
|
/linux-6.6.21/drivers/usb/core/ |
D | devices.c | 198 int active = 0; in usb_dump_interface_descriptor() local 259 int active, int speed) in usb_dump_config_descriptor() 280 const struct usb_host_config *config, int active) in usb_dump_config()
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rxon.c | 344 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_rxon_disconn() local 444 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_rxon_connect() local 836 const struct iwl_rxon_cmd *active = &ctx->active; in iwl_full_rxon_required() local 1026 struct iwl_rxon_cmd *active = (void *)&ctx->active; in iwlagn_commit_rxon() local
|
/linux-6.6.21/drivers/net/ethernet/cisco/enic/ |
D | enic_pp.c | 207 int active = 0; in enic_pp_preassociate_rr() local 247 int active = 1; in enic_pp_associate() local
|
/linux-6.6.21/fs/afs/ |
D | server.c | 425 unsigned int active = atomic_dec_return(&server->active); in afs_unuse_server_notime() local 491 int active; in afs_gc_servers() local 561 int active = atomic_read(&server->active); in afs_manage_servers() local
|
/linux-6.6.21/net/ethtool/ |
D | features.c | 15 u32 active[ETHTOOL_DEV_FEATURE_WORDS]; member 159 const unsigned long *active, in features_send_reply()
|
/linux-6.6.21/kernel/time/ |
D | hrtimer.c | 488 __next_base(struct hrtimer_cpu_base *cpu_base, unsigned int *active) in __next_base() 501 #define for_each_active_base(base, cpu_base, active) \ argument 506 unsigned int active, in __hrtimer_next_event_base() 573 unsigned int active; in __hrtimer_get_next_event() local 872 unsigned int active) in update_needs_ipi() 1515 unsigned int active; in hrtimer_next_event_without() local 1725 unsigned int active = cpu_base->active_bases & active_mask; in __hrtimer_run_queues() local
|
/linux-6.6.21/drivers/media/platform/ti/omap3isp/ |
D | isppreview.c | 674 u32 active = prev->params.active; in preview_params_lock() local 695 u32 active = prev->params.active; in preview_params_unlock() local 866 u32 active; in preview_config() local 926 u32 active) in preview_setup_hw() 1062 static void preview_config_input_size(struct isp_prev_device *prev, u32 active) in preview_config_input_size() 1385 u32 active; in preview_configure() local 1526 u32 active; in omap3isp_preview_isr() local
|
/linux-6.6.21/sound/core/oss/ |
D | mixer_oss.c | 204 int active = 0; in snd_mixer_oss_get_recsrc() local 221 int chn, active; in snd_mixer_oss_set_recsrc() local 774 int *active) in snd_mixer_oss_get_recsrc1_sw() 787 int *active) in snd_mixer_oss_get_recsrc1_route() 800 int active) in snd_mixer_oss_put_recsrc1_sw() 810 int active) in snd_mixer_oss_put_recsrc1_route()
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | atari_joystick.h | 19 int active; member
|