Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/linux-6.1.9/fs/xfs/scrub/
Dcommon.c67 struct xfs_scrub *sc, in __xchk_process_error()
99 struct xfs_scrub *sc, in xchk_process_error()
110 struct xfs_scrub *sc, in xchk_xref_process_error()
122 struct xfs_scrub *sc, in __xchk_fblock_process_error()
152 struct xfs_scrub *sc, in xchk_fblock_process_error()
163 struct xfs_scrub *sc, in xchk_fblock_xref_process_error()
187 struct xfs_scrub *sc, in xchk_block_set_preen()
201 struct xfs_scrub *sc, in xchk_ino_set_preen()
211 struct xfs_scrub *sc) in xchk_set_corrupt()
220 struct xfs_scrub *sc, in xchk_block_set_corrupt()
[all …]
Dagheader_repair.c35 struct xfs_scrub *sc) in xrep_superblock()
76 struct xfs_scrub *sc; member
107 struct xfs_scrub *sc = priv; in xrep_agf_check_agfl_block() local
130 struct xfs_scrub *sc, in xrep_check_btree_root()
148 struct xfs_scrub *sc, in xrep_agf_find_btrees()
189 struct xfs_scrub *sc, in xrep_agf_init_header()
216 struct xfs_scrub *sc, in xrep_agf_set_roots()
246 struct xfs_scrub *sc, in xrep_agf_calc_from_btrees()
311 struct xfs_scrub *sc, in xrep_agf_commit_new()
344 struct xfs_scrub *sc) in xrep_agf()
[all …]
Dagheader.c26 struct xfs_scrub *sc, in xchk_superblock_xref()
61 struct xfs_scrub *sc) in xchk_superblock()
371 struct xfs_scrub *sc) in xchk_agf_xref_freeblks()
391 struct xfs_scrub *sc) in xchk_agf_xref_cntbt()
423 struct xfs_scrub *sc) in xchk_agf_xref_btreeblks()
473 struct xfs_scrub *sc) in xchk_agf_xref_refcblks()
492 struct xfs_scrub *sc) in xchk_agf_xref()
519 struct xfs_scrub *sc) in xchk_agf()
615 struct xfs_scrub *sc; member
621 struct xfs_scrub *sc, in xchk_agfl_block_xref()
[all …]
Dinode.c31 struct xfs_scrub *sc) in xchk_setup_inode()
69 struct xfs_scrub *sc, in xchk_inode_extsize()
105 struct xfs_scrub *sc, in xchk_inode_cowextsize()
124 struct xfs_scrub *sc, in xchk_inode_flags()
169 struct xfs_scrub *sc, in xchk_inode_flags2()
212 struct xfs_scrub *sc, in xchk_dinode_nsec()
227 struct xfs_scrub *sc, in xchk_dinode()
459 struct xfs_scrub *sc, in xchk_inode_xref_finobt()
502 struct xfs_scrub *sc, in xchk_inode_xref_bmap()
536 struct xfs_scrub *sc, in xchk_inode_xref()
[all …]
Drepair.c42 struct xfs_scrub *sc) in xrep_attempt()
104 struct xfs_scrub *sc) in xrep_probe()
120 struct xfs_scrub *sc) in xrep_roll_ag_trans()
177 struct xfs_scrub *sc) in xrep_calc_ag_resblks()
288 struct xfs_scrub *sc, in xrep_alloc_ag_block()
339 struct xfs_scrub *sc, in xrep_init_btblock()
440 struct xfs_scrub *sc, in xrep_invalidate_blocks()
478 struct xfs_scrub *sc, in xrep_fix_freelist()
498 struct xfs_scrub *sc, in xrep_put_freelist()
532 struct xfs_scrub *sc, in xrep_reap_block()
[all …]
Dalloc.c25 struct xfs_scrub *sc) in xchk_setup_ag_allocbt()
37 struct xfs_scrub *sc, in xchk_allocbt_xref_other()
77 struct xfs_scrub *sc, in xchk_allocbt_xref()
114 struct xfs_scrub *sc, in xchk_allocbt()
125 struct xfs_scrub *sc) in xchk_bnobt()
132 struct xfs_scrub *sc) in xchk_cntbt()
140 struct xfs_scrub *sc, in xchk_xref_is_used_space()
Drmap.c25 struct xfs_scrub *sc) in xchk_setup_ag_rmapbt()
35 struct xfs_scrub *sc, in xchk_rmapbt_xref_refc()
66 struct xfs_scrub *sc, in xchk_rmapbt_xref()
166 struct xfs_scrub *sc) in xchk_rmapbt()
175 struct xfs_scrub *sc, in xchk_xref_check_owner()
198 struct xfs_scrub *sc, in xchk_xref_is_owned_by()
209 struct xfs_scrub *sc, in xchk_xref_is_not_owned_by()
220 struct xfs_scrub *sc, in xchk_xref_has_no_owner()
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dchannel.c23 static int ath_set_channel(struct ath_softc *sc) in ath_set_channel()
103 void ath_chanctx_init(struct ath_softc *sc) in ath_chanctx_init()
130 void ath_chanctx_set_channel(struct ath_softc *sc, struct ath_chanctx *ctx, in ath_chanctx_set_channel()
157 struct ath_chanctx* ath_is_go_chanctx_present(struct ath_softc *sc) in ath_is_go_chanctx_present()
233 static u32 chanctx_event_delta(struct ath_softc *sc) in chanctx_event_delta()
247 void ath_chanctx_check_active(struct ath_softc *sc, struct ath_chanctx *ctx) in ath_chanctx_check_active()
327 ath_chanctx_get_next(struct ath_softc *sc, struct ath_chanctx *ctx) in ath_chanctx_get_next()
334 static void ath_chanctx_adjust_tbtt_delta(struct ath_softc *sc) in ath_chanctx_adjust_tbtt_delta()
373 static void ath_chanctx_setup_timer(struct ath_softc *sc, u32 tsf_time) in ath_chanctx_setup_timer()
389 static void ath_chanctx_handle_bmiss(struct ath_softc *sc, in ath_chanctx_handle_bmiss()
[all …]
Dgpio.c25 static void ath_fill_led_pin(struct ath_softc *sc) in ath_fill_led_pin()
54 struct ath_softc *sc = container_of(led_cdev, struct ath_softc, led_cdev); in ath_led_brightness() local
63 void ath_deinit_leds(struct ath_softc *sc) in ath_deinit_leds()
74 void ath_init_leds(struct ath_softc *sc) in ath_init_leds()
104 static bool ath_is_rfkill_set(struct ath_softc *sc) in ath_is_rfkill_set()
119 struct ath_softc *sc = hw->priv; in ath9k_rfkill_poll_state() local
125 void ath_start_rfkill_poll(struct ath_softc *sc) in ath_start_rfkill_poll()
142 static void ath_detect_bt_priority(struct ath_softc *sc) in ath_detect_bt_priority()
171 static void ath_mci_ftp_adjust(struct ath_softc *sc) in ath_mci_ftp_adjust()
196 struct ath_softc *sc = from_timer(sc, t, btcoex.period_timer); in ath_btcoex_period_timer() local
[all …]
Dmain.c60 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq, in ath9k_has_pending_frames()
87 static bool ath9k_setpower(struct ath_softc *sc, enum ath9k_power_mode mode) in ath9k_setpower()
101 struct ath_softc *sc = from_timer(sc, t, sleep_timer); in ath_ps_full_sleep() local
116 void ath9k_ps_wakeup(struct ath_softc *sc) in ath9k_ps_wakeup()
147 void ath9k_ps_restore(struct ath_softc *sc) in ath9k_ps_restore()
185 static void __ath_cancel_work(struct ath_softc *sc) in __ath_cancel_work()
197 void ath_cancel_work(struct ath_softc *sc) in ath_cancel_work()
203 void ath_restart_work(struct ath_softc *sc) in ath_restart_work()
215 static bool ath_prepare_reset(struct ath_softc *sc) in ath_prepare_reset()
235 static bool ath_complete_reset(struct ath_softc *sc, bool start) in ath_complete_reset()
[all …]
Drecv.c23 static inline bool ath9k_check_auto_sleep(struct ath_softc *sc) in ath9k_check_auto_sleep()
37 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_rxbuf *bf, in ath_rx_buf_link()
71 static void ath_rx_buf_relink(struct ath_softc *sc, struct ath_rxbuf *bf, in ath_rx_buf_relink()
80 static void ath_setdefantenna(struct ath_softc *sc, u32 antenna) in ath_setdefantenna()
88 static void ath_opmode_init(struct ath_softc *sc) in ath_opmode_init()
110 static bool ath_rx_edma_buf_link(struct ath_softc *sc, in ath_rx_edma_buf_link()
138 static void ath_rx_addbuffer_edma(struct ath_softc *sc, in ath_rx_addbuffer_edma()
155 static void ath_rx_remove_buffer(struct ath_softc *sc, in ath_rx_remove_buffer()
171 static void ath_rx_edma_cleanup(struct ath_softc *sc) in ath_rx_edma_cleanup()
198 static int ath_rx_edma_init(struct ath_softc *sc, int nbufs) in ath_rx_edma_init()
[all …]
Dbeacon.c22 static void ath9k_reset_beacon_status(struct ath_softc *sc) in ath9k_reset_beacon_status()
33 static void ath9k_beaconq_config(struct ath_softc *sc) in ath9k_beaconq_config()
72 static void ath9k_beacon_setup(struct ath_softc *sc, struct ieee80211_vif *vif, in ath9k_beacon_setup()
115 struct ath_softc *sc = hw->priv; in ath9k_beacon_generate() local
195 void ath9k_beacon_assign_slot(struct ath_softc *sc, struct ieee80211_vif *vif) in ath9k_beacon_assign_slot()
217 void ath9k_beacon_remove_slot(struct ath_softc *sc, struct ieee80211_vif *vif) in ath9k_beacon_remove_slot()
244 void ath9k_beacon_ensure_primary_slot(struct ath_softc *sc) in ath9k_beacon_ensure_primary_slot()
306 static int ath9k_beacon_choose_slot(struct ath_softc *sc) in ath9k_beacon_choose_slot()
334 static void ath9k_set_tsfadjust(struct ath_softc *sc, in ath9k_set_tsfadjust()
363 bool ath9k_csa_is_finished(struct ath_softc *sc, struct ieee80211_vif *vif) in ath9k_csa_is_finished()
[all …]
Dlink.c23 static bool ath_tx_complete_check(struct ath_softc *sc) in ath_tx_complete_check()
58 struct ath_softc *sc = container_of(work, struct ath_softc, in ath_hw_check_work() local
72 bool ath_hw_check(struct ath_softc *sc) in ath_hw_check()
97 static bool ath_hw_pll_rx_hang_check(struct ath_softc *sc, u32 pll_sqsum) in ath_hw_pll_rx_hang_check()
120 struct ath_softc *sc = container_of(work, struct ath_softc, in ath_hw_pll_work() local
148 static void ath_paprd_activate(struct ath_softc *sc) in ath_paprd_activate()
172 static bool ath_paprd_send_frame(struct ath_softc *sc, struct sk_buff *skb, int chain) in ath_paprd_send_frame()
214 struct ath_softc *sc = container_of(work, struct ath_softc, paprd_work); in ath_paprd_calibrate() local
307 struct ath_softc *sc = (struct ath_softc *)common->priv; in ath_ani_calibrate() local
421 void ath_start_ani(struct ath_softc *sc) in ath_start_ani()
[all …]
Dinit.c177 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_iowrite32() local
192 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_ioread32() local
215 static unsigned int __ath9k_reg_rmw(struct ath_softc *sc, u32 reg_offset, in __ath9k_reg_rmw()
232 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_reg_rmw() local
254 struct ath_softc *sc = hw->priv; in ath9k_reg_notifier() local
283 int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd, in ath_descdma_setup()
406 static int ath9k_init_queues(struct ath_softc *sc) in ath9k_init_queues()
423 static void ath9k_init_misc(struct ath_softc *sc) in ath9k_init_misc()
449 static void ath9k_init_pcoem_platform(struct ath_softc *sc) in ath9k_init_pcoem_platform()
538 static int ath9k_eeprom_request(struct ath_softc *sc, const char *name) in ath9k_eeprom_request()
[all …]
Ddebug.c29 void ath9k_debug_sync_cause(struct ath_softc *sc, u32 sync_cause) in ath9k_debug_sync_cause()
89 struct ath_softc *sc = file->private_data; in read_file_debug() local
101 struct ath_softc *sc = file->private_data; in write_file_debug() local
135 struct ath_softc *sc = file->private_data; in read_file_ani() local
191 struct ath_softc *sc = file->private_data; in write_file_ani() local
234 struct ath_softc *sc = file->private_data; in read_file_bt_ant_diversity() local
247 struct ath_softc *sc = file->private_data; in write_file_bt_ant_diversity() local
285 void ath9k_debug_stat_ant(struct ath_softc *sc, in ath9k_debug_stat_ant()
303 struct ath_softc *sc = file->private_data; in read_file_antenna_diversity() local
407 struct ath_softc *sc = hw->priv; in read_file_dma() local
[all …]
Dxmit.c101 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock_complete()
116 void ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_queue_tid()
126 struct ath_softc *sc = hw->priv; in ath9k_wake_tx_queue() local
205 static void ath_txq_skb_done(struct ath_softc *sc, struct ath_txq *txq, in ath_txq_skb_done()
221 ath_get_skb_tid(struct ath_softc *sc, struct ath_node *an, struct sk_buff *skb) in ath_get_skb_tid()
231 struct ath_softc *sc = tid->an->sc; in ath_tid_pull() local
273 static void ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_flush_tid()
312 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid, in ath_tx_update_baw()
335 static void ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, in ath_tx_addto_baw()
357 static void ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, in ath_tid_drain()
[all …]
Dmci.c119 static void ath_mci_update_scheme(struct ath_softc *sc) in ath_mci_update_scheme()
210 static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_cal_msg()
238 struct ath_softc *sc = container_of(work, struct ath_softc, mci_work); in ath9k_mci_work() local
256 static void ath_mci_set_concur_txprio(struct ath_softc *sc) in ath_mci_set_concur_txprio()
295 static u8 ath_mci_process_profile(struct ath_softc *sc, in ath_mci_process_profile()
330 static u8 ath_mci_process_status(struct ath_softc *sc, in ath_mci_process_status()
367 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_msg()
434 int ath_mci_setup(struct ath_softc *sc) in ath_mci_setup()
473 void ath_mci_cleanup(struct ath_softc *sc) in ath_mci_cleanup()
483 void ath_mci_intr(struct ath_softc *sc) in ath_mci_intr()
[all …]
Dtx99.c19 static void ath9k_tx99_stop(struct ath_softc *sc) in ath9k_tx99_stop()
40 static struct sk_buff *ath9k_build_tx99_skb(struct ath_softc *sc) in ath9k_build_tx99_skb()
98 static void ath9k_tx99_deinit(struct ath_softc *sc) in ath9k_tx99_deinit()
107 static int ath9k_tx99_init(struct ath_softc *sc) in ath9k_tx99_init()
162 struct ath_softc *sc = file->private_data; in read_file_tx99() local
173 struct ath_softc *sc = file->private_data; in write_file_tx99() local
231 struct ath_softc *sc = file->private_data; in read_file_tx99_power() local
246 struct ath_softc *sc = file->private_data; in write_file_tx99_power() local
274 void ath9k_tx99_init_debug(struct ath_softc *sc) in ath9k_tx99_init_debug()
Dwow.c33 static u8 ath9k_wow_map_triggers(struct ath_softc *sc, in ath9k_wow_map_triggers()
50 static int ath9k_wow_add_disassoc_deauth_pattern(struct ath_softc *sc) in ath9k_wow_add_disassoc_deauth_pattern()
138 static int ath9k_wow_add_pattern(struct ath_softc *sc, in ath9k_wow_add_pattern()
170 struct ath_softc *sc = hw->priv; in ath9k_suspend() local
282 struct ath_softc *sc = hw->priv; in ath9k_resume() local
316 struct ath_softc *sc = hw->priv; in ath9k_set_wakeup() local
329 struct ath_softc *sc = hw->priv; in ath9k_init_wow() local
344 struct ath_softc *sc = hw->priv; in ath9k_deinit_wow() local
/linux-6.1.9/drivers/clk/qcom/
Dgdsc.c59 static int gdsc_check_status(struct gdsc *sc, enum gdsc_status status) in gdsc_check_status()
95 static int gdsc_hwctrl(struct gdsc *sc, bool en) in gdsc_hwctrl()
102 static int gdsc_poll_status(struct gdsc *sc, enum gdsc_status status) in gdsc_poll_status()
118 static int gdsc_update_collapse_bit(struct gdsc *sc, bool val) in gdsc_update_collapse_bit()
138 static int gdsc_toggle_logic(struct gdsc *sc, enum gdsc_status status) in gdsc_toggle_logic()
187 static inline int gdsc_deassert_reset(struct gdsc *sc) in gdsc_deassert_reset()
196 static inline int gdsc_assert_reset(struct gdsc *sc) in gdsc_assert_reset()
205 static inline void gdsc_force_mem_on(struct gdsc *sc) in gdsc_force_mem_on()
217 static inline void gdsc_clear_mem_on(struct gdsc *sc) in gdsc_clear_mem_on()
229 static inline void gdsc_deassert_clamp_io(struct gdsc *sc) in gdsc_deassert_clamp_io()
[all …]
/linux-6.1.9/drivers/scsi/snic/
Dsnic_scsi.c22 #define snic_cmd_tag(sc) (scsi_cmd_to_rq(sc)->tag) argument
98 snic_io_lock_hash(struct snic *snic, struct scsi_cmnd *sc) in snic_io_lock_hash()
115 struct scsi_cmnd *sc) in snic_release_req_buf()
151 struct scsi_cmnd *sc, in snic_queue_icmnd_req()
228 struct scsi_cmnd *sc) in snic_issue_scsi_req()
319 snic_queuecommand(struct Scsi_Host *shost, struct scsi_cmnd *sc) in snic_queuecommand()
364 struct scsi_cmnd *sc, in snic_proc_tmreq_pending_state()
397 struct scsi_cmnd *sc, in snic_process_io_failed_state()
471 snic_tmreq_pending(struct scsi_cmnd *sc) in snic_tmreq_pending()
487 struct scsi_cmnd *sc) in snic_process_icmnd_cmpl_status()
[all …]
/linux-6.1.9/fs/ocfs2/cluster/
Dtcp.c62 #define SC_NODEF_ARGS(sc) sc->sc_node->nd_name, sc->sc_node->nd_num, \ argument
81 #define sclog(sc, fmt, args...) do { \ argument
158 struct o2net_sock_container *sc) in o2net_set_nst_sock_container()
169 static inline void o2net_set_sock_timer(struct o2net_sock_container *sc) in o2net_set_sock_timer()
174 static inline void o2net_set_data_ready_time(struct o2net_sock_container *sc) in o2net_set_data_ready_time()
179 static inline void o2net_set_advance_start_time(struct o2net_sock_container *sc) in o2net_set_advance_start_time()
184 static inline void o2net_set_advance_stop_time(struct o2net_sock_container *sc) in o2net_set_advance_stop_time()
189 static inline void o2net_set_func_start_time(struct o2net_sock_container *sc) in o2net_set_func_start_time()
194 static inline void o2net_set_func_stop_time(struct o2net_sock_container *sc) in o2net_set_func_stop_time()
215 static ktime_t o2net_get_func_run_time(struct o2net_sock_container *sc) in o2net_get_func_run_time()
[all …]
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dpio.c519 static void cr_group_addresses(struct send_context *sc, dma_addr_t *dma) in cr_group_addresses()
535 struct send_context *sc; in sc_halted() local
551 u32 sc_mtu_to_threshold(struct send_context *sc, u32 mtu, u32 hdrqentsize) in sc_mtu_to_threshold()
576 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent) in sc_percent_to_threshold()
584 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold) in sc_set_cr_threshold()
621 void set_pio_integrity(struct send_context *sc) in set_pio_integrity()
632 static u32 get_buffers_allocated(struct send_context *sc) in get_buffers_allocated()
642 static void reset_buffers_allocated(struct send_context *sc) in reset_buffers_allocated()
658 struct send_context *sc = NULL; in sc_alloc() local
836 void sc_free(struct send_context *sc) in sc_free()
[all …]
/linux-6.1.9/drivers/hid/
Dhid-sony.c617 static inline void sony_schedule_work(struct sony_sc *sc, in sony_schedule_work()
638 struct sony_sc *sc = urb->context; in ghl_magic_poke_cb() local
649 struct sony_sc *sc = from_timer(sc, t, ghl_poke_timer); in ghl_magic_poke() local
656 static int ghl_init_urb(struct sony_sc *sc, struct usb_device *usbdev, in ghl_init_urb()
708 struct sony_sc *sc = hid_get_drvdata(hdev); in ds4_show_poll_interval() local
718 struct sony_sc *sc = hid_get_drvdata(hdev); in ds4_store_poll_interval() local
745 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_show_firmware_version() local
757 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_show_hardware_version() local
942 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_report_fixup() local
989 static void sixaxis_parse_report(struct sony_sc *sc, u8 *rd, int size) in sixaxis_parse_report()
[all …]
/linux-6.1.9/drivers/md/
Ddm-stripe.c53 struct stripe_c *sc = container_of(work, struct stripe_c, in trigger_event() local
61 static int get_stripe(struct dm_target *ti, struct stripe_c *sc, in get_stripe()
87 struct stripe_c *sc; in stripe_ctr() local
193 struct stripe_c *sc = (struct stripe_c *) ti->private; in stripe_dtr() local
202 static void stripe_map_sector(struct stripe_c *sc, sector_t sector, in stripe_map_sector()
230 static void stripe_map_range_sector(struct stripe_c *sc, sector_t sector, in stripe_map_range_sector()
250 static int stripe_map_range(struct stripe_c *sc, struct bio *bio, in stripe_map_range()
274 struct stripe_c *sc = ti->private; in stripe_map() local
304 struct stripe_c *sc = ti->private; in stripe_dax_pgoff() local
364 struct stripe_c *sc = (struct stripe_c *) ti->private; in stripe_status() local
[all …]

12345678910>>...15