/include/linux/ |
D | srcu.h | 46 int init_srcu_struct(struct srcu_struct *sp); 47 void cleanup_srcu_struct(struct srcu_struct *sp); 48 int srcu_read_lock(struct srcu_struct *sp) __acquires(sp); 49 void srcu_read_unlock(struct srcu_struct *sp, int idx) __releases(sp); 50 void synchronize_srcu(struct srcu_struct *sp); 51 long srcu_batches_completed(struct srcu_struct *sp);
|
D | generic_serial.h | 29 void (*getserial) (void*, struct serial_struct *sp); 91 int gs_setserial(struct gs_port *port, struct serial_struct __user *sp); 92 int gs_getserial(struct gs_port *port, struct serial_struct __user *sp);
|
D | mempolicy.h | 186 void mpol_shared_policy_init(struct shared_policy *sp, struct mempolicy *mpol); 191 struct mempolicy *mpol_shared_policy_lookup(struct shared_policy *sp, 283 static inline void mpol_shared_policy_init(struct shared_policy *sp, in mpol_shared_policy_init() argument 293 mpol_shared_policy_lookup(struct shared_policy *sp, unsigned long idx) in mpol_shared_policy_lookup() argument
|
D | ptrace.h | 340 unsigned long *sp, unsigned long *pc);
|
/include/asm-mn10300/ |
D | frame.inc | 33 add -4,sp # next exception frame ptr save area 34 movm [other],(sp) 36 mov a1,(sp) # USP in MOVM[other] dummy slot 37 movm [d2,d3,a2,a3,exreg0,exreg1,exother],(sp) 38 mov sp,fp # FRAME pointer in A3 39 add -12,sp # allow for calls to be made 61 mov fp,sp 77 movm (sp),[d2,d3,a2,a3,exreg0,exreg1,exother] 81 mov (sp),a1 # USP in MOVM[other] dummy slot 84 movm (sp),[other] [all …]
|
D | thread_info.h | 110 unsigned long sp; in current_stack_pointer() local 111 asm("mov sp,%0; ":"=r" (sp)); in current_stack_pointer() 112 return sp; in current_stack_pointer() 133 mov sp,\reg
|
D | processor.h | 91 unsigned long sp; /* kernel SP */ member 105 .sp = 0, \ 125 __frame->sp = new_sp; \ 154 #define KSTK_ESP(task) (task_pt_regs(task)->sp)
|
D | sigcontext.h | 44 unsigned long sp; member
|
D | ptrace.h | 65 unsigned long sp; member
|
D | elf.h | 113 pr_reg[16] = regs->sp; \
|
/include/asm-frv/ |
D | math-emu.h | 170 move.l (FPS_PC+4,%sp),\dest 174 move.l \src,(FPS_PC+4,%sp) 178 getuser \f,%sp@(FPS_PC+4)@(0),\dest,\label,%sp@(FPS_PC+4) 179 addq.l #\s,%sp@(FPS_PC+4) 233 move.l \arg1,-(%sp) 244 movem.l %d0/%d1/%a0/%a1,-(%sp) 258 lea ((\nr+1)*4,%sp),%sp 260 movem.l (%sp)+,%d0/%d1/%a0/%a1 266 movem.l %d0/%a0,-(%sp) 287 movem.l (%sp)+,%d0/%a0
|
D | processor.h | 62 unsigned long sp; /* [GR1 ] kernel stack pointer */ member 104 __frame->sp = (_usp); \ 137 #define KSTK_ESP(tsk) ((tsk)->thread.frame0->sp)
|
D | registers.h | 91 unsigned long sp; /* GR1: USP/KSP */ member
|
/include/asm-m32r/ |
D | flat.h | 15 #define flat_stack_align(sp) (*sp += (*sp & 3 ? (4 - (*sp & 3)): 0)) argument
|
D | processor.h | 90 unsigned long sp; /* user stack pointer */ member 97 .sp = INIT_SP, \ 141 #define KSTK_ESP(tsk) ((tsk)->thread.sp)
|
D | assembler.h | 84 push sp ; spi (r15) 129 addi sp, #-4 ; room for implicit pt_regs parameter 139 addi sp, #4 174 addi sp, #8 ; Skip bbpsw, bbpc 179 pop sp ; spi (r15) 180 addi sp, #4 ; Skip orig_r0 195 and \reg, sp
|
D | system.h | 51 "r" (&(prev->thread.sp)), "r" (&(next->thread.sp)), \
|
D | thread_info.h | 138 and \reg, sp
|
/include/scsi/ |
D | libfc.h | 335 #define fc_seq_exch(sp) container_of(sp, struct fc_exch, seq) argument 395 void (*resp)(struct fc_seq *sp, 398 void (*destructor)(struct fc_seq *sp, 407 int (*seq_send)(struct fc_lport *lp, struct fc_seq *sp, 416 void (*seq_els_rsp_send)(struct fc_seq *sp, enum fc_els_cmd els_cmd, 438 void (*exch_done)(struct fc_seq *sp); 464 struct fc_seq *(*seq_start_next)(struct fc_seq *sp); 488 void (*lport_recv)(struct fc_lport *lp, struct fc_seq *sp, 885 void (*resp)(struct fc_seq *sp, 888 void (*destructor)(struct fc_seq *sp, [all …]
|
D | fc_encode.h | 157 struct fc_els_csp *sp; in fc_flogi_fill() local 166 sp = &flogi->fl_csp; in fc_flogi_fill() 167 sp->sp_hi_ver = 0x20; in fc_flogi_fill() 168 sp->sp_lo_ver = 0x20; in fc_flogi_fill() 169 sp->sp_bb_cred = htons(10); /* this gets set by gateway */ in fc_flogi_fill() 170 sp->sp_bb_data = htons((u16) lport->mfs); in fc_flogi_fill()
|
/include/sound/ |
D | soundfont.h | 72 int (*sample_new)(void *private_data, struct snd_sf_sample *sp, 75 int (*sample_free)(void *private_data, struct snd_sf_sample *sp,
|
D | emux_synth.h | 59 int (*sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp, 62 int (*sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp,
|
/include/net/ |
D | xfrm.h | 918 secpath_get(struct sec_path *sp) in secpath_get() argument 920 if (sp) in secpath_get() 921 atomic_inc(&sp->refcnt); in secpath_get() 922 return sp; in secpath_get() 925 extern void __secpath_destroy(struct sec_path *sp); 928 secpath_put(struct sec_path *sp) in secpath_put() argument 930 if (sp && atomic_dec_and_test(&sp->refcnt)) in secpath_put() 931 __secpath_destroy(sp); in secpath_put() 940 secpath_put(skb->sp); in secpath_reset() 941 skb->sp = NULL; in secpath_reset() [all …]
|
/include/net/sctp/ |
D | sctp.h | 493 static inline int sctp_frag_point(const struct sctp_sock *sp, int pmtu) in sctp_frag_point() argument 497 frag -= sp->pf->af->net_header_len; in sctp_frag_point() 500 if (sp->user_frag) in sctp_frag_point() 501 frag = min_t(int, frag, sp->user_frag); in sctp_frag_point()
|
/include/video/ |
D | pm3fb.h | 585 #define PM3FBDestReadMode_StripePitch(sp) (((sp) & 0x7) << 2) argument 618 #define PM3FBSourceReadMode_StripePitch(sp) (((sp) & 0x7) << 2) argument
|