/linux-4.4.14/drivers/block/ |
D | cciss_scsi.c | 142 struct cciss_scsi_cmd_stack_t *stk; in scsi_cmd_alloc() local 146 stk = &sa->cmd_stack; in scsi_cmd_alloc() 148 if (stk->top < 0) in scsi_cmd_alloc() 150 c = stk->elem[stk->top]; in scsi_cmd_alloc() 164 stk->top--; in scsi_cmd_alloc() 183 struct cciss_scsi_cmd_stack_t *stk; in scsi_cmd_free() local 186 stk = &sa->cmd_stack; in scsi_cmd_free() 187 stk->top++; in scsi_cmd_free() 188 if (stk->top >= stk->nelems) { in scsi_cmd_free() 193 stk->elem[stk->top] = (struct cciss_scsi_cmd_stack_elem_t *) c; in scsi_cmd_free() [all …]
|
/linux-4.4.14/drivers/media/usb/stkwebcam/ |
D | Makefile | 1 stkwebcam-objs := stk-webcam.o stk-sensor.o
|
/linux-4.4.14/lib/ |
D | inflate.c | 356 } *stk; in huft_build() local 363 stk = malloc(sizeof(*stk)); in huft_build() 364 if (stk == NULL) in huft_build() 367 c = stk->c; in huft_build() 368 v = stk->v; in huft_build() 369 x = stk->x; in huft_build() 370 u = stk->u; in huft_build() 373 memzero(stk->c, sizeof(stk->c)); in huft_build() 560 free(stk); in huft_build()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | elf.h | 106 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(&(ex), stk) argument
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | elf.h | 117 #define elf_read_implies_exec(ex,stk) (stk != EXSTACK_DISABLE_X) argument
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap4-var-stk-om44.dts | 16 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
|
D | Makefile | 478 omap4-var-stk-om44.dtb
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | setup.c | 109 struct stack *stk = &stacks[cpu]; in cpu_init() local 123 : "r" (stk), in cpu_init()
|
/linux-4.4.14/arch/avr32/boards/atstk1000/ |
D | Kconfig | 109 endif # stk 1000
|
/linux-4.4.14/arch/arm/kernel/ |
D | setup.c | 457 struct stack *stk = &stacks[cpu]; in cpu_init() local 500 : "r" (stk), in cpu_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 122 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
|
/linux-4.4.14/net/sched/ |
D | sch_htb.c | 763 } stk[TC_HTB_MAXDEPTH], *sp = stk; in htb_lookup_leaf() local 785 if (sp > stk) { in htb_lookup_leaf()
|
/linux-4.4.14/net/bluetooth/ |
D | smp.c | 1000 u8 stk[16]; in smp_random() local 1004 smp_s1(smp->tfm_aes, smp->tk, smp->rrnd, smp->prnd, stk); in smp_random() 1009 hci_le_start_enc(hcon, ediv, rand, stk, smp->enc_key_size); in smp_random() 1013 u8 stk[16], auth; in smp_random() local 1020 smp_s1(smp->tfm_aes, smp->tk, smp->prnd, smp->rrnd, stk); in smp_random() 1032 SMP_STK, auth, stk, smp->enc_key_size, ediv, rand); in smp_random()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 2388 # - The system stack contains the "Unimplemented <ea>" stk frame # 2937 mov.w &0x2024,0x6+LOCAL_SIZE(%sp) # stk fmt = 0x2; voff = 0x024
|
D | fpsp.S | 2389 # - The system stack contains the "Unimplemented <ea>" stk frame # 2938 mov.w &0x2024,0x6+LOCAL_SIZE(%sp) # stk fmt = 0x2; voff = 0x024
|