/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 707 size = (int)((char *)&leafhdr.ents[leafhdr.count] - in xfs_da3_root_split() 2329 struct xfs_dir2_leaf_entry *ents; in xfs_da3_swap_lastblock() local 2334 ents = leafhdr.ents; in xfs_da3_swap_lastblock() 2336 dead_hash = be32_to_cpu(ents[leafhdr.count - 1].hashval); in xfs_da3_swap_lastblock()
|
H A D | xfs_dir2_block.c | 357 int compact; /* need to compact leaf ents */ in xfs_dir2_block_addname() 1033 if (leafhdr.ents[from].address == in xfs_dir2_leaf_to_block() 1036 lep[to++] = leafhdr.ents[from]; in xfs_dir2_leaf_to_block()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
H A D | qxl_dev.h | 822 uint32_t ents[0]; member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sysctl_net_core.c | 91 sock_table->ents[i] = RPS_NO_CPU; in rps_sock_flow_sysctl()
|
H A D | dev.c | 4399 ident = READ_ONCE(sock_flow_table->ents[hash & sock_flow_table->mask]); in get_rps_cpu()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/ |
H A D | virtgpu_drv.h | 296 struct virtio_gpu_mem_entry *ents,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/ |
H A D | qxl_dev.h | 822 uint32_t ents[]; member
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_block.c | 357 int compact; /* need to compact leaf ents */ in xfs_dir2_block_addname() 1033 if (leafhdr.ents[from].address == in xfs_dir2_leaf_to_block() 1036 lep[to++] = leafhdr.ents[from]; in xfs_dir2_leaf_to_block()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_want.cpp | 139 std::vector<std::string> ents = GetEntities(); in ToWant() local 140 for (auto it = ents.begin(); it != ents.end(); it++) { in ToWant()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sysctl_net_core.c | 167 sock_table->ents[i] = RPS_NO_CPU; in rps_sock_flow_sysctl()
|
H A D | dev.c | 4605 ident = READ_ONCE(sock_flow_table->ents[hash & sock_flow_table->mask]); in get_rps_cpu()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 728 u32 ents[] ____cacheline_aligned_in_smp; 730 #define RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num])) 750 if (READ_ONCE(table->ents[index]) != val) in rps_record_sock_flow() 751 WRITE_ONCE(table->ents[index], val); in rps_record_sock_flow()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 756 u32 ents[] ____cacheline_aligned_in_smp; 758 #define RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num])) 778 if (READ_ONCE(table->ents[index]) != val) in rps_record_sock_flow() 779 WRITE_ONCE(table->ents[index], val); in rps_record_sock_flow()
|
/kernel/linux/linux-5.10/net/can/j1939/ |
H A D | transport.c | 358 priv->ents[skcb->addr.da].nusers) in j1939_session_skb_queue() 1974 priv->ents[skcb->addr.da].nusers) in j1939_tp_send()
|
/kernel/linux/linux-6.6/net/can/j1939/ |
H A D | transport.c | 362 priv->ents[skcb->addr.da].nusers) in j1939_session_skb_queue() 1997 priv->ents[skcb->addr.da].nusers) in j1939_tp_send()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 2871 const struct pid_entry *ents, unsigned int nents) in proc_pident_readdir() 2885 for (p = ents + (ctx->pos - 2); p < ents + nents; p++) { in proc_pident_readdir() 2870 proc_pident_readdir(struct file *file, struct dir_context *ctx, const struct pid_entry *ents, unsigned int nents) proc_pident_readdir() argument
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 2867 const struct pid_entry *ents, unsigned int nents) in proc_pident_readdir() 2881 for (p = ents + (ctx->pos - 2); p < ents + nents; p++) { in proc_pident_readdir() 2866 proc_pident_readdir(struct file *file, struct dir_context *ctx, const struct pid_entry *ents, unsigned int nents) proc_pident_readdir() argument
|