| /kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
| D | queue.h | 112 #define SLIST_HEAD_INITIALIZER(head) \ argument 123 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument 125 #define SLIST_FIRST(head) ((head)->slh_first) argument 127 #define SLIST_FOREACH(var, head, field) \ argument 132 #define SLIST_INIT(head) do { \ argument 141 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 161 #define SLIST_REMOVE_HEAD(head, field) do { \ argument 174 #define STAILQ_HEAD_INITIALIZER(head) \ argument 185 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) argument [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
| D | queue.h | 112 #define SLIST_HEAD_INITIALIZER(head) \ argument 123 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument 125 #define SLIST_FIRST(head) ((head)->slh_first) argument 127 #define SLIST_FOREACH(var, head, field) \ argument 132 #define SLIST_INIT(head) do { \ argument 141 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 161 #define SLIST_REMOVE_HEAD(head, field) do { \ argument 174 #define STAILQ_HEAD_INITIALIZER(head) \ argument 185 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) argument [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | list.h | 167 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 181 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 296 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 308 struct list_head *head) in list_move_tail() 323 static inline void list_bulk_move_tail(struct list_head *head, in list_bulk_move_tail() 342 static inline int list_is_first(const struct list_head *list, const struct list_head *head) in list_is_first() 352 static inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last() 362 static inline int list_is_head(const struct list_head *list, const struct list_head *head) in list_is_head() 371 static inline int list_empty(const struct list_head *head) in list_empty() 407 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful() [all …]
|
| D | plist.h | 96 #define PLIST_HEAD_INIT(head) \ argument 105 #define PLIST_HEAD(head) \ argument 125 plist_head_init(struct plist_head *head) in plist_head_init() 152 #define plist_for_each(pos, head) \ argument 162 #define plist_for_each_continue(pos, head) \ argument 173 #define plist_for_each_safe(pos, n, head) \ argument 182 #define plist_for_each_entry(pos, head, mem) \ argument 194 #define plist_for_each_entry_continue(pos, head, m) \ argument 206 #define plist_for_each_entry_safe(pos, n, head, m) \ argument 213 static inline int plist_head_empty(const struct plist_head *head) in plist_head_empty() [all …]
|
| D | btree-128.h | 6 static inline void btree_init_mempool128(struct btree_head128 *head, in btree_init_mempool128() 12 static inline int btree_init128(struct btree_head128 *head) in btree_init128() 17 static inline void btree_destroy128(struct btree_head128 *head) in btree_destroy128() 22 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) in btree_lookup128() 28 static inline void *btree_get_prev128(struct btree_head128 *head, in btree_get_prev128() 41 static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, in btree_insert128() 49 static inline int btree_update128(struct btree_head128 *head, u64 k1, u64 k2, in btree_update128() 57 static inline void *btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) in btree_remove128() 63 static inline void *btree_last128(struct btree_head128 *head, u64 *k1, u64 *k2) in btree_last128() 90 static inline size_t btree_visitor128(struct btree_head128 *head, in btree_visitor128() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | plist.h | 93 #define PLIST_HEAD_INIT(head) \ argument 102 #define PLIST_HEAD(head) \ argument 122 plist_head_init(struct plist_head *head) in plist_head_init() 149 #define plist_for_each(pos, head) \ argument 159 #define plist_for_each_continue(pos, head) \ argument 170 #define plist_for_each_safe(pos, n, head) \ argument 179 #define plist_for_each_entry(pos, head, mem) \ argument 191 #define plist_for_each_entry_continue(pos, head, m) \ argument 203 #define plist_for_each_entry_safe(pos, n, head, m) \ argument 210 static inline int plist_head_empty(const struct plist_head *head) in plist_head_empty() [all …]
|
| D | list.h | 84 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 98 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 213 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 225 struct list_head *head) in list_move_tail() 240 static inline void list_bulk_move_tail(struct list_head *head, in list_bulk_move_tail() 260 const struct list_head *head) in list_is_first() 271 const struct list_head *head) in list_is_last() 280 static inline int list_empty(const struct list_head *head) in list_empty() 316 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful() 326 static inline void list_rotate_left(struct list_head *head) in list_rotate_left() [all …]
|
| D | btree-128.h | 6 static inline void btree_init_mempool128(struct btree_head128 *head, in btree_init_mempool128() 12 static inline int btree_init128(struct btree_head128 *head) in btree_init128() 17 static inline void btree_destroy128(struct btree_head128 *head) in btree_destroy128() 22 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) in btree_lookup128() 28 static inline void *btree_get_prev128(struct btree_head128 *head, in btree_get_prev128() 41 static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, in btree_insert128() 49 static inline int btree_update128(struct btree_head128 *head, u64 k1, u64 k2, in btree_update128() 57 static inline void *btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) in btree_remove128() 63 static inline void *btree_last128(struct btree_head128 *head, u64 *k1, u64 *k2) in btree_last128() 90 static inline size_t btree_visitor128(struct btree_head128 *head, in btree_visitor128() [all …]
|
| /kernel/linux/common_modules/newip/src/common/ |
| D | nip_hdr_encap.c | 42 static inline void _nip_hdr_ttl_encap(struct nip_hdr_encap *head) in _nip_hdr_ttl_encap() 48 static inline void _nip_hdr_len_encap(struct nip_hdr_encap *head) in _nip_hdr_len_encap() 54 static inline void _nip_update_hdr_len(struct nip_hdr_encap *head) in _nip_update_hdr_len() 59 static inline void _nip_hdr_nexthdr_encap(struct nip_hdr_encap *head) in _nip_hdr_nexthdr_encap() 65 static inline void _nip_hdr_daddr_encap(struct nip_hdr_encap *head) in _nip_hdr_daddr_encap() 71 static inline void _nip_hdr_saddr_encap(struct nip_hdr_encap *head) in _nip_hdr_saddr_encap() 77 static inline void _nip_hdr_total_len_encap(struct nip_hdr_encap *head) in _nip_hdr_total_len_encap() 84 void nip_update_total_len(struct nip_hdr_encap *head, unsigned short total_len) in nip_update_total_len() 91 static inline void _nip_hdr_encap_udp_bitmap(struct nip_hdr_encap *head) in _nip_hdr_encap_udp_bitmap() 109 static inline void _nip_hdr_encap_comm_bitmap(struct nip_hdr_encap *head) in _nip_hdr_encap_comm_bitmap() [all …]
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| D | list.h | 61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 75 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 154 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 166 struct list_head *head) in list_move_tail() 178 const struct list_head *head) in list_is_last() 187 static inline int list_empty(const struct list_head *head) in list_empty() 205 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful() 215 static inline void list_rotate_left(struct list_head *head) in list_rotate_left() 229 static inline int list_is_singular(const struct list_head *head) in list_is_singular() 235 struct list_head *head, struct list_head *entry) in __list_cut_position() [all …]
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | list.h | 61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 75 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 154 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 166 struct list_head *head) in list_move_tail() 178 const struct list_head *head) in list_is_last() 187 static inline int list_empty(const struct list_head *head) in list_empty() 205 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful() 215 static inline void list_rotate_left(struct list_head *head) in list_rotate_left() 229 static inline int list_is_singular(const struct list_head *head) in list_is_singular() 235 struct list_head *head, struct list_head *entry) in __list_cut_position() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
| D | head507d.c | 30 head507d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_procamp() 49 head507d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_dither() 67 head507d_ovly(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_ovly() 95 head507d_base(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_base() 123 head507d_curs_clr(struct nv50_head *head) in head507d_curs_clr() 140 head507d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_curs_set() 163 head507d_curs_format(struct nv50_head *head, struct nv50_wndw_atom *asyw, in head507d_curs_format() 176 head507d_curs_layout(struct nv50_head *head, struct nv50_wndw_atom *asyw, in head507d_curs_layout() 189 head507d_core_clr(struct nv50_head *head) in head507d_core_clr() 203 head507d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_core_set() [all …]
|
| D | head907d.c | 37 head907d_or(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_or() 58 head907d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_procamp() 78 head907d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_dither() 96 head907d_ovly(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_ovly() 125 head907d_base(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_base() 153 head907d_curs_clr(struct nv50_head *head) in head907d_curs_clr() 172 head907d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_curs_set() 196 head907d_core_clr(struct nv50_head *head) in head907d_core_clr() 210 head907d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_core_set() 247 head907d_olut_clr(struct nv50_head *head) in head907d_olut_clr() [all …]
|
| D | headc37d.c | 31 headc37d_or(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_or() 65 headc37d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_procamp() 86 headc37d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_dither() 105 headc37d_curs_clr(struct nv50_head *head) in headc37d_curs_clr() 123 headc37d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_curs_set() 154 headc37d_curs_format(struct nv50_head *head, struct nv50_wndw_atom *asyw, in headc37d_curs_format() 162 headc37d_olut_clr(struct nv50_head *head) in headc37d_olut_clr() 176 headc37d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_olut_set() 196 headc37d_olut(struct nv50_head *head, struct nv50_head_atom *asyh, int size) in headc37d_olut() 210 headc37d_mode(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_mode() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
| D | head507d.c | 30 head507d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_procamp() 49 head507d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_dither() 67 head507d_ovly(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_ovly() 95 head507d_base(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_base() 123 head507d_curs_clr(struct nv50_head *head) in head507d_curs_clr() 140 head507d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_curs_set() 163 head507d_curs_format(struct nv50_head *head, struct nv50_wndw_atom *asyw, in head507d_curs_format() 176 head507d_curs_layout(struct nv50_head *head, struct nv50_wndw_atom *asyw, in head507d_curs_layout() 189 head507d_core_clr(struct nv50_head *head) in head507d_core_clr() 203 head507d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head507d_core_set() [all …]
|
| D | headc37d.c | 31 headc37d_or(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_or() 65 headc37d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_procamp() 86 headc37d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_dither() 105 headc37d_curs_clr(struct nv50_head *head) in headc37d_curs_clr() 123 headc37d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_curs_set() 154 headc37d_curs_format(struct nv50_head *head, struct nv50_wndw_atom *asyw, in headc37d_curs_format() 162 headc37d_olut_clr(struct nv50_head *head) in headc37d_olut_clr() 176 headc37d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_olut_set() 196 headc37d_olut(struct nv50_head *head, struct nv50_head_atom *asyh, int size) in headc37d_olut() 210 headc37d_mode(struct nv50_head *head, struct nv50_head_atom *asyh) in headc37d_mode() [all …]
|
| D | head907d.c | 37 head907d_or(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_or() 58 head907d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_procamp() 78 head907d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_dither() 96 head907d_ovly(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_ovly() 125 head907d_base(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_base() 153 head907d_curs_clr(struct nv50_head *head) in head907d_curs_clr() 172 head907d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_curs_set() 196 head907d_core_clr(struct nv50_head *head) in head907d_core_clr() 210 head907d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head907d_core_set() 247 head907d_olut_clr(struct nv50_head *head) in head907d_olut_clr() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
| D | hw.h | 60 int head, uint32_t reg) in NVReadCRTC() 71 int head, uint32_t reg, uint32_t val) in NVWriteCRTC() 80 int head, uint32_t reg) in NVReadRAMDAC() 91 int head, uint32_t reg, uint32_t val) in NVWriteRAMDAC() 120 int head, uint8_t index, uint8_t value) in NVWriteVgaCrtc() 128 int head, uint8_t index) in NVReadVgaCrtc() 152 NVWriteVgaCrtc5758(struct drm_device *dev, int head, uint8_t index, uint8_t value) in NVWriteVgaCrtc5758() 158 static inline uint8_t NVReadVgaCrtc5758(struct drm_device *dev, int head, uint8_t index) in NVReadVgaCrtc5758() 165 int head, uint32_t reg) in NVReadPRMVIO() 181 int head, uint32_t reg, uint8_t value) in NVWritePRMVIO() [all …]
|
| D | hw.c | 39 NVWriteVgaSeq(struct drm_device *dev, int head, uint8_t index, uint8_t value) in NVWriteVgaSeq() 46 NVReadVgaSeq(struct drm_device *dev, int head, uint8_t index) in NVReadVgaSeq() 53 NVWriteVgaGr(struct drm_device *dev, int head, uint8_t index, uint8_t value) in NVWriteVgaGr() 60 NVReadVgaGr(struct drm_device *dev, int head, uint8_t index) in NVReadVgaGr() 110 NVBlankScreen(struct drm_device *dev, int head, bool blank) in NVBlankScreen() 251 nouveau_hw_fix_bad_vpll(struct drm_device *dev, int head) in nouveau_hw_fix_bad_vpll() 378 rd_cio_state(struct drm_device *dev, int head, in rd_cio_state() 385 wr_cio_state(struct drm_device *dev, int head, in wr_cio_state() 392 nv_save_state_ramdac(struct drm_device *dev, int head, in nv_save_state_ramdac() 467 nv_load_state_ramdac(struct drm_device *dev, int head, in nv_load_state_ramdac() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
| D | hw.h | 60 int head, uint32_t reg) in NVReadCRTC() 71 int head, uint32_t reg, uint32_t val) in NVWriteCRTC() 80 int head, uint32_t reg) in NVReadRAMDAC() 91 int head, uint32_t reg, uint32_t val) in NVWriteRAMDAC() 120 int head, uint8_t index, uint8_t value) in NVWriteVgaCrtc() 128 int head, uint8_t index) in NVReadVgaCrtc() 152 NVWriteVgaCrtc5758(struct drm_device *dev, int head, uint8_t index, uint8_t value) in NVWriteVgaCrtc5758() 158 static inline uint8_t NVReadVgaCrtc5758(struct drm_device *dev, int head, uint8_t index) in NVReadVgaCrtc5758() 165 int head, uint32_t reg) in NVReadPRMVIO() 181 int head, uint32_t reg, uint8_t value) in NVWritePRMVIO() [all …]
|
| /kernel/linux/linux-5.10/security/tomoyo/ |
| D | common.c | 213 static bool tomoyo_flush(struct tomoyo_io_buffer *head) in tomoyo_flush() 259 static void tomoyo_set_string(struct tomoyo_io_buffer *head, const char *string) in tomoyo_set_string() 277 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf() 305 static void tomoyo_set_space(struct tomoyo_io_buffer *head) in tomoyo_set_space() 317 static bool tomoyo_set_lf(struct tomoyo_io_buffer *head) in tomoyo_set_lf() 330 static void tomoyo_set_slash(struct tomoyo_io_buffer *head) in tomoyo_set_slash() 369 static void tomoyo_print_namespace(struct tomoyo_io_buffer *head) in tomoyo_print_namespace() 386 static void tomoyo_print_name_union(struct tomoyo_io_buffer *head, in tomoyo_print_name_union() 406 static void tomoyo_print_name_union_quoted(struct tomoyo_io_buffer *head, in tomoyo_print_name_union_quoted() 428 (struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr) in tomoyo_print_number_union_nospace() [all …]
|
| /kernel/linux/linux-6.6/security/tomoyo/ |
| D | common.c | 205 static bool tomoyo_flush(struct tomoyo_io_buffer *head) in tomoyo_flush() 251 static void tomoyo_set_string(struct tomoyo_io_buffer *head, const char *string) in tomoyo_set_string() 269 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf() 297 static void tomoyo_set_space(struct tomoyo_io_buffer *head) in tomoyo_set_space() 309 static bool tomoyo_set_lf(struct tomoyo_io_buffer *head) in tomoyo_set_lf() 322 static void tomoyo_set_slash(struct tomoyo_io_buffer *head) in tomoyo_set_slash() 361 static void tomoyo_print_namespace(struct tomoyo_io_buffer *head) in tomoyo_print_namespace() 378 static void tomoyo_print_name_union(struct tomoyo_io_buffer *head, in tomoyo_print_name_union() 398 static void tomoyo_print_name_union_quoted(struct tomoyo_io_buffer *head, in tomoyo_print_name_union_quoted() 420 (struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr) in tomoyo_print_number_union_nospace() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | vga.c | 27 nvkm_rdport(struct nvkm_device *device, int head, u16 port) in nvkm_rdport() 49 nvkm_wrport(struct nvkm_device *device, int head, u16 port, u8 data) in nvkm_wrport() 69 nvkm_rdvgas(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgas() 76 nvkm_wrvgas(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgas() 83 nvkm_rdvgag(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgag() 90 nvkm_wrvgag(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgag() 97 nvkm_rdvgac(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgac() 104 nvkm_wrvgac(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgac() 111 nvkm_rdvgai(struct nvkm_device *device, int head, u16 port, u8 index) in nvkm_rdvgai() 120 nvkm_wrvgai(struct nvkm_device *device, int head, u16 port, u8 index, u8 value) in nvkm_wrvgai()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | vga.c | 27 nvkm_rdport(struct nvkm_device *device, int head, u16 port) in nvkm_rdport() 49 nvkm_wrport(struct nvkm_device *device, int head, u16 port, u8 data) in nvkm_wrport() 69 nvkm_rdvgas(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgas() 76 nvkm_wrvgas(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgas() 83 nvkm_rdvgag(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgag() 90 nvkm_wrvgag(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgag() 97 nvkm_rdvgac(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgac() 104 nvkm_wrvgac(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgac() 111 nvkm_rdvgai(struct nvkm_device *device, int head, u16 port, u8 index) in nvkm_rdvgai() 120 nvkm_wrvgai(struct nvkm_device *device, int head, u16 port, u8 index, u8 value) in nvkm_wrvgai()
|
| /kernel/linux/linux-5.10/net/sched/ |
| D | cls_matchall.c | 30 struct cls_mall_head *head = rcu_dereference_bh(tp->root); in mall_classify() local 48 static void __mall_destroy(struct cls_mall_head *head) in __mall_destroy() 58 struct cls_mall_head *head = container_of(to_rcu_work(work), in mall_destroy_work() local 67 struct cls_mall_head *head, in mall_destroy_hw_filter() 83 struct cls_mall_head *head, in mall_replace_hw_filter() 131 struct cls_mall_head *head = rtnl_dereference(tp->root); in mall_destroy() local 149 struct cls_mall_head *head = rtnl_dereference(tp->root); in mall_get() local 164 struct cls_mall_head *head, in mall_set_parms() 189 struct cls_mall_head *head = rtnl_dereference(tp->root); in mall_change() local 262 struct cls_mall_head *head = rtnl_dereference(tp->root); in mall_delete() local [all …]
|