Home
last modified time | relevance | path

Searched refs:__file (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/arm/include/asm/
H A Dbug.h35 #define __BUG(__file, __line, __value) \ argument
39 "2:\t.asciz " #__file "\n" \
51 #define __BUG(__file, __line, __value) \ argument
/linux-6.15/drivers/staging/media/ipu3/
H A Dipu3.h35 #define file_to_intel_imgu_node(__file) \ argument
36 container_of(video_devdata(__file), struct imgu_video_device, vdev)
/linux-6.15/include/linux/
H A Dfs.h2698 struct file *__file = (f); \
2699 fops_put(__file->f_op); \
2700 BUG_ON(!(__file->f_op = (fops))); \