| /kernel/linux/linux-5.10/drivers/md/ |
| D | raid5.c | 113 static inline int raid6_d0(struct stripe_head *sh) in raid6_d0() 135 static int raid6_idx_to_slot(int idx, struct stripe_head *sh, in raid6_idx_to_slot() 153 static int stripe_operations_active(struct stripe_head *sh) in stripe_operations_active() 160 static bool stripe_is_lowprio(struct stripe_head *sh) in stripe_is_lowprio() 167 static void raid5_wakeup_stripe_thread(struct stripe_head *sh) in raid5_wakeup_stripe_thread() 213 static void do_release_stripe(struct r5conf *conf, struct stripe_head *sh, in do_release_stripe() 298 static void __release_stripe(struct r5conf *conf, struct stripe_head *sh, in __release_stripe() 358 struct stripe_head *sh, *t; in release_stripe_list() local 383 void raid5_release_stripe(struct stripe_head *sh) in raid5_release_stripe() 414 static inline void remove_hash(struct stripe_head *sh) in remove_hash() [all …]
|
| D | raid5-cache.c | 308 struct stripe_head *sh, int disks) in r5c_handle_cached_data_endio() 449 void r5c_make_stripe_write_out(struct stripe_head *sh) in r5c_make_stripe_write_out() 463 static void r5c_handle_data_cached(struct stripe_head *sh) in r5c_handle_data_cached() 479 static void r5c_handle_parity_cached(struct stripe_head *sh) in r5c_handle_parity_cached() 492 static void r5c_finish_cache_stripe(struct stripe_head *sh) in r5c_finish_cache_stripe() 515 struct stripe_head *sh, *next; in r5l_io_run_stripes() local 902 static int r5l_log_stripe(struct r5l_log *log, struct stripe_head *sh, in r5l_log_stripe() 981 struct stripe_head *sh) in r5l_add_no_space_stripe() 992 int r5l_write_stripe(struct r5l_log *log, struct stripe_head *sh) in r5l_write_stripe() 1134 struct stripe_head *sh; in r5l_run_no_space_stripes() local [all …]
|
| D | raid5-log.h | 60 static inline int log_stripe(struct stripe_head *sh, struct stripe_head_state *s) in log_stripe() 81 static inline void log_stripe_write_finished(struct stripe_head *sh) in log_stripe_write_finished()
|
| /kernel/linux/linux-6.6/drivers/md/ |
| D | raid5.c | 119 static inline int raid6_d0(struct stripe_head *sh) in raid6_d0() 141 static int raid6_idx_to_slot(int idx, struct stripe_head *sh, in raid6_idx_to_slot() 159 static int stripe_operations_active(struct stripe_head *sh) in stripe_operations_active() 166 static bool stripe_is_lowprio(struct stripe_head *sh) in stripe_is_lowprio() 173 static void raid5_wakeup_stripe_thread(struct stripe_head *sh) in raid5_wakeup_stripe_thread() 220 static void do_release_stripe(struct r5conf *conf, struct stripe_head *sh, in do_release_stripe() 306 static void __release_stripe(struct r5conf *conf, struct stripe_head *sh, in __release_stripe() 367 struct stripe_head *sh, *t; in release_stripe_list() local 392 void raid5_release_stripe(struct stripe_head *sh) in raid5_release_stripe() 423 static inline void remove_hash(struct stripe_head *sh) in remove_hash() [all …]
|
| D | raid5-cache.c | 308 struct stripe_head *sh, int disks) in r5c_handle_cached_data_endio() 449 void r5c_make_stripe_write_out(struct stripe_head *sh) in r5c_make_stripe_write_out() 463 static void r5c_handle_data_cached(struct stripe_head *sh) in r5c_handle_data_cached() 479 static void r5c_handle_parity_cached(struct stripe_head *sh) in r5c_handle_parity_cached() 492 static void r5c_finish_cache_stripe(struct stripe_head *sh) in r5c_finish_cache_stripe() 515 struct stripe_head *sh, *next; in r5l_io_run_stripes() local 901 static int r5l_log_stripe(struct r5l_log *log, struct stripe_head *sh, in r5l_log_stripe() 980 struct stripe_head *sh) in r5l_add_no_space_stripe() 991 int r5l_write_stripe(struct r5l_log *log, struct stripe_head *sh) in r5l_write_stripe() 1133 struct stripe_head *sh; in r5l_run_no_space_stripes() local [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | aha1542.c | 193 static int aha1542_test_port(struct Scsi_Host *sh) in aha1542_test_port() 261 struct Scsi_Host *sh = dev_id; in aha1542_interrupt() local 392 static int aha1542_queuecommand(struct Scsi_Host *sh, struct scsi_cmnd *cmd) in aha1542_queuecommand() 522 static void setup_mailboxes(struct Scsi_Host *sh) in setup_mailboxes() 541 static int aha1542_getconfig(struct Scsi_Host *sh) in aha1542_getconfig() 606 static int aha1542_mbenable(struct Scsi_Host *sh) in aha1542_mbenable() 641 static int aha1542_query(struct Scsi_Host *sh) in aha1542_query() 696 static void aha1542_set_bus_times(struct Scsi_Host *sh, int bus_on, int bus_off, int dma_speed) in aha1542_set_bus_times() 732 struct Scsi_Host *sh; in aha1542_hw_init() local 827 static int aha1542_release(struct Scsi_Host *sh) in aha1542_release() [all …]
|
| D | fdomain.c | 177 static int fdomain_select(struct Scsi_Host *sh, int target) in fdomain_select() 264 struct Scsi_Host *sh = container_of((void *)fd, struct Scsi_Host, in fdomain_work() local 397 static int fdomain_queue(struct Scsi_Host *sh, struct scsi_cmnd *cmd) in fdomain_queue() 431 struct Scsi_Host *sh = cmd->device->host; in fdomain_abort() local 452 struct Scsi_Host *sh = cmd->device->host; in fdomain_host_reset() local 507 struct Scsi_Host *sh; in fdomain_create() local 570 int fdomain_destroy(struct Scsi_Host *sh) in fdomain_destroy()
|
| D | fdomain_pci.c | 11 struct Scsi_Host *sh; in fdomain_pci_probe() local 43 struct Scsi_Host *sh = pci_get_drvdata(pdev); in fdomain_pci_remove() local
|
| D | fdomain_isa.c | 88 struct Scsi_Host *sh; in fdomain_isa_match() local 153 struct Scsi_Host *sh; in fdomain_isa_param_match() local 180 struct Scsi_Host *sh = dev_get_drvdata(dev); in fdomain_isa_remove() local
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| D | aha1542.c | 207 static int aha1542_test_port(struct Scsi_Host *sh) in aha1542_test_port() 280 struct Scsi_Host *sh = dev_id; in aha1542_interrupt() local 414 static int aha1542_queuecommand(struct Scsi_Host *sh, struct scsi_cmnd *cmd) in aha1542_queuecommand() 526 static void setup_mailboxes(struct Scsi_Host *sh) in setup_mailboxes() 545 static int aha1542_getconfig(struct Scsi_Host *sh) in aha1542_getconfig() 614 static int aha1542_mbenable(struct Scsi_Host *sh) in aha1542_mbenable() 649 static int aha1542_query(struct Scsi_Host *sh) in aha1542_query() 707 static void aha1542_set_bus_times(struct Scsi_Host *sh, int bus_on, int bus_off, int dma_speed) in aha1542_set_bus_times() 744 struct Scsi_Host *sh; in aha1542_hw_init() local 839 static int aha1542_release(struct Scsi_Host *sh) in aha1542_release() [all …]
|
| D | fdomain.c | 182 static int fdomain_select(struct Scsi_Host *sh, int target) in fdomain_select() 268 struct Scsi_Host *sh = container_of((void *)fd, struct Scsi_Host, in fdomain_work() local 405 static int fdomain_queue(struct Scsi_Host *sh, struct scsi_cmnd *cmd) in fdomain_queue() 440 struct Scsi_Host *sh = cmd->device->host; in fdomain_abort() local 461 struct Scsi_Host *sh = cmd->device->host; in fdomain_host_reset() local 517 struct Scsi_Host *sh; in fdomain_create() local 580 int fdomain_destroy(struct Scsi_Host *sh) in fdomain_destroy()
|
| D | fdomain_pci.c | 11 struct Scsi_Host *sh; in fdomain_pci_probe() local 43 struct Scsi_Host *sh = pci_get_drvdata(pdev); in fdomain_pci_remove() local
|
| D | fdomain_isa.c | 88 struct Scsi_Host *sh; in fdomain_isa_match() local 153 struct Scsi_Host *sh; in fdomain_isa_param_match() local 180 struct Scsi_Host *sh = dev_get_drvdata(dev); in fdomain_isa_remove() local
|
| /kernel/linux/linux-6.6/lib/crypto/mpi/ |
| D | longlong.h | 114 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 123 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 176 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 185 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 263 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 272 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 300 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 309 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 397 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 406 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument [all …]
|
| /kernel/linux/linux-5.10/lib/mpi/ |
| D | longlong.h | 114 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 123 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 176 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 185 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 263 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 272 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 300 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 309 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 397 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 406 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument [all …]
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | uasm.h | 219 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument 221 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument 222 # define UASM_i_SRA(buf, rs, rt, sh) uasm_i_dsra(buf, rs, rt, sh) argument 223 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_dsrl(buf, rs, rt, sh) argument 224 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_dsrl_safe(buf, rs, rt, sh) argument 235 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_rotr(buf, rs, rt, sh) argument 237 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_sll(buf, rs, rt, sh) argument 238 # define UASM_i_SRA(buf, rs, rt, sh) uasm_i_sra(buf, rs, rt, sh) argument 239 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) argument 240 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) argument
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | uasm.h | 218 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument 220 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument 221 # define UASM_i_SRA(buf, rs, rt, sh) uasm_i_dsra(buf, rs, rt, sh) argument 222 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_dsrl(buf, rs, rt, sh) argument 223 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_dsrl_safe(buf, rs, rt, sh) argument 234 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_rotr(buf, rs, rt, sh) argument 236 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_sll(buf, rs, rt, sh) argument 237 # define UASM_i_SRA(buf, rs, rt, sh) uasm_i_sra(buf, rs, rt, sh) argument 238 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) argument 239 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) argument
|
| /kernel/linux/linux-5.10/arch/sparc/math-emu/ |
| D | sfp-util_32.h | 7 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 17 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
| D | sfp-util_64.h | 15 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 29 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
| /kernel/linux/linux-6.6/arch/sparc/math-emu/ |
| D | sfp-util_32.h | 7 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 17 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
| D | sfp-util_64.h | 15 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 29 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
| /kernel/linux/linux-5.10/arch/alpha/math-emu/ |
| D | sfp-util.h | 8 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 11 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
| /kernel/linux/linux-6.6/arch/alpha/math-emu/ |
| D | sfp-util.h | 8 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 11 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
| /kernel/linux/linux-5.10/arch/sh/math-emu/ |
| D | sfp-util.h | 6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 14 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
| /kernel/linux/linux-6.6/arch/sh/math-emu/ |
| D | sfp-util.h | 6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 14 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|