/kernel/linux/linux-5.10/tools/io_uring/ |
H A D | io_uring-cp.c | 29 off_t first_offset, offset; member 100 data->offset = data->first_offset = offset; in queue_read() 114 data->offset = data->first_offset; in queue_write()
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 122 unsigned int bar = 0, offset = board->first_offset; in addidata_apci7800_setup() 149 unsigned int bar, offset = board->first_offset; in afavlab_setup() 204 unsigned int offset = board->first_offset; in pci_hp_diva_setup() 373 unsigned int bar, offset = board->first_offset; in sbs_setup() 621 unsigned int bar = 0, offset = board->first_offset; in pci_timedia_setup() 655 unsigned int bar, offset = board->first_offset; in titan_400l_800l_setup() 758 unsigned int bar, offset = board->first_offset; in pci_ni8430_setup() 1300 unsigned int bar, offset = board->first_offset, maxnr; in pci_default_setup() 1308 maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >> in pci_default_setup() 1354 unsigned int bar, offset = board->first_offset, maxn in pci_pericom_setup() [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 105 unsigned int bar = 0, offset = board->first_offset; in addidata_apci7800_setup() 132 unsigned int bar, offset = board->first_offset; in afavlab_setup() 187 unsigned int offset = board->first_offset; in pci_hp_diva_setup() 356 unsigned int bar, offset = board->first_offset; in sbs_setup() 604 unsigned int bar = 0, offset = board->first_offset; in pci_timedia_setup() 638 unsigned int bar, offset = board->first_offset; in titan_400l_800l_setup() 741 unsigned int bar, offset = board->first_offset; in pci_ni8430_setup() 1476 unsigned int bar, offset = board->first_offset, maxnr; in pci_default_setup() 1484 maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >> in pci_default_setup() 3473 /* I think this entry is broken - the first_offset look [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | 8250_pci.h | 29 unsigned int first_offset; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | 8250_pci.h | 29 unsigned int first_offset; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gunz_test.c | 284 int first_offset, last_offset; in decompress_file() local 441 first_offset = fifo_free_first_offset(cur_in, used_in); in decompress_file() 449 n = fread(fifo_in + first_offset, 1, read_sz, inpf); in decompress_file() 630 first_offset = fifo_free_first_offset(cur_out, used_out); in decompress_file() 631 nx_append_dde(ddl_out, fifo_out + first_offset, first_free); in decompress_file()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gunz_test.c | 284 int first_offset, last_offset; in decompress_file() local 441 first_offset = fifo_free_first_offset(cur_in, used_in); in decompress_file() 449 n = fread(fifo_in + first_offset, 1, read_sz, inpf); in decompress_file() 630 first_offset = fifo_free_first_offset(cur_out, used_out); in decompress_file() 631 nx_append_dde(ddl_out, fifo_out + first_offset, first_free); in decompress_file()
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | rxrpc.c | 331 offset = op->store.first_offset; in afs_send_pages() 332 op->store.first_offset = 0; in afs_send_pages() 390 tx_total_len += op->store.last_to - op->store.first_offset; in afs_make_call() 396 tx_total_len += PAGE_SIZE - op->store.first_offset; in afs_make_call()
|
H A D | write.c | 408 (op->store.first * PAGE_SIZE + op->store.first_offset), in afs_store_data_success() 456 op->store.first_offset = offset; in afs_store_data()
|
H A D | fsclient.c | 1138 size = (loff_t)op->store.last_to - (loff_t)op->store.first_offset; in afs_fs_store_data() 1142 pos += op->store.first_offset; in afs_fs_store_data()
|
H A D | yfsclient.c | 1110 size = (loff_t)op->store.last_to - (loff_t)op->store.first_offset; in yfs_fs_store_data() 1114 pos += op->store.first_offset; in yfs_fs_store_data()
|
H A D | internal.h | 816 unsigned first_offset; /* offset into mapping[first] */ member
|
/kernel/linux/linux-6.6/net/core/ |
H A D | gro.c | 174 unsigned int first_offset; in skb_gro_receive() local 179 first_offset = skb->data - in skb_gro_receive() 185 skb_frag_fill_page_desc(frag, page, first_offset, first_size); in skb_gro_receive()
|
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls.h | 262 struct scatterlist *sg, u16 first_offset,
|
H A D | tls_main.c | 172 u16 first_offset, in tls_push_sg() 182 int offset = first_offset; in tls_push_sg() 169 tls_push_sg(struct sock *sk, struct tls_context *ctx, struct scatterlist *sg, u16 first_offset, int flags) tls_push_sg() argument
|
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_main.c | 106 u16 first_offset, in tls_push_sg() 113 int offset = first_offset; in tls_push_sg() 103 tls_push_sg(struct sock *sk, struct tls_context *ctx, struct scatterlist *sg, u16 first_offset, int flags) tls_push_sg() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tls.h | 404 struct scatterlist *sg, u16 first_offset,
|
/kernel/linux/linux-5.10/drivers/parport/ |
H A D | parport_serial.c | 559 .first_offset = 0xC0,
|
/kernel/linux/linux-6.6/drivers/parport/ |
H A D | parport_serial.c | 559 .first_offset = 0xC0,
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-log.c | 3541 * creates a range item in the log for 'dirid'. first_offset and 3549 u64 first_offset, u64 last_offset) in insert_dir_log_key() 3556 key.offset = first_offset; in insert_dir_log_key() 3592 u64 first_offset = min_offset; in log_dir_items() local 3630 first_offset = max(min_offset, tmp.offset) + 1; in log_dir_items() 3641 first_offset = tmp.offset; in log_dir_items() 3767 ino, first_offset, last_offset); in log_dir_items() 3545 insert_dir_log_key(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, int key_type, u64 dirid, u64 first_offset, u64 last_offset) insert_dir_log_key() argument
|
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 4209 unsigned int first_offset; in skb_gro_receive() local 4214 first_offset = skb->data - in skb_gro_receive() 4221 skb_frag_off_set(frag, first_offset); in skb_gro_receive()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-log.c | 3491 * creates a range item in the log for 'dirid'. first_offset and 3499 u64 first_offset, u64 last_offset) in insert_dir_log_key() 3506 key.offset = first_offset; in insert_dir_log_key() 3495 insert_dir_log_key(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, u64 dirid, u64 first_offset, u64 last_offset) insert_dir_log_key() argument
|