/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | attrlist.c | 17 * Return: True if @le is valid. 20 struct ATTR_LIST_ENTRY *le) in al_is_valid_le() 22 if (!le || !ni->attr_list.le || !ni->attr_list.size) in al_is_valid_le() 25 return PtrOffset(ni->attr_list.le, le) + le16_to_cpu(le->size) <= in al_is_valid_le() 32 kvfree(ni->attr_list.le); in al_destroy() 33 ni->attr_list.le = NULL; in al_destroy() 48 void *le in ntfs_load_attr_list() local 19 al_is_valid_le(const struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le) al_is_valid_le() argument 125 al_enumerate(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le) al_enumerate() argument 168 al_find_le(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le, const struct ATTRIB *attr) al_find_le() argument 185 al_find_ex(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le, enum ATTR_TYPE type, const __le16 *name, u8 name_len, const CLST *vcn) al_find_ex() argument 247 struct ATTR_LIST_ENTRY *le = NULL, *prev; al_find_le_to_insert() local 292 struct ATTR_LIST_ENTRY *le; al_add_le() local 324 memmove(Add2Ptr(le, sz), le, old_size - off); al_add_le() local 364 al_remove_le(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le) al_remove_le() argument 392 struct ATTR_LIST_ENTRY *le; al_delete_le() local [all...] |
H A D | frecord.c | 163 int ni_load_mi(struct ntfs_inode *ni, const struct ATTR_LIST_ENTRY *le, in ni_load_mi() argument 168 if (!le) { in ni_load_mi() 173 rno = ino_get(&le->ref); in ni_load_mi() 191 struct ATTR_LIST_ENTRY *le; in ni_find_attr() local 206 le = al_find_ex(ni, le_o ? *le_o : NULL, type, name, name_len, vcn); in ni_find_attr() 207 if (!le) in ni_find_attr() 211 *le_o = le; in ni_find_attr() 214 if (ni_load_mi(ni, le, &m)) in ni_find_attr() 218 attr = mi_find_attr(m, NULL, type, name, name_len, &le->id); in ni_find_attr() 248 struct ATTR_LIST_ENTRY **le, in ni_enum_attr_ex() 247 ni_enum_attr_ex(struct ntfs_inode *ni, struct ATTRIB *attr, struct ATTR_LIST_ENTRY **le, struct mft_inode **mi) ni_enum_attr_ex() argument 286 struct ATTR_LIST_ENTRY *le; ni_load_attr() local 340 struct ATTR_LIST_ENTRY *le; ni_load_all_mi() local 393 struct ATTR_LIST_ENTRY *le; ni_remove_attr() local 456 ni_ins_new_attr(struct ntfs_inode *ni, struct mft_inode *mi, struct ATTR_LIST_ENTRY *le, enum ATTR_TYPE type, const __le16 *name, u8 name_len, u32 asize, u16 name_off, CLST svcn, struct ATTR_LIST_ENTRY **ins_le) ni_ins_new_attr() argument 660 struct ATTR_LIST_ENTRY *le; ni_try_remove_attr_list() local 804 struct ATTR_LIST_ENTRY *le, *le_b[7]; ni_create_attr_list() local 939 ni_ins_attr_ext(struct ntfs_inode *ni, struct ATTR_LIST_ENTRY *le, enum ATTR_TYPE type, const __le16 *name, u8 name_len, u32 asize, CLST svcn, u16 name_off, bool force_ext, struct ATTRIB **ins_attr, struct mft_inode **ins_mi, struct ATTR_LIST_ENTRY **ins_le) ni_ins_attr_ext() argument 1101 struct ATTR_LIST_ENTRY *le; ni_insert_attr() local 1380 struct ATTR_LIST_ENTRY *le; ni_expand_list() local 1439 ni_insert_nonresident(struct ntfs_inode *ni, enum ATTR_TYPE type, const __le16 *name, u8 name_len, const struct runs_tree *run, CLST svcn, CLST len, __le16 flags, struct ATTRIB **new_attr, struct mft_inode **mi, struct ATTR_LIST_ENTRY **le) ni_insert_nonresident() argument 1515 ni_insert_resident(struct ntfs_inode *ni, u32 data_size, enum ATTR_TYPE type, const __le16 *name, u8 name_len, struct ATTRIB **new_attr, struct mft_inode **mi, struct ATTR_LIST_ENTRY **le) ni_insert_resident() argument 1553 ni_remove_attr_le(struct ntfs_inode *ni, struct ATTRIB *attr, struct mft_inode *mi, struct ATTR_LIST_ENTRY *le) ni_remove_attr_le() argument 1570 struct ATTR_LIST_ENTRY *le = NULL; ni_delete_all() local 1646 ni_fname_name(struct ntfs_inode *ni, const struct le_str *uni, const struct MFT_REF *home_dir, struct mft_inode **mi, struct ATTR_LIST_ENTRY **le) ni_fname_name() argument 1688 ni_fname_type(struct ntfs_inode *ni, u8 name_type, struct mft_inode **mi, struct ATTR_LIST_ENTRY **le) ni_fname_type() argument 2180 struct ATTR_LIST_ENTRY *le; ni_decompress_file() local 2457 struct ATTR_LIST_ENTRY *le = NULL; ni_read_frame() local 2744 struct ATTR_LIST_ENTRY *le = NULL; ni_write_frame() local 2907 struct ATTR_LIST_ENTRY *le; ni_remove_name() local 3018 struct ATTR_LIST_ENTRY *le; ni_add_name() local 3139 struct ATTR_LIST_ENTRY *le = NULL; ni_update_parent() local [all...] |
H A D | attrib.c | 227 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_make_nonresident() 312 if (le) in attr_make_nonresident() 313 al_remove_le(ni, le); in attr_make_nonresident() 353 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, in attr_set_size_res() 371 return attr_make_nonresident(ni, attr, le, mi, new_size, in attr_set_size_res() 412 struct ATTR_LIST_ENTRY *le, *le_b; in attr_set_size() local 475 le = le_b; in attr_set_size() 481 le = le_b; in attr_set_size() 482 attr = ni_find_attr(ni, attr_b, &le, type, name, name_len, &vcn, in attr_set_size() 495 * attr,mi,le in attr_set_size() 226 attr_make_nonresident(struct ntfs_inode *ni, struct ATTRIB *attr, struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, u64 new_size, struct runs_tree *run, struct ATTRIB **ins_attr, struct page *page) attr_make_nonresident() argument 352 attr_set_size_res(struct ntfs_inode *ni, struct ATTRIB *attr, struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, u64 new_size, struct runs_tree *run, struct ATTRIB **ins_attr) attr_set_size_res() argument 890 struct ATTR_LIST_ENTRY *le, *le_b; attr_data_get_block() local 1628 struct ATTR_LIST_ENTRY *le, *le_b; attr_allocate_frame() local 1853 struct ATTR_LIST_ENTRY *le, *le_b; attr_collapse_range() local 2111 struct ATTR_LIST_ENTRY *le, *le_b; attr_punch_hole() local 2329 struct ATTR_LIST_ENTRY *le, *le_b; attr_insert_range() local [all...] |
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_misc.c | 37 signed char le; /* 0 = big-endian, 1 = little-endian, -1 = others */ member 52 .width = 8, .phys = 8, .le = -1, .signd = 1, 56 .width = 8, .phys = 8, .le = -1, .signd = 0, 60 .width = 16, .phys = 16, .le = 1, .signd = 1, 64 .width = 16, .phys = 16, .le = 0, .signd = 1, 68 .width = 16, .phys = 16, .le = 1, .signd = 0, 72 .width = 16, .phys = 16, .le = 0, .signd = 0, 76 .width = 24, .phys = 32, .le = 1, .signd = 1, 80 .width = 24, .phys = 32, .le = 0, .signd = 1, 84 .width = 24, .phys = 32, .le [all...] |
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_misc.c | 37 signed char le; /* 0 = big-endian, 1 = little-endian, -1 = others */ member 52 .width = 8, .phys = 8, .le = -1, .signd = 1, 56 .width = 8, .phys = 8, .le = -1, .signd = 0, 60 .width = 16, .phys = 16, .le = 1, .signd = 1, 64 .width = 16, .phys = 16, .le = 0, .signd = 1, 68 .width = 16, .phys = 16, .le = 1, .signd = 0, 72 .width = 16, .phys = 16, .le = 0, .signd = 0, 76 .width = 24, .phys = 32, .le = 1, .signd = 1, 80 .width = 24, .phys = 32, .le = 0, .signd = 1, 84 .width = 24, .phys = 32, .le [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | test_uuid.c | 14 guid_t le; member 21 .le = GUID_INIT(0xc33f4995, 0x3701, 0x450e, 0x9f, 0xbf, 0x20, 0x6a, 0x2e, 0x98, 0xe5, 0x76), 26 .le = GUID_INIT(0x64b4371c, 0x77c1, 0x48f9, 0x82, 0x21, 0x29, 0xf0, 0x54, 0xfc, 0x02, 0x3b), 31 .le = GUID_INIT(0x0cb4ddff, 0xa545, 0x4401, 0x9d, 0x06, 0x68, 0x8a, 0xf5, 0x3e, 0x7f, 0x84), 64 guid_t le; in test_uuid_test() local 70 if (guid_parse(data->uuid, &le)) in test_uuid_test() 74 if (!guid_equal(&data->le, &le)) { in test_uuid_test() 75 sprintf(buf, "%pUl", &le); in test_uuid_test() 93 guid_t le; in test_uuid_wrong() local [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | test_uuid.c | 14 guid_t le; member 21 .le = GUID_INIT(0xc33f4995, 0x3701, 0x450e, 0x9f, 0xbf, 0x20, 0x6a, 0x2e, 0x98, 0xe5, 0x76), 26 .le = GUID_INIT(0x64b4371c, 0x77c1, 0x48f9, 0x82, 0x21, 0x29, 0xf0, 0x54, 0xfc, 0x02, 0x3b), 31 .le = GUID_INIT(0x0cb4ddff, 0xa545, 0x4401, 0x9d, 0x06, 0x68, 0x8a, 0xf5, 0x3e, 0x7f, 0x84), 64 guid_t le; in test_uuid_test() local 70 if (guid_parse(data->uuid, &le)) in test_uuid_test() 74 if (!guid_equal(&data->le, &le)) { in test_uuid_test() 75 sprintf(buf, "%pUl", &le); in test_uuid_test() 93 guid_t le; in test_uuid_wrong() local [all...] |
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-cdev.c | 518 struct gpio_v2_line_event *le) in linereq_put_event() 527 kfifo_in(&lr->events, le, 1); in linereq_put_event() 539 struct gpio_v2_line_event le; in edge_irq_thread() local 542 memset(&le, 0, sizeof(le)); in edge_irq_thread() 545 le.timestamp_ns = line->timestamp_ns; in edge_irq_thread() 552 le.timestamp_ns = ktime_get_ns(); in edge_irq_thread() 564 le.id = GPIO_V2_LINE_EVENT_RISING_EDGE; in edge_irq_thread() 567 le.id = GPIO_V2_LINE_EVENT_FALLING_EDGE; in edge_irq_thread() 570 le in edge_irq_thread() 517 linereq_put_event(struct linereq *lr, struct gpio_v2_line_event *le) linereq_put_event() argument 636 struct gpio_v2_line_event le; debounce_work_func() local 1218 struct gpio_v2_line_event le; linereq_read() local 1487 struct lineevent_state *le = file->private_data; lineevent_poll() local 1522 struct lineevent_state *le = file->private_data; lineevent_read() local 1585 lineevent_free(struct lineevent_state *le) lineevent_free() argument 1605 struct lineevent_state *le = file->private_data; lineevent_ioctl() local 1656 struct lineevent_state *le = p; lineevent_irq_thread() local 1704 struct lineevent_state *le = p; lineevent_irq_handler() local 1718 struct lineevent_state *le; lineevent_create() local [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-cdev.c | 624 struct gpio_v2_line_event *le) in linereq_put_event() 633 kfifo_in(&lr->events, le, 1); in linereq_put_event() 664 struct gpio_v2_line_event le; in process_hw_ts_thread() local 674 memset(&le, 0, sizeof(le)); in process_hw_ts_thread() 676 le.timestamp_ns = line->timestamp_ns; in process_hw_ts_thread() 688 le.id = line_event_id(level); in process_hw_ts_thread() 691 le.id = GPIO_V2_LINE_EVENT_RISING_EDGE; in process_hw_ts_thread() 694 le.id = GPIO_V2_LINE_EVENT_FALLING_EDGE; in process_hw_ts_thread() 699 le in process_hw_ts_thread() 623 linereq_put_event(struct linereq *lr, struct gpio_v2_line_event *le) linereq_put_event() argument 783 struct gpio_v2_line_event le; edge_irq_thread() local 874 struct gpio_v2_line_event le; debounce_work_func() local 1514 struct gpio_v2_line_event le; linereq_read_unlocked() local 1824 struct lineevent_state *le = file->private_data; lineevent_poll_unlocked() local 1841 struct lineevent_state *le = file->private_data; lineevent_poll() local 1849 struct lineevent_state *le = container_of(nb, struct lineevent_state, lineevent_unregistered_notify() local 1865 struct lineevent_state *le = file->private_data; lineevent_read_unlocked() local 1934 struct lineevent_state *le = file->private_data; lineevent_read() local 1940 lineevent_free(struct lineevent_state *le) lineevent_free() argument 1963 struct lineevent_state *le = file->private_data; lineevent_ioctl_unlocked() local 1995 struct lineevent_state *le = file->private_data; lineevent_ioctl() local 2023 struct lineevent_state *le = p; lineevent_irq_thread() local 2071 struct lineevent_state *le = p; lineevent_irq_handler() local 2085 struct lineevent_state *le; lineevent_create() local [all...] |
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | eba.c | 218 struct ubi_ltree_entry *le; in ltree_lookup() local 220 le = rb_entry(p, struct ubi_ltree_entry, rb); in ltree_lookup() 222 if (vol_id < le->vol_id) in ltree_lookup() 224 else if (vol_id > le->vol_id) in ltree_lookup() 227 if (lnum < le->lnum) in ltree_lookup() 229 else if (lnum > le->lnum) in ltree_lookup() 232 return le; in ltree_lookup() 253 struct ubi_ltree_entry *le, *le1, *le_free; in ltree_add_entry() local 255 le = kmalloc(sizeof(struct ubi_ltree_entry), GFP_NOFS); in ltree_add_entry() 256 if (!le) in ltree_add_entry() 322 struct ubi_ltree_entry *le; leb_read_lock() local 339 struct ubi_ltree_entry *le; leb_read_unlock() local 364 struct ubi_ltree_entry *le; leb_write_lock() local 386 struct ubi_ltree_entry *le; leb_write_trylock() local 415 struct ubi_ltree_entry *le; leb_write_unlock() local [all...] |
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | eba.c | 217 struct ubi_ltree_entry *le; in ltree_lookup() local 219 le = rb_entry(p, struct ubi_ltree_entry, rb); in ltree_lookup() 221 if (vol_id < le->vol_id) in ltree_lookup() 223 else if (vol_id > le->vol_id) in ltree_lookup() 226 if (lnum < le->lnum) in ltree_lookup() 228 else if (lnum > le->lnum) in ltree_lookup() 231 return le; in ltree_lookup() 252 struct ubi_ltree_entry *le, *le1, *le_free; in ltree_add_entry() local 254 le = kmalloc(sizeof(struct ubi_ltree_entry), GFP_NOFS); in ltree_add_entry() 255 if (!le) in ltree_add_entry() 321 struct ubi_ltree_entry *le; leb_read_lock() local 338 struct ubi_ltree_entry *le; leb_read_unlock() local 363 struct ubi_ltree_entry *le; leb_write_lock() local 385 struct ubi_ltree_entry *le; leb_write_trylock() local 414 struct ubi_ltree_entry *le; leb_write_unlock() local [all...] |
/kernel/linux/linux-5.10/net/802/ |
H A D | hippi.c | 60 hip->le.fc = 0; in hippi_header() 61 hip->le.double_wide = 0; /* only HIPPI 800 for the time being */ in hippi_header() 62 hip->le.message_type = 0; /* Data PDU */ in hippi_header() 64 hip->le.dest_addr_type = 2; /* 12 bit SC address */ in hippi_header() 65 hip->le.src_addr_type = 2; /* 12 bit SC address */ in hippi_header() 67 memcpy(hip->le.src_switch_addr, dev->dev_addr + 3, 3); in hippi_header() 68 memset(&hip->le.reserved, 0, 16); in hippi_header() 80 memcpy(hip->le.dest_switch_addr, daddr + 3, 3); in hippi_header()
|
/kernel/linux/linux-6.6/net/802/ |
H A D | hippi.c | 60 hip->le.fc = 0; in hippi_header() 61 hip->le.double_wide = 0; /* only HIPPI 800 for the time being */ in hippi_header() 62 hip->le.message_type = 0; /* Data PDU */ in hippi_header() 64 hip->le.dest_addr_type = 2; /* 12 bit SC address */ in hippi_header() 65 hip->le.src_addr_type = 2; /* 12 bit SC address */ in hippi_header() 67 memcpy(hip->le.src_switch_addr, dev->dev_addr + 3, 3); in hippi_header() 68 memset_startat(&hip->le, 0, reserved); in hippi_header() 80 memcpy(hip->le.dest_switch_addr, daddr + 3, 3); in hippi_header()
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | genimage.sh | 85 le() { function 100 [ $(le "$1" 0 2) -eq 23117 ] || return # MZ magic 101 peoffs=$(le "$1" 60 4) # PE header offset 103 [ $(le "$1" $peoffs 4) -eq 17744 ] || return # PE magic 104 case $(le "$1" $((peoffs+4+20)) 2) in # PE type 109 [ $(le "$1" $((peoffs+4+20+68)) 2) -eq 10 ] || return # EFI app 110 case $(le "$1" $((peoffs+4)) 2) in # Machine type
|
/kernel/linux/linux-5.10/arch/ia64/lib/ |
H A D | memcpy_mck.S | 104 cmp.le p6,p0 = 1,r30 // for .align_dest 147 cmp.le p6,p0=8,tmp 149 cmp.le p7,p0=16,tmp 174 cmp.le p8,p0=24,tmp 321 cmp.le p6,p7=8,curlen; // have at least 8 byte remaining? 408 cmp.le p8,p9 = 1,in2 409 cmp.le p10,p11 = 2,in2 410 cmp.le p12,p13 = 3,in2 411 cmp.le p14,p15 = 4,in2 430 cmp.le p [all...] |
/kernel/linux/linux-6.6/arch/ia64/lib/ |
H A D | memcpy_mck.S | 104 cmp.le p6,p0 = 1,r30 // for .align_dest 147 cmp.le p6,p0=8,tmp 149 cmp.le p7,p0=16,tmp 174 cmp.le p8,p0=24,tmp 321 cmp.le p6,p7=8,curlen; // have at least 8 byte remaining? 408 cmp.le p8,p9 = 1,in2 409 cmp.le p10,p11 = 2,in2 410 cmp.le p12,p13 = 3,in2 411 cmp.le p14,p15 = 4,in2 430 cmp.le p [all...] |
/kernel/linux/linux-5.10/net/tipc/ |
H A D | node.c | 737 struct tipc_link_entry *le = &node->links[i]; in tipc_node_clear_links() local 739 if (le->link) { in tipc_node_clear_links() 740 kfree(le->link); in tipc_node_clear_links() 741 le->link = NULL; in tipc_node_clear_links() 790 struct tipc_link_entry *le; in tipc_node_timeout() local 817 le = &n->links[bearer_id]; in tipc_node_timeout() 818 if (le->link) { in tipc_node_timeout() 819 spin_lock_bh(&le->lock); in tipc_node_timeout() 821 tipc_node_calculate_timer(n, le->link); in tipc_node_timeout() 822 rc = tipc_link_timeout(le in tipc_node_timeout() 967 struct tipc_link_entry *le = &n->links[*bearer_id]; __tipc_node_link_down() local 1039 struct tipc_link_entry *le = &n->links[bearer_id]; tipc_node_link_down() local 1151 struct tipc_link_entry *le; tipc_node_check_dest() local 1663 struct tipc_link_entry *le = NULL; tipc_node_xmit() local 1847 struct tipc_link_entry *le; tipc_node_bc_rcv() local 2057 struct tipc_link_entry *le; tipc_rcv() local 2527 struct tipc_link_entry *le; tipc_nl_node_reset_link_stats() local [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A D | node.c | 753 struct tipc_link_entry *le = &node->links[i]; in tipc_node_clear_links() local 755 if (le->link) { in tipc_node_clear_links() 756 kfree(le->link); in tipc_node_clear_links() 757 le->link = NULL; in tipc_node_clear_links() 806 struct tipc_link_entry *le; in tipc_node_timeout() local 833 le = &n->links[bearer_id]; in tipc_node_timeout() 834 if (le->link) { in tipc_node_timeout() 835 spin_lock_bh(&le->lock); in tipc_node_timeout() 837 tipc_node_calculate_timer(n, le->link); in tipc_node_timeout() 838 rc = tipc_link_timeout(le in tipc_node_timeout() 994 struct tipc_link_entry *le = &n->links[*bearer_id]; __tipc_node_link_down() local 1066 struct tipc_link_entry *le = &n->links[bearer_id]; tipc_node_link_down() local 1178 struct tipc_link_entry *le; tipc_node_check_dest() local 1692 struct tipc_link_entry *le = NULL; tipc_node_xmit() local 1876 struct tipc_link_entry *le; tipc_node_bc_rcv() local 2088 struct tipc_link_entry *le; tipc_rcv() local 2573 struct tipc_link_entry *le; tipc_nl_node_reset_link_stats() local [all...] |
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | flash.c | 29 static struct sg_list *le; variable 298 le[i].phys_addr = cpu_to_be64(virt_to_phys(buffer[i])); in handle_image() 299 le[i].len = cpu_to_be64(CXL_AI_BUFFER_SIZE); in handle_image() 301 le[i].len = cpu_to_be64(mod); in handle_image() 311 rc = fct(adapter->guest->handle, virt_to_phys(le), entries, in handle_image() 426 le = (struct sg_list *)get_zeroed_page(GFP_KERNEL); in device_open() 427 if (!le) { in device_open() 448 if (le) in device_open() 449 free_page((unsigned long) le); in device_open() 488 if (le) in device_close() [all...] |
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | flash.c | 30 static struct sg_list *le; variable 299 le[i].phys_addr = cpu_to_be64(virt_to_phys(buffer[i])); in handle_image() 300 le[i].len = cpu_to_be64(CXL_AI_BUFFER_SIZE); in handle_image() 302 le[i].len = cpu_to_be64(mod); in handle_image() 312 rc = fct(adapter->guest->handle, virt_to_phys(le), entries, in handle_image() 427 le = (struct sg_list *)get_zeroed_page(GFP_KERNEL); in device_open() 428 if (!le) { in device_open() 449 if (le) in device_open() 450 free_page((unsigned long) le); in device_open() 489 if (le) in device_close() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
H A D | tm-trap.c | 57 int le; variable 73 if (le) { in trap_signal_handler() 291 le = (int) *(uint8_t *)&k; in tm_trap_test() 294 le ? "Little-Endian" : "Big-Endian", in tm_trap_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/ |
H A D | tm-trap.c | 57 int le; variable 73 if (le) { in trap_signal_handler() 292 le = (int) *(uint8_t *)&k; in tm_trap_test() 295 le ? "Little-Endian" : "Big-Endian", in tm_trap_test()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-bufio.c | 117 static void lru_insert(struct lru *lru, struct lru_entry *le) in lru_insert() argument 123 atomic_set(&le->referenced, 0); in lru_insert() 126 list_add_tail(&le->list, lru->cursor); in lru_insert() 128 INIT_LIST_HEAD(&le->list); in lru_insert() 129 lru->cursor = &le->list; in lru_insert() 164 typedef bool (*iter_predicate)(struct lru_entry *le, void *context); 222 static void lru_remove(struct lru *lru, struct lru_entry *le) in lru_remove() argument 224 lru_iter_invalidate(lru, le); in lru_remove() 228 if (lru->cursor == &le->list) in lru_remove() 230 list_del(&le in lru_remove() 238 lru_reference(struct lru_entry *le) lru_reference() argument 261 struct lru_entry *le; lru_evict() local 523 le_to_buffer(struct lru_entry *le) le_to_buffer() argument 530 struct lru_entry *le = list_entry(l, struct lru_entry, list); list_to_buffer() local 667 __evict_pred(struct lru_entry *le, void *context) __evict_pred() argument 685 struct lru_entry *le; __cache_evict() local 737 struct lru_entry *le; __cache_mark_many() local 784 struct lru_entry *le, *first; __cache_iterate() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 1102 struct sky2_tx_le *le = sky2->tx_le + *slot; in get_tx_le() local 1105 le->ctrl = 0; in get_tx_le() 1106 return le; in get_tx_le() 1111 struct sky2_tx_le *le; in tx_init() local 1118 le = get_tx_le(sky2, &sky2->tx_prod); in tx_init() 1119 le->addr = 0; in tx_init() 1120 le->opcode = OP_ADDR64 | HW_OWNER; in tx_init() 1135 struct sky2_rx_le *le = sky2->rx_le + sky2->rx_put; in sky2_next_rx() local 1137 le->ctrl = 0; in sky2_next_rx() 1138 return le; in sky2_next_rx() 1179 struct sky2_rx_le *le; sky2_rx_add() local 1268 struct sky2_rx_le *le = sky2_next_rx(sky2); rx_set_checksum() local 1828 struct sky2_tx_le *le = NULL; sky2_xmit_frame() local 2714 struct sky2_status_le *le = hw->st_le + hw->st_idx; sky2_status_intr() local 4548 const struct sky2_status_le *le = hw->st_le + idx; sky2_debug_show() local 4564 const struct sky2_tx_le *le = sky2->tx_le + idx; sky2_debug_show() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 1101 struct sky2_tx_le *le = sky2->tx_le + *slot; in get_tx_le() local 1104 le->ctrl = 0; in get_tx_le() 1105 return le; in get_tx_le() 1110 struct sky2_tx_le *le; in tx_init() local 1117 le = get_tx_le(sky2, &sky2->tx_prod); in tx_init() 1118 le->addr = 0; in tx_init() 1119 le->opcode = OP_ADDR64 | HW_OWNER; in tx_init() 1134 struct sky2_rx_le *le = sky2->rx_le + sky2->rx_put; in sky2_next_rx() local 1136 le->ctrl = 0; in sky2_next_rx() 1137 return le; in sky2_next_rx() 1178 struct sky2_rx_le *le; sky2_rx_add() local 1267 struct sky2_rx_le *le = sky2_next_rx(sky2); rx_set_checksum() local 1828 struct sky2_tx_le *le = NULL; sky2_xmit_frame() local 2714 struct sky2_status_le *le = hw->st_le + hw->st_idx; sky2_status_intr() local 4414 const struct sky2_status_le *le = hw->st_le + idx; sky2_debug_show() local 4430 const struct sky2_tx_le *le = sky2->tx_le + idx; sky2_debug_show() local [all...] |