Searched refs:history (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/scripts/
H A Dget_maintainer.pl1054 --git-since => git history to use (default: $email_git_since)
1055 --hg-since => hg history to use (default: $email_hg_since)
1846 g use git history [$email_git]
1852 d# history to use [$$date_ref]
2017 history of files in the patch. Also, each line of the current file can
/linux-master/net/packet/
H A Daf_packet.c1345 u32 *history = po->rollover->history; local
1351 if (READ_ONCE(history[i]) == rxhash)
1357 if (READ_ONCE(history[victim]) != rxhash)
1358 WRITE_ONCE(history[victim], rxhash);
/linux-master/drivers/infiniband/hw/cxgb4/
H A Ddevice.c576 "history 0x%lx hwtid %d atid %d "
581 ep->com.history, ep->hwtid, ep->atid,
597 "history 0x%lx hwtid %d atid %d "
602 ep->com.history, ep->hwtid, ep->atid,
H A Diw_cxgb4.h853 unsigned long history; member in struct:c4iw_ep_common
/linux-master/tools/bpf/
H A Dbpf_dbg.c44 #include <readline/history.h>
598 rl_printf("reached bottom of register history stack!\n");
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c1260 a6xx_state->hfi_queue_history[i][j] = queue->history[idx];
1947 drm_printf(p, " queue-history[%u]:", i);
/linux-master/kernel/bpf/
H A Dverifier.c3323 /* for any branch, call, exit record the history of jmps in the given state */
3338 "verifier insn history bug: insn_idx %d cur flags %x new flags %x\n",
3370 * history then previous instruction came from straight line execution.
3376 * done. If there is still some jump history left, we should keep going. We
3377 * need to take into account that we might have a jump history between given
3379 * history entry recording a jump from last instruction of parent state and
3383 u32 *history)
3385 u32 cnt = *history;
3396 (*history)--;
3572 * - *would be* executed next, if jump history i
3382 get_prev_insn_idx(struct bpf_verifier_state *st, int i, u32 *history) argument
4189 u32 history = st->jmp_history_cnt; local
[all...]
/linux-master/net/core/
H A Ddev.c4721 old_flow = fl->history[fl->history_head];
4722 fl->history[fl->history_head] = new_flow;

Completed in 712 milliseconds

12