Searched refs:old_flag (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer.c721 int old_flag, int new_flag)
732 val | old_flag, val | new_flag);
744 int old_flag)
747 old_flag, RB_PAGE_UPDATE);
753 int old_flag)
756 old_flag, RB_PAGE_HEAD);
762 int old_flag)
765 old_flag, RB_PAGE_NORMAL);
718 rb_head_page_set(struct ring_buffer_per_cpu *cpu_buffer, struct buffer_page *head, struct buffer_page *prev, int old_flag, int new_flag) argument
741 rb_head_page_set_update(struct ring_buffer_per_cpu *cpu_buffer, struct buffer_page *head, struct buffer_page *prev, int old_flag) argument
750 rb_head_page_set_head(struct ring_buffer_per_cpu *cpu_buffer, struct buffer_page *head, struct buffer_page *prev, int old_flag) argument
759 rb_head_page_set_normal(struct ring_buffer_per_cpu *cpu_buffer, struct buffer_page *head, struct buffer_page *prev, int old_flag) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c230 int old_flag; /* bitmask of FLAG_xxx, for figuring out valid reserved words */ member in struct:p_context
2815 ctx->old_flag = 0;
2877 } else if (ctx->res_w == RES_NONE || !(ctx->old_flag & (1 << r->code))) {
2884 ctx->old_flag = r->flag;
2885 if (ctx->old_flag & FLAG_END) {
3529 if (rcode != 1 && ctx.old_flag != 0) {
3532 if (rcode != 1 && ctx.old_flag == 0) {
3539 if (ctx.old_flag != 0) {

Completed in 50 milliseconds