Searched refs:pop (Results 201 - 225 of 256) sorted by relevance

1234567891011

/linux-master/drivers/accel/ivpu/
H A Dvpu_jsm_api.h1295 #pragma pack(pop)
/linux-master/drivers/gpu/drm/radeon/
H A Dsmu7_discrete.h494 #pragma pack(pop)
/linux-master/kernel/
H A Dpanic.c687 #pragma GCC diagnostic pop
/linux-master/arch/arm/kernel/
H A Diwmmxt.S55 pop {r9, r10, pc}
/linux-master/arch/arm/crypto/
H A Dblake2b-neon-core.S333 pop {r4-r10}
/linux-master/net/atm/
H A Dbr2684.c69 /* keep old push, pop functions for chaining */
184 /* chained vcc->pop function. Check if we should wake the netif_queue */
594 brvcc->old_pop = atmvcc->pop;
599 atmvcc->pop = br2684_pop;
/linux-master/drivers/md/
H A Ddm-kcopyd.c414 * Functions to push and pop a job onto the head of a given job
423 * For I/O jobs, pop any read, any write without sequential write
443 static struct kcopyd_job *pop(struct list_head *jobs, function
617 while ((job = pop(jobs, kc))) {
/linux-master/net/core/
H A Dfilter.c2930 int pop; local
2946 /* Bounds checks: start and pop must be inside message */
2952 pop = len;
2956 * |----- a ----|-------- pop -------|----- b ----|
2961 * b: region at back of scatter element to save when length > A + pop
2962 * pop: region to pop from element, same as input 'pop' here will be
2966 * zero and second B is zero corresponding to when a pop includes more
2977 int b = sge->length - pop
[all...]
/linux-master/arch/mips/include/asm/sibyte/
H A Dsb1250_scd.h151 .set pop
/linux-master/tools/usb/
H A Dffs-test.c292 #pragma GCC diagnostic pop
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_dev.h874 #pragma pack(pop)
/linux-master/arch/x86/math-emu/
H A Dreg_round.S640 pop %edi
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dfiji_ppsmc.h410 #pragma pack(pop)
H A Dsmu72_discrete.h778 #pragma pack(pop)
H A Dsmu74.h637 #pragma pack(pop)
H A Dsmu74_discrete.h846 #pragma pack(pop)
H A Dsmu75_discrete.h882 #pragma pack(pop)
H A Dsmu7_ppsmc.h424 #pragma pack(pop)
H A Dtonga_ppsmc.h419 #pragma pack(pop)
H A Dsmu11_driver_if.h613 #pragma pack(pop)
H A Dsmu75.h529 #pragma pack(pop)
H A Dsmu73_discrete.h781 #pragma pack(pop)
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu11_driver_if_arcturus.h737 #pragma pack(pop)
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/vega12/
H A Dsmu9_driver_if.h512 #pragma pack(pop)
/linux-master/Documentation/sphinx/
H A Dkfigure.py304 # the builder needs not to copy one more time, so pop it if exists.
305 translator.builder.images.pop(img_node['uri'], None)

Completed in 332 milliseconds

1234567891011