Home
last modified time | relevance | path

Searched defs:active (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/linux-6.6.21/drivers/gpu/drm/i915/selftests/
Di915_active.c24 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/
Di915_active.h63 __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()
Di915_active.c36 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/
Dtest_ksyms_btf_write_check.c13 int *active; in handler1() local
37 int *active; in handler2() local
Dtest_ksyms_btf_null_check.c15 int *active; in handler() local
Dtest_d_path_check_rdonly_mem.c14 void *active; in BPF_PROG() local
Dkfunc_call_test_subprog.c12 int *active; in f1() local
Dtest_d_path_check_types.c18 void *active; in BPF_PROG() local
/linux-6.6.21/kernel/sched/
Dloadavg.c157 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/
Dintel_context.c334 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
Dselftest_engine_heartbeat.c43 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/
Dsirf.c47 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/
Dvga_switcheroo.c119 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/
Dintel_modeset_verify.c148 bool active; in verify_encoder_state() local
199 bool active; in verify_crtc_state() local
/linux-6.6.21/drivers/ata/
Dpata_legacy.c389 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/
Dcomminit.c277 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/
Ddevices.c198 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/
Drxon.c344 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/
Denic_pp.c207 int active = 0; in enic_pp_preassociate_rr() local
247 int active = 1; in enic_pp_associate() local
/linux-6.6.21/fs/afs/
Dserver.c425 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/
Dfeatures.c15 u32 active[ETHTOOL_DEV_FEATURE_WORDS]; member
159 const unsigned long *active, in features_send_reply()
/linux-6.6.21/kernel/time/
Dhrtimer.c488 __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/
Disppreview.c674 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/
Dmixer_oss.c204 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/
Datari_joystick.h19 int active; member

12345678910>>...26