Searched refs:get_next_block (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/include/linux/ |
D | textsearch.h | 76 unsigned int (*get_next_block)(unsigned int consumed, member
|
/linux-6.1.9/lib/ |
D | textsearch.c | 237 conf->get_next_block = get_linear_data; in textsearch_find_continuous()
|
D | ts_kmp.c | 50 text_len = conf->get_next_block(consumed, &text, conf, state); in kmp_find()
|
D | ts_bm.c | 67 text_len = conf->get_next_block(consumed, &text, conf, state); in bm_find()
|
D | decompress_bunzip2.c | 156 static int INIT get_next_block(struct bunzip_data *bd) in get_next_block() function 610 previous = get_next_block(bd); in read_bunzip()
|
D | ts_fsm.c | 145 block_len = conf->get_next_block(consumed, &data, conf, state); }) in fsm_find()
|
/linux-6.1.9/drivers/net/ethernet/marvell/prestera/ |
D | prestera_counter.c | 258 get_next_block: in prestera_counter_get() 268 goto get_next_block; in prestera_counter_get()
|
/linux-6.1.9/net/core/ |
D | skbuff.c | 3957 config->get_next_block = skb_ts_get_next_block; in skb_find_text()
|