Searched refs:ents (Results 1 – 4 of 4) sorted by relevance
| /include/net/ |
| A D | rps.h | 63 u32 ents[] ____cacheline_aligned_in_smp; member 65 #define RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num])) 81 if (READ_ONCE(table->ents[index]) != val) in rps_record_sock_flow() 82 WRITE_ONCE(table->ents[index], val); in rps_record_sock_flow() 143 if (READ_ONCE(table->ents[index]) != RPS_NO_CPU) in sock_rps_delete_flow() 144 WRITE_ONCE(table->ents[index], RPS_NO_CPU); in sock_rps_delete_flow()
|
| /include/uapi/cxl/ |
| A D | features.h | 105 struct cxl_feat_entry ents[] __counted_by_le(num_entries);
|
| /include/trace/events/ |
| A D | dma.h | 280 int ents, enum dma_data_direction dir, unsigned long attrs), 281 TP_ARGS(dev, sgl, nents, ents, dir, attrs), 286 __dynamic_array(u64, dma_addrs, ents) 287 __dynamic_array(unsigned int, lengths, ents) 299 for_each_sg(sgl, sg, ents, i) {
|
| /include/uapi/mtd/ |
| A D | ubi-user.h | 414 } ents[UBI_MAX_RNVOL]; member
|
Completed in 8 milliseconds