Searched defs:dz (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/decnet/ |
D | dn_table.c | 50 #define DZ_HASHMASK(dz) ((dz)->dz_hashmask) argument 53 #define DZ_MASK(dz) ((dz)->dz_mask) argument 87 static inline dn_fib_idx_t dn_hash(dn_fib_key_t key, struct dn_zone *dz) in dn_hash() 96 static inline dn_fib_key_t dz_key(__le16 dst, struct dn_zone *dz) in dz_key() 103 static inline struct dn_fib_node **dn_chain_p(dn_fib_key_t key, struct dn_zone *dz) in dn_chain_p() 108 static inline struct dn_fib_node *dz_chain(dn_fib_key_t key, struct dn_zone *dz) in dz_chain() 123 static inline void dn_rebuild_zone(struct dn_zone *dz, in dn_rebuild_zone() 143 static void dn_rehash_zone(struct dn_zone *dz) in dn_rehash_zone() 190 struct dn_zone *dz = kzalloc(sizeof(struct dn_zone), GFP_KERNEL); in dn_new_zone() local 411 struct dn_zone *dz, in dn_hash_dump_bucket() [all …]
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | skeleton.S | 64 dz: label
|
/Linux-v4.19/drivers/input/ |
D | mousedev.c | 55 int dx, dy, dz; member 92 int dx, dy, dz; member 577 s8 dx, dy, dz; in mousedev_packet() local
|
/Linux-v4.19/drivers/firmware/efi/test/ |
D | efi_test.c | 153 unsigned long datasize = 0, prev_datasize, *dz; in efi_runtime_get_variable() local
|
/Linux-v4.19/net/tipc/ |
D | monitor.c | 281 int dz, i; in mon_update_neighbors() local
|